TransformedCurve constructor

__init__(self)

The constructor of TransformedCurve


def __init__(self):
    ...

__init__(self, basis_curve, transformation)

The constructor of TransformedCurve


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

See Also