Revision: | 48 |
Committed: | Wed Aug 22 21:18:12 2007 UTC (17 years, 8 months ago) by bournival |
File size: | 343 byte(s) |
Log Message: | On passe aux nouveaux .dll |
# | User | Rev | Content |
---|---|---|---|
1 | bournival | 48 | Imports SolidWorks.Interop |
2 | Imports SolidWorks.Interop.swconst | ||
3 | Imports SolidWorks.Interop.swpublished | ||
4 | bournival | 40 | ''' <summary> |
5 | ''' Une arčte de volume | ||
6 | ''' </summary> | ||
7 | ''' <remarks></remarks> | ||
8 | Public Class SlyAreteVol | ||
9 | Inherits SuperArete | ||
10 | |||
11 | |||
12 | Sub New(ByVal swArete As SldWorks.Edge) | ||
13 | MyBase.New(swArete, 0) | ||
14 | End Sub | ||
15 | |||
16 | End Class |