Basic Geometric Core Objects:
Point:
To create a point, the 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=objidsdm9ews00j8n1n7tst9jpo) |
Color Parameter:
An object's color can be specified by adding a "color" parameter. The color parameter value must be a hexadecimal code, which can be found internet browse. This parameter is crucial in determining the color of "Volume" and "Surface" objects.
For the purpose of this example, we will utilize the volume object created in the previous step.
| |||||
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) |
Opacity Parameter:
The transparency of a 3D object can be set using the "opacity" parameter. The value for opacity ranges from 0 to 1, where a value closer to 1 represents higher opacity and a value closer to 0 represents greater transparency. If the "opacity" parameter is not specified, it defaults to 1, making the object fully opaque. This parameter is crucial in determining the visibility of "Volume" and "Surface" objects.
| |||||
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) |