CFx SDK Documentation 2024 SP0
|
#include <GiGeometry.h>
This class contains arrays of face attributes for meshes and shells.
<group OdGi_Classes>
Definition at line 272 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 291 of file GiGeometry.h.
|
inline |
Returns the array of face colors used by this object.
Definition at line 469 of file GiGeometry.h.
|
inline |
Returns the array of fill direction vectors used by this object. BIM-specific
Definition at line 604 of file GiGeometry.h.
|
inline |
Returns the array of fill origin points used by this object. BIM-specific
Definition at line 591 of file GiGeometry.h.
|
inline |
Returns the array of face LayerTableRecord Object IDs used by this object.
Definition at line 495 of file GiGeometry.h.
|
inline |
Returns the array of face material mappers used by this object.
Definition at line 563 of file GiGeometry.h.
|
inline |
Returns the array of face material object IDs used by this object.
Definition at line 550 of file GiGeometry.h.
|
inline |
Returns the array of face normal vectors used by this object.
Definition at line 517 of file GiGeometry.h.
|
inline |
Returns the array of face graphics system selection markers used by this object.
Definition at line 506 of file GiGeometry.h.
Sets the face colors to be used by this object.
colors | [in] Array of color indices. |
Definition at line 317 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 455 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 442 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 345 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 414 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 400 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 367 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 356 of file GiGeometry.h.
|
inline |
Sets the face transparency to be used by this object.
transparencies | [in] Array of OdCmTransparency objects. |
Definition at line 429 of file GiGeometry.h.
|
inline |
Sets the face colors to be used by this object.
colors | [in] Array of OdCmEntityColor objects. |
Definition at line 332 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 387 of file GiGeometry.h.
|
inline |
Returns the array of face transparency used by this object.
Definition at line 578 of file GiGeometry.h.
|
inline |
Returns the array of face colors used by this object.
Definition at line 482 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 537 of file GiGeometry.h.