|
CFx SDK Documentation 2026 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 41 of file GiSectionGeometry.h.
|
inline |
Default constructor for the OdGiSectionGeometry class. Sets the foreground face and edge transparency to 50 (persent).
Definition at line 47 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of background entities.
Definition at line 112 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of background entities.
Definition at line 70 of file GiSectionGeometry.h.
|
inline |
Retrieves foreground edge transparency percentage for the section geometry.
Definition at line 91 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of foreground entities.
Definition at line 119 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of foreground entities.
Definition at line 77 of file GiSectionGeometry.h.
|
inline |
Retrieves foreground face transparency percentage for the section geometry.
Definition at line 84 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of intersection boundary entities.
Definition at line 98 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of intersection boundary entities.
Definition at line 56 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of intersection fill entities.
Definition at line 105 of file GiSectionGeometry.h.
|
inline |
Retrieves an array of intersection fill entities.
Definition at line 63 of file GiSectionGeometry.h.
|
inline |
Sets foreground face and edge transparency.
| faceTransp | [in] Foreground face transparency. |
| edgeTransp | [in] Foreground edge transparency. |
Definition at line 126 of file GiSectionGeometry.h.
|
protected |
Definition at line 135 of file GiSectionGeometry.h.
|
protected |
Definition at line 138 of file GiSectionGeometry.h.
|
protected |
Definition at line 136 of file GiSectionGeometry.h.
|
protected |
Definition at line 137 of file GiSectionGeometry.h.
|
protected |
Definition at line 133 of file GiSectionGeometry.h.
|
protected |
Definition at line 134 of file GiSectionGeometry.h.