Solid Edge Part Type Library
ProjectSilhouetteEdges Method
Specifies the Face that will be used to create the silhouette edges.
Contains the 2D geometry objects output as silhouette edges.
Specifies the number of elements in the Geometry2d array.
Description
Projects the silhouette edges of a specified face onto the reference plane of the Profile and returns the corresponding 2D geometry objects that represent those edges. This replaces the method ProjectSilhoutteEdges.
Syntax
Visual Basic
Public Sub ProjectSilhouetteEdges( _
   ByVal FaceToProject As Object, _
   ByRef Geometry2dCount As Long, _
   ByRef Geometry2d() As Object _
) 
Parameters
FaceToProject
Specifies the Face that will be used to create the silhouette edges.
Geometry2dCount
Contains the 2D geometry objects output as silhouette edges.
Geometry2d
Specifies the number of elements in the Geometry2d array.
See Also

Profile Object  | Profile Members

Send comments on this topic.