Solid Edge Geometry Type Library
GetParamExtents Method
Returns the parameter associated with the start point of the curve.
Returns the parameter associated with the end point of the curve.
Description
Returns the parametric extents of the curve.
Syntax
Visual Basic
Public Sub GetParamExtents( _
   ByRef MinParam As Double, _
   ByRef MaxParam As Double _
) 
Parameters
MinParam
Returns the parameter associated with the start point of the curve.
MaxParam
Returns the parameter associated with the end point of the curve.
Remarks
This is the parametric equivalent of the endpoints.
See Also

Curve Object  | Curve Members