Solid Edge Part Type Library
AddEx Method
Description
AddEx method essentially allows to remove the various existing limitations but also imposes a new restriction in the sense that the "Natural" option will no longer be supported.
Syntax
Visual Basic
Public Function AddEx( _
   ByVal NumberOfInputEdges As Long, _
   ByRef EdgesArray() As Object, _
   ByVal ExtensionDistance As Double, _
   ByVal ExtensionType As ExtendSurfaceExtentTypeConstants _
) As ExtendSurface
Parameters
NumberOfInputEdges
EdgesArray
ExtensionDistance
ExtensionType
ValueDescription
igESConstantRadiusArc
igESLinear
igESLinearCurvatureContinuous
igESLinearTangentContinuous
igESNatural
igESReflective
Remarks

In AddEx Method, Face input is no longer required. AddEx method will use the new extend surface options, igESLinearTangentContinuous, igESLinearCurvatureContinous and igESReflective.

For someone who wants the old results they can still call the Add method with the options, igESNatural and igESLinear.

See Also

ExtendSurfaces Collection  | ExtendSurfaces Members  | Solid Edge V17 - What's New