CFx SDK Documentation 2024 SP0
|
#include <GiSectionGeometry.h>
Public Member Functions | |
OdGiSectionGeometry () | |
const OdGiDrawablePtrArray & | intBoundaryEnts () const |
const OdGiDrawablePtrArray & | intFillEnts () const |
const OdGiDrawablePtrArray & | backgroundEnts () const |
const OdGiDrawablePtrArray & | foregroundEnts () const |
int | foregroundFaceTransparency () const |
int | foregroundEdgeTransparency () const |
OdGiDrawablePtrArray & | intBoundaryEnts () |
OdGiDrawablePtrArray & | intFillEnts () |
OdGiDrawablePtrArray & | backgroundEnts () |
OdGiDrawablePtrArray & | foregroundEnts () |
void | setForegroundTransparency (int faceTransp, int edgeTransp) |
<group OdGi_Classes>
This class defines the selection geometry.
Corresponding C++ library: TD_Gi
Definition at line 40 of file GiSectionGeometry.h.
|
inline |
Default constructor for the OdGiSectionGeometry class. Sets the foreground face and edge transparency to 50 (persent).
Definition at line 46 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of background entities.
Definition at line 111 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of background entities.
Definition at line 69 of file GiSectionGeometry.h.
|
inline |
Retrieves foreground edge transparency percentage for the section geometry.
Definition at line 90 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of foreground entities.
Definition at line 118 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of foreground entities.
Definition at line 76 of file GiSectionGeometry.h.
|
inline |
Retrieves foreground face transparency percentage for the section geometry.
Definition at line 83 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of intersection boundary entities.
Definition at line 97 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of intersection boundary entities.
Definition at line 55 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of intersection fill entities.
Definition at line 104 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of intersection fill entities.
Definition at line 62 of file GiSectionGeometry.h.
|
inline |
Sets foreground face and edge transparency.
faceTransp | [in] Foreground face transparency. |
edgeTransp | [in] Foreground edge transparency. |
Definition at line 125 of file GiSectionGeometry.h.
|
protected |
Definition at line 134 of file GiSectionGeometry.h.
|
protected |
Definition at line 137 of file GiSectionGeometry.h.
|
protected |
Definition at line 135 of file GiSectionGeometry.h.
|
protected |
Definition at line 136 of file GiSectionGeometry.h.
|
protected |
Definition at line 132 of file GiSectionGeometry.h.
|
protected |
Definition at line 133 of file GiSectionGeometry.h.