# | Line 1 | Line 1 | |
---|---|---|
1 | + | Imports SolidWorks.Interop |
2 | + | Imports SolidWorks.Interop.swconst |
3 | + | Imports SolidWorks.Interop.swpublished |
4 | + | |
5 | Public Class SlyFaceVolume | |
6 | Inherits SuperFace | |
7 | ||
8 | ||
9 | Sub New(ByVal swface As SldWorks.Face2) | |
10 | < | MyBase.New(swFace) |
10 | > | MyBase.New(swface) |
11 | End Sub | |
12 | ||
13 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |