|
CFx SDK Documentation 2024 SP0
|
#include <TrVisSectionDef.h>
Public Types | |
| enum | Flags { kEnableFilling = (1 << 0) , kEnableStippling = (1 << 1) } |
Public Member Functions | |
| void | resetFlags (OdUInt16 nFlags=0) |
| void | setDefault () |
| void | enableFilling (bool bSet) |
| bool | isFillingEnabled () const |
| void | enableStippling (bool bSet) |
| bool | isStipplingEnabled () const |
| void | setSectionPlanes (const OdTrVisSectionPlaneArray &aPlanes) |
| const OdTrVisSectionPlaneArray & | sectionPlanes () const |
| void | appendSectionPlane (const OdTrVisSectionPlane &pPlane) |
| void | clearSectionPlanes () |
| bool | hasSectionPlanes () const |
| bool | isClippingEnabled () const |
| OdUInt32 | numSectionPlanes () const |
| const OdTrVisSectionPlane & | sectionPlane (OdUInt32 nPlane) const |
| void | setFillColor (ODCOLORREF color) |
| ODCOLORREF | fillColor () const |
| bool | fillColorTransparent () const |
| bool | fillColorInvisible () const |
| void | setStippleColor (ODCOLORREF color) |
| ODCOLORREF | stippleColor () const |
| void | setStipplePattern (OdUInt8 pattern) |
| OdUInt8 | stipplePattern () const |
| void | setStipplePattern (OdPs::FillStyle fillStyle) |
| void | setStipplePattern (OdPs::FillStyle fillStyle, ODCOLORREF color) |
Public Attributes | |
| OdUInt16 | m_flags |
| OdTrVisSectionPlaneArray | m_planes |
| ODCOLORREF | m_color |
| ODCOLORREF | m_stippleColor |
| OdUInt8 | m_stipplePattern |
<group ExRender_Windows_Classes>
Definition at line 36 of file TrVisSectionDef.h.
| Enumerator | |
|---|---|
| kEnableFilling | |
| kEnableStippling | |
Definition at line 39 of file TrVisSectionDef.h.
|
inline |
Definition at line 79 of file TrVisSectionDef.h.
|
inline |
Definition at line 80 of file TrVisSectionDef.h.
|
inline |
Definition at line 70 of file TrVisSectionDef.h.
|
inline |
Definition at line 73 of file TrVisSectionDef.h.
|
inline |
Definition at line 89 of file TrVisSectionDef.h.
|
inline |
Definition at line 92 of file TrVisSectionDef.h.
|
inline |
Definition at line 91 of file TrVisSectionDef.h.
|
inline |
Definition at line 82 of file TrVisSectionDef.h.
|
inline |
Definition at line 83 of file TrVisSectionDef.h.
|
inline |
Definition at line 71 of file TrVisSectionDef.h.
|
inline |
Definition at line 74 of file TrVisSectionDef.h.
|
inline |
Definition at line 85 of file TrVisSectionDef.h.
Definition at line 57 of file TrVisSectionDef.h.
|
inline |
Definition at line 86 of file TrVisSectionDef.h.
|
inline |
Definition at line 77 of file TrVisSectionDef.h.
|
inline |
Definition at line 61 of file TrVisSectionDef.h.
|
inline |
Definition at line 88 of file TrVisSectionDef.h.
|
inline |
Definition at line 76 of file TrVisSectionDef.h.
|
inline |
Definition at line 94 of file TrVisSectionDef.h.
|
inline |
Definition at line 100 of file TrVisSectionDef.h.
|
inline |
Definition at line 101 of file TrVisSectionDef.h.
Definition at line 97 of file TrVisSectionDef.h.
|
inline |
Definition at line 95 of file TrVisSectionDef.h.
|
inline |
Definition at line 98 of file TrVisSectionDef.h.
| ODCOLORREF OdTrVisSectionDef::m_color |
Definition at line 51 of file TrVisSectionDef.h.
| OdUInt16 OdTrVisSectionDef::m_flags |
Definition at line 47 of file TrVisSectionDef.h.
| OdTrVisSectionPlaneArray OdTrVisSectionDef::m_planes |
Definition at line 49 of file TrVisSectionDef.h.
| ODCOLORREF OdTrVisSectionDef::m_stippleColor |
Definition at line 53 of file TrVisSectionDef.h.
| OdUInt8 OdTrVisSectionDef::m_stipplePattern |
Definition at line 55 of file TrVisSectionDef.h.