...
To create a point, the X, Y, and Z coordinates are defined.
Code Block | ||
---|---|---|
| ||
<O N="3DGeometric_Objects1" T="Project" Category="3D Geometric Objects"> <!-- created by ParamML Examples on 30.01.2023 --> <!-- Point --> <O N="station" T="Point" X="10" Y="15" Z="20" /> |
Line:
To create a line, two distinct points with their X, Y, and Z coordinates are defined.
| |||||
To view this example in the library, see(https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&folder=3D+Geometric+Objects&obj=objid80dprmd85utio21ele2iie) |
Surface:
When it is desired to define a surface, the surface must have at least three different points, the coordinates of these points are determined and the surface is created as follows.
| |||||
To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&obj=objidy57gqf2a40rvhgwm7mht4) |
Circle:
When it is desired to defined a circle, the radius is determined and created as follows.
| |||||
To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&obj=objidafmrgdnjaqnqyswv8zb4h) |
Volume:
A volume is a 3D object formed by combining two surfaces with varying depths. To define a volume, the coordinates of each point on both surfaces are determined and the volume is created based on this information.
| |||||
To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&folder=3D+Geometric+Objects&obj=objidsdm9ews00j8n1n7tst9jpo) |