Deletes a set of faces from a temporary body.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim FaceList As Object
Dim HealAction As Integer
Dim LoopProcessOption As Integer
Dim DoLocalCheck As Boolean
Dim BodyList As Object
Dim LocalCheckResult As Boolean
Dim value As Boolean
value = instance.DeleteFaces5(FaceList, HealAction, LoopProcessOption, DoLocalCheck, BodyList, LocalCheckResult)
|
Parameters
- FaceList
- Array containing the faces for deletion
- HealAction
- Healing action as defined in swHealActionType_e (see Remarks)
- LoopProcessOption
- Loop processing as defined in swLoopProcessOption_e (see Remarks)
- DoLocalCheck
True checks the bodies during the operation and sets the return value to indicate whether the resultant body is valid, false does not
- BodyList
- Array of temporary bodies
- LocalCheckResult
- True if body is valid, false if not; to obtain this value, you must pass true for the DoLocalCheck argument
Return Value
True if set of faces are deleted, false if not
Example
Remarks
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0