TransformedCurve constructor

init

The constructor of TransformedCurve

def __init__(self):
    ...

init

The constructor of TransformedCurve

def __init__(self, basis_curve, transformation):
    ...
ParameterTypeDescription
basis_curveCurve
transformationaspose.threed.utilities.Matrix4

See Also