PolylineObject.set_object_tranformation
- PolylineObject.set_object_tranformation(obj, transformation=None)[source]
Set the transformation of a Blender object.
- Parameters:
- obj
bpy.types.Object
The Blender object.
- transformation
compas.geometry.Transformation
The transformation.
- obj
- Returns:
- None