OCCCurve2d.transform
- OCCCurve2d.transform(T)
Transform the local coordinate system of the curve.
- Parameters:
- T
compas.geometry.Transformation
| list[list[float]] The transformation.
- T
- Returns:
- None
The (local coordinate system of the) curve is modified in-place.
Notes
Transformations of frames are limited to rotations and translations. All other transformations have no effect. See
transform()
for more info.