ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
REPOS_ERICCA
/
magicsld
/
SlySommetPoutre.vb
Revision:
48
Committed:
Wed Aug 22 21:18:12 2007 UTC
(17 years, 8 months ago) by
bournival
File size:
276 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 SlySommetPoutre
6
Inherits SuperSommet
7
8
Public Sub New(ByRef sommet As SldWorks.Vertex)
9
MyBase.New(sommet, 2)
10
End Sub
11
12
13
End Class