Solid Edge Geometry Type Library
GetFaceByFaceID Method
Specifies the FaceID of the face to be returned.
Description
Returns a face using a face ID.
Syntax
Visual Basic
Public Function GetFaceByFaceID( _
   ByVal FaceID As Integer _
) As Object
Parameters
FaceID
Specifies the FaceID of the face to be returned.
Remarks
This method returns a face by FaceID, a non-persistent integer that can be mapped to the faces of a body. FaceIDs are optionally returned by the GetFacetData method.
See Also

Body Object  | Body Members

Send comments on this topic.