CFx SDK Documentation
2023 SP0
|
#include <GiGeometry.h>
This class contains arrays of face attributes for meshes and shells.
<group OdGi_Classes>
Definition at line 244 of file GiGeometry.h.
|
inline |
Definition at line 258 of file GiGeometry.h.
|
inline |
Returns the array of face colors used by this object.
Definition at line 423 of file GiGeometry.h.
|
inline |
Returns the array of fill direction vectors used by this object. BIM-specific
Definition at line 522 of file GiGeometry.h.
|
inline |
Returns the array of fill origin points used by this object. BIM-specific
Definition at line 513 of file GiGeometry.h.
|
inline |
Returns the array of face LayerTableRecord Object IDs used by this object.
Definition at line 441 of file GiGeometry.h.
|
inline |
Returns the array of face material mappers used by this object.
Definition at line 495 of file GiGeometry.h.
|
inline |
Returns the array of face material object IDs used by this object.
Definition at line 486 of file GiGeometry.h.
|
inline |
Returns the array of face normal vectors used by this object.
Definition at line 459 of file GiGeometry.h.
|
inline |
Returns the array of face graphics system selection markers used by this object.
Definition at line 450 of file GiGeometry.h.
Sets the face colors to be used by this object.
colors | [in] Array of color indices. |
This function does not make a copy of the array, which should have the same number of elements as the mesh or shell with which it is used. An incorrect number of elements will have unpredictable or fatal consequences.
Definition at line 283 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 413 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 401 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 309 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 378 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 366 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 333 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 321 of file GiGeometry.h.
|
inline |
Sets the face transparency to be used by this object.
transparencies | [in] Array of OdCmTransparency objects. |
This function does not make a copy of the array, which should have the same number of elements as the mesh or shell with which it is used. An incorrect number of elements will have unpredictable or fatal consequences.
Definition at line 389 of file GiGeometry.h.
|
inline |
Sets the face colors to be used by this object.
colors | [in] Array of OdCmEntityColor objects. |
This function does not make a copy of the array, which should have the same number of elements as the mesh or shell with which it is used. An incorrect number of elements will have unpredictable or fatal consequences.
Definition at line 297 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 354 of file GiGeometry.h.
|
inline |
Returns the array of face transparency used by this object.
Definition at line 504 of file GiGeometry.h.
|
inline |
Returns the array of face colors used by this object.
Definition at line 432 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 477 of file GiGeometry.h.