Curve.transform
- Curve.transform(T)[source]
- Transform the local coordinate system of the curve. - Parameters:
- Tcompas.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.