RhinoVector.transform
- RhinoVector.transform(T)[source]
Transform the Rhino object.
- Parameters
T (
compas.geometry.Transformation
or Rhino.Geometry.Transform) – The transformation matrix.- Returns
None – The Rhino object is transformed in place.
Transform the Rhino object.
T (compas.geometry.Transformation
or Rhino.Geometry.Transform) – The transformation matrix.
None – The Rhino object is transformed in place.