OpenBIMRL | Geometric functions
Class path: geometry.decomposeVector3D
Decompose Vector3D
Description
Breaks down a Vector3D into its elementary components.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | Vector | Vector3D |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | X | Number | |
1 | Y | Number | |
2 | Z | Number |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself