Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
CAD :: getNURBSCurveDefinition
Synopsis
get all parameters contained in the nurbsCurve
GUI Dialog
Script function
cad.getNURBSCurveDefinition
(
nurbsCurve
) -> (
degree
,
knots
,
poles
,
weights
)
Parameters
nurbsCurve
(
NURBSCurve
) : The nurbsCurve
Return value
degree
(
Int
) : The degree of the nurbsCurve
knots
(
DoubleList
) : The knots of the nurbsCurve
poles
(
Point3List
) : The poles of the nurbsCurve
weights
(
DoubleList
) : The weights of the poles of the nurbsCurve