ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magicsld/InterFaceFace.vb
Revision: 48
Committed: Wed Aug 22 21:18:12 2007 UTC (17 years, 8 months ago) by bournival
File size: 653 byte(s)
Log Message:
On passe aux nouveaux .dll

File Contents

# Content
1 Imports SolidWorks.Interop
2 Imports SolidWorks.Interop.swconst
3 Imports SolidWorks.Interop.swpublished
4
5 Public Class InterFaceFace
6 Inherits SuperIntersection
7
8 Public CurveIntersection As SldWorks.Curve ' la courbe d'intersection
9 Public Limite1(2) As Double ' la limite (extrémité) de l'arète. La curve est une courbe...
10 Public Limite2(2) As Double
11
12
13 Public FaceDeSection As Boolean ' flag qui lorsqu'à vrai dit que la face du volume représenta la section de la coque
14
15 Public sketch As SldWorks.Sketch ' sketch qui contient la courbe d'intersection
16 Protected BodySweep As SldWorks.Body2
17
18
19
20
21
22
23 End Class