Solid Edge Part Type Library
AddFromTo Method
Description
Adds or removes material from a feature between specified surfaces or reference planes.
Syntax
Visual Basic
Public Function AddFromTo( _
   ByVal NumberOfParts As Long, _
   ByVal PartArray() As Model, _
   ByVal NumberOfProfiles As Long, _
   ByRef ProfileArray() As Object, _
   ByVal FromFaceOrRefPlane As Object, _
   ByVal ToFaceOrRefPlane As Object, _
   ByVal Data As HoleData _
) As WeldHole
Parameters
NumberOfParts
PartArray
NumberOfProfiles
ProfileArray
FromFaceOrRefPlane
ToFaceOrRefPlane
Data
See Also

WeldHoles Collection  | WeldHoles Members

Send comments on this topic.