|
CFx SDK Documentation 2026 SP0
|
#include <GiGeometry.h>
This class contains arrays of face attributes for meshes and shells.
<group OdGi_Classes>
Definition at line 277 of file GiGeometry.h.
|
inline |
Default constructor for the OdGiFaceData class. Sets current color index, true color, layer and linetype identifiers, selection markers, visibility objects, normals, material identifiers, mappers, transparency objects, fill origins and directions to NULL.
Definition at line 299 of file GiGeometry.h.
|
inline |
Returns the array of face colors used by this object.
Definition at line 518 of file GiGeometry.h.
|
inline |
Returns the array of fill dashes scales used by this object. BIM-specific.
Definition at line 679 of file GiGeometry.h.
|
inline |
Returns the array of fill direction vectors used by this object. BIM-specific.
Definition at line 655 of file GiGeometry.h.
|
inline |
Returns the array of fill offset vectors used by this object. BIM-specific.
Definition at line 667 of file GiGeometry.h.
|
inline |
Returns the array of fill offset scales used by this object. BIM-specific.
Definition at line 691 of file GiGeometry.h.
|
inline |
Returns the array of fill origin points used by this object. BIM-specific.
Definition at line 641 of file GiGeometry.h.
|
inline |
Returns the array of face LayerTableRecord Object IDs used by this object.
Definition at line 544 of file GiGeometry.h.
|
inline |
Returns the array of face material mappers used by this object.
Definition at line 612 of file GiGeometry.h.
|
inline |
Returns the array of face material object IDs used by this object.
Definition at line 599 of file GiGeometry.h.
|
inline |
Returns the array of face normal vectors used by this object.
Definition at line 566 of file GiGeometry.h.
|
inline |
Returns the array of face graphics system selection markers used by this object.
Definition at line 555 of file GiGeometry.h.
Sets the face colors to be used by this object.
| colors | [in] Array of color indices. |
Definition at line 328 of file GiGeometry.h.
|
inline |
Sets the face fill dashes scales to be used by this object. BIM-specific.
| fillDashesScales | [in] Array of fill dashes scale parameters. |
Definition at line 504 of file GiGeometry.h.
|
inline |
Sets the face fill direction vectors to be used by this object. BIM-specific.
| fillDirections | [in] Array of fill direction vectors. |
Definition at line 468 of file GiGeometry.h.
|
inline |
Sets the face fill offset vectors to be used by this object. BIM-specific.
| fillOffsetDirections | [in] Array of fill offset vectors. |
Definition at line 480 of file GiGeometry.h.
|
inline |
Sets the face fill offset scales to be used by this object. BIM-specific.
| fillOffsetScales | [in] Array of fill offset scale parameters. |
Definition at line 492 of file GiGeometry.h.
|
inline |
Sets the face fill origin points to be used by this object. BIM-specific.
| fillOrigins | [in] Array of fill origin points. |
Definition at line 454 of file GiGeometry.h.
|
inline |
Sets the face Layer Table Records to be used by this object.
| layerIds | [in] Array of LayerTableRecord Object IDs. |
Definition at line 356 of file GiGeometry.h.
|
inline |
Sets the face material mappers to be used by this object.
| mappers | [in] Array of material mappers. |
Definition at line 425 of file GiGeometry.h.
|
inline |
Sets the face material object IDs to be used by this object.
| materialIds | [in] Array of material object IDs. |
Definition at line 411 of file GiGeometry.h.
|
inline |
Sets the face normal vectors to be used by this object.
| normals | [in] Array of normal vectors. |
Definition at line 378 of file GiGeometry.h.
|
inline |
Sets the face graphics system selection markers to be used by this object.
| selectionMarkers | [in] Array of graphics system selection markers. |
Definition at line 367 of file GiGeometry.h.
|
inline |
Sets the face transparency to be used by this object.
| transparencies | [in] Array of OdCmTransparency objects. |
Definition at line 440 of file GiGeometry.h.
|
inline |
Sets the face colors to be used by this object.
| colors | [in] Array of OdCmEntityColor objects. |
Definition at line 343 of file GiGeometry.h.
Sets the face visibilities to be used by this object.
| visibilities | [in] Array of visibility values. |
Value Description kOdGiInvisible 0 Invisible kOdGiVisible 1 Visible
Definition at line 398 of file GiGeometry.h.
|
inline |
Returns the array of face transparency used by this object.
Definition at line 627 of file GiGeometry.h.
|
inline |
Returns the array of face colors used by this object.
Definition at line 531 of file GiGeometry.h.
|
inline |
Returns the array of edge visibilities used by this object.
Value Description kOdGiInvisible 0 Invisible kOdGiVisible 1 Visible
Definition at line 586 of file GiGeometry.h.