CurveEvaluator.GetPointAtParam Method
Parent Object:
CurveEvaluator
Description
Calculates the coordinate points at the given parameter values on the curve.
Syntax
CurveEvaluator.
GetPointAtParam
(
Params
() As Double,
Points
() As Double )
Parameters
Name
Type
Description
Params
Double
Input/output array of Doubles that specifies the parameters.
Points
Double
Input/output double that specifies the points.
Version
Introduced in version 4
© Copyright 2021 Autodesk, Inc.
Comment on this page.