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):
...
| Parameter | Type | Description |
|---|---|---|
| basis_curve | aspose.threed.entities.Curve | |
| transformation | aspose.threed.utilities.Matrix4 |
See Also
- module
aspose.threed.entities - class
TransformedCurve