Inserts an untrimmed surface to patch surface holes and external edges by extending an existing surface along its natural boundaries.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim FaceUntrimType As Integer
Dim EdgeUntrimType As Integer
Dim Distance As Double
Dim BMerge As Boolean
Dim value As Feature
value = instance.InsertUntrimSurface(FaceUntrimType, EdgeUntrimType, Distance, BMerge)
|
Parameters
- FaceUntrimType
- Untrim face as defined in swFaceUntrimType_e
- EdgeUntrimType
- Untrim edge as defined in swEdgeUntrimType_e
- Distance
- Distance by which to untrim surface
- BMerge
- True to create a surface extension that merges with the original surface, false to create a new, separate surface body
Return Value
Pointer to the
IFeature object
Remarks
See Also
Availability
SolidWorks 2004 SP5, Revision Number 12.5