Solid Edge Part Type Library
AddFromTo Method
The number of profiles on which the extruded feature is to be based.
Contains the profiles on which the extruded feature is to be based.
Specifies the face or reference plane that defines the "from" face.
Specifies the face or reference plane that defines the "to" face.
Specifies whether you want end caps (thus creating a closed volume).
Description
Adds or removes material from a feature between specified surfaces or reference planes.
Syntax
Visual Basic
Public Function AddFromTo( _
   ByVal NumberOfProfiles As Long, _
   ByRef ProfileArray() As Object, _
   ByVal FromFaceOrRefPlane As Object, _
   ByVal ToFaceOrRefPlane As Object, _
   Optional ByVal WantEndCaps As Boolean = False _
) As ExtrudedSurface
Parameters
NumberOfProfiles
The number of profiles on which the extruded feature is to be based.
ProfileArray
Contains the profiles on which the extruded feature is to be based.
FromFaceOrRefPlane
Specifies the face or reference plane that defines the "from" face.
ToFaceOrRefPlane
Specifies the face or reference plane that defines the "to" face.
WantEndCaps
Specifies whether you want end caps (thus creating a closed volume).
See Also

ExtrudedSurfaces Collection  | ExtrudedSurfaces Members

Send comments on this topic.