Revision: | 48 |
Committed: | Wed Aug 22 21:18:12 2007 UTC (17 years, 8 months ago) by bournival |
File size: | 270 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 | |||
5 | bournival | 40 | Public Class SlySommetVolume |
6 | Inherits SuperSommet | ||
7 | |||
8 | |||
9 | Sub New(ByVal swSommet As SldWorks.Vertex) | ||
10 | MyBase.New(swSommet) | ||
11 | End Sub | ||
12 | |||
13 | End Class |