Solid Edge Part Type Library
AddFromToMulti Method
Specifies the number of profiles on which the extruded feature is to be based.
Contains the profiles to be used to construct the object.
Specifies the face or reference plane that defines the "from" face.
Specifies the face or reference plane that defines the "to" face.
Description
Adds or removes material from a multi-profile feature between specified surfaces or reference planes.
Syntax
Visual Basic
Public Function AddFromToMulti( _
   ByVal NumberOfParts As Long, _
   ByVal PartArray() As Model, _
   ByVal NumberOfProfiles As Long, _
   ByRef ProfileArray() As Object, _
   ByVal FromFaceOrRefPlane As Object, _
   ByVal ToFaceOrRefPlane As Object _
) As WeldExtrudedCutout
Parameters
NumberOfParts
Specifies the number of profiles on which the extruded feature is to be based.
PartArray
Contains the profiles to be used to construct the object.
NumberOfProfiles
Specifies the face or reference plane that defines the "from" face.
ProfileArray
Specifies the face or reference plane that defines the "to" face.
FromFaceOrRefPlane
ToFaceOrRefPlane
See Also

WeldExtrudedCutouts Collection  | WeldExtrudedCutouts Members