Gets the facets IDs that correspond to a face.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetFaceFacets2( _
ByVal FaceObj As Face2 _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ITessellation
Dim FaceObj As Face2
Dim value As Integer
value = instance.IGetFaceFacets2(FaceObj)
|
C# | |
---|
int IGetFaceFacets2(
Face2 FaceObj
) |
C++/CLI | |
---|
int IGetFaceFacets2(
& Face2^ FaceObj
) |
Parameters
- FaceObj
- Face from which you want to return the corresponding facet IDs
Return Value
- in-process, unmanaged C++: Pointer to an array of longs that describe the facet IDs that correspond to the face
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0