Methods
Model
getTransform
Returns the current transform applied to the specified model.
Id of the model.
Type | Required |
---|---|
String | Yes |
Type of the model.
Type | Required |
---|---|
String | No |
Valid values are:
- bim
- point-cloud
The transform applied to the model.
Type |
---|
Object |
Properties
Rotation
Name | Type | Required | Description |
---|---|---|---|
angle | Number | No | Angle in radians |
centerOfRotation | Vector3 | No | Point to rotate over |
x | Number | Yes | X axis rotation |
y | Number | Yes | Y axis rotation |
z | Number | Yes | Z axis rotation |