NurbsSurface.transform
- NurbsSurface.transform(T)[source]
Transform the local coordinate system of the surface.
- Parameters:
- T
compas.geometry.Transformation
The transformation.
- T
- Returns:
- None
The curve is modified in-place.
Notes
The transformation matrix is applied to the local coordinate system of the surface. Transformations are limited to (combinations of) translations and rotations. All other components of the transformation matrix are ignored.