Solid Edge Geometry Type Library
SetFacesStyle Method
Specifies the number of faces in FacesArray.
Specifies the faces to which the style is to be applied.
Specifies the FaceStyle to be applied to FacesArray.
Description
Sets the Faces style.
Syntax
Visual Basic
Public Sub SetFacesStyle( _
   ByVal NumberOfFaces As Long, _
   ByRef FacesArray() As Object, _
   ByVal Style As FaceStyle _
) 
Parameters
NumberOfFaces
Specifies the number of faces in FacesArray.
FacesArray
Specifies the faces to which the style is to be applied.
Style
Specifies the FaceStyle to be applied to FacesArray.
See Also

Body Object  | Body Members

Send comments on this topic.