OpenBIMRL | Geometric functions
Class path: geometry.convertToVector3D
Convert to Vector3D

Description
Converts a Point3d into a Vector3D. If required, a z-offset can be specified.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Point3D | Tuple3D | |
| 1 | Z offset | Number |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Vector | Vector3D |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself