OpenBIMRL | Geometric functions
Class path: geometry.polygon2Pt
Create polygon

Description
Creates a 3d polygon. The points mark two opposite points on the created polygon.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Start | tuple3d | Starting point |
| 1 | End | tuple3d | Endpoint |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Mesh | ShapeDto | Polygon |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself