CFx SDK Documentation
2020SP3
|
#include <GiClipBoundary.h>
Public Member Functions | |
OdGiClipBoundary () | |
Public Attributes | |
OdGeVector3d | m_vNormal |
OdGePoint3d | m_ptPoint |
OdGePoint2dArray | m_Points |
OdGeMatrix3d | m_xToClipSpace |
OdGeMatrix3d | m_xInverseBlockRefXForm |
double | m_dFrontClipZ |
double | m_dBackClipZ |
bool | m_bClippingFront |
bool | m_bDrawBoundary |
bool | m_bClippingBack |
This struct is used to pass clip boundary specifications from OdGiDrawable objects to the underlying OdGi system. Corresponding C++ library: TD_Gi <group !!RECORDS_TD_APIRef>
Definition at line 40 of file GiClipBoundary.h.
|
inline |
Definition at line 43 of file GiClipBoundary.h.
bool OdGiClipBoundary::m_bClippingBack |
Definition at line 57 of file GiClipBoundary.h.
bool OdGiClipBoundary::m_bClippingFront |
Definition at line 55 of file GiClipBoundary.h.
bool OdGiClipBoundary::m_bDrawBoundary |
Definition at line 56 of file GiClipBoundary.h.
double OdGiClipBoundary::m_dBackClipZ |
Definition at line 54 of file GiClipBoundary.h.
double OdGiClipBoundary::m_dFrontClipZ |
Definition at line 53 of file GiClipBoundary.h.
OdGePoint2dArray OdGiClipBoundary::m_Points |
Definition at line 50 of file GiClipBoundary.h.
OdGePoint3d OdGiClipBoundary::m_ptPoint |
Definition at line 49 of file GiClipBoundary.h.
OdGeVector3d OdGiClipBoundary::m_vNormal |
Definition at line 48 of file GiClipBoundary.h.
OdGeMatrix3d OdGiClipBoundary::m_xInverseBlockRefXForm |
Definition at line 52 of file GiClipBoundary.h.
OdGeMatrix3d OdGiClipBoundary::m_xToClipSpace |
Definition at line 51 of file GiClipBoundary.h.