Creates a temporary body from a list of faces.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateBodyFromFaces2( _
ByVal NumOfFaces As System.Integer, _
ByVal Faces As System.Object, _
ByVal ActionType As System.Integer, _
ByVal DoLocalCheck As System.Boolean, _
ByRef LocalCheckResult As System.Boolean _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IModeler
Dim NumOfFaces As System.Integer
Dim Faces As System.Object
Dim ActionType As System.Integer
Dim DoLocalCheck As System.Boolean
Dim LocalCheckResult As System.Boolean
Dim value As System.Object
value = instance.CreateBodyFromFaces2(NumOfFaces, Faces, ActionType, DoLocalCheck, LocalCheckResult) |
Parameters
- NumOfFaces
- Number of faces
- Faces
- Array of the faces
- ActionType
- Type of action as defined in swCreateFacesBodyAction_e
- DoLocalCheck
- True to perform local checking on the resulting body, false to not
- LocalCheckResult
- If DoLocalCheck is True, then True if body is okay, false if not
Return Value
Body or NULL if the operation fails
Remarks
See Also