VectorObject.set_object_tranformation

VectorObject.set_object_tranformation(obj, transformation=None)[source]

Set the transformation of a Blender object.

Parameters:
objbpy.types.Object

The Blender object.

transformationcompas.geometry.Transformation

The transformation.

Returns:
None