Creates a planar trim surface for this body.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ICreatePlanarTrimSurfaceDLL( _
ByVal VertexCount As Integer, _
ByRef Points As Double, _
ByRef Normal As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim VertexCount As Integer
Dim Points As Double
Dim Normal As Double
instance.ICreatePlanarTrimSurfaceDLL(VertexCount, Points, Normal)
|
Parameters
- VertexCount
Number of vertices
- Points
Pointer to an array of doubles describing the points for the surface; trim curves are automatically created between each sequential vertex
- Normal
Pointer to an array of normal vectors for the surface
Remarks
See Also
Availability
SolidWorks 2004 SP1, Revision Number 12