instance_set_world_to_obj
Sets the world to object transform of an instance.
References:
arguments
-
"instance_name" : String
The name of the instance. This name must be the full database name of the instance, including namespace.
-
"transform" : Float64<4,4> (default: Float64(
- xx: 1
- xy: 0
- xz: 0
- xw: 0
- yx: 0
- yy: 1
- yz: 0
- yw: 0
- zx: 0
- zy: 0
- zz: 1
- zw: 0
- wx: 0
- wy: 0
- wz: 0
- ww: 1
The transform matrix to set on the instance.