Solid Edge Geometry Type Library
GetPointAtParam Method
Specifies the number of parameters to be evaluated.
Returns the array of parameters to be evaluated.
Returns the array of computed model space points. If you are interested in obtaining only the geometric continuity information, this argument can be NULL.
Description
Computes the corresponding model space points in the local coordinate system, given an array of parameters on the curve.
Syntax
Visual Basic
Public Sub GetPointAtParam( _
   ByVal NumParams As Long, _
   ByRef Params() As Double, _
   ByRef Points() As Double _
) 
Parameters
NumParams
Specifies the number of parameters to be evaluated.
Params
Returns the array of parameters to be evaluated.
Points
Returns the array of computed model space points. If you are interested in obtaining only the geometric continuity information, this argument can be NULL.
See Also

Curve Object  | Curve Members