OpenBIMRL | Mathematical vector and point functions
Class path: math.tuples.pointXYZ
Create point

Description
Creates a point from {XYZ} coordinates.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | X | Number | X Coordinate |
| 1 | Y | Number | Y Coordinate |
| 2 | Z | Number | Z Coordinate |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Point | Tuple3d | Generated point |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself