Gets the number of sheet bodies to create from the deleted faces.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IDeleteFacesMakeSheetBodiesCount( _
ByVal FaceCount As Integer, _
ByRef FaceList As Face2 _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim FaceCount As Integer
Dim FaceList As Face2
Dim value As Integer
value = instance.IDeleteFacesMakeSheetBodiesCount(FaceCount, FaceList)
|
Parameters
- FaceCount
- Number of faces to delete from the body
- FaceList
- in-process, unmanaged C++: Pointer to an array of the faces
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
Number of sheet bodies to create from the deleted faces
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12