Obsolete. Superseded by IBody2::IDeleteFaces4.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteFaces3( _
ByVal FaceList As System.Object, _
ByVal Option As System.Integer, _
ByVal DoLocalCheck As System.Boolean, _
ByRef LocalCheckResult As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim FaceList As System.Object
Dim Option As System.Integer
Dim DoLocalCheck As System.Boolean
Dim LocalCheckResult As System.Boolean
Dim value As System.Boolean
value = instance.DeleteFaces3(FaceList, Option, DoLocalCheck, LocalCheckResult) |
Parameters
- FaceList
Array containing the faces for deletion
- Option
Additional control (see Remarks)
- DoLocalCheck
True checks the bodies during the operation and sets the return value to indicate whether or not the resultant body is valid, false does not
- 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 a set of faces are deleted, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2004 SP1, Revision Number 12