CFx SDK Documentation
2020SP3
|
#include <GsViewProps.h>
Public Member Functions | |
ViewProps () | |
void | set (const OdGsViewImpl &view) |
OdUInt32 | difference (const ViewProps &props) const |
bool | isCompatibleWith (const ViewProps &props, OdUInt32 nFlags, bool bCompareFrozenLayers=true) const |
bool | isInvalid () const |
void | setInvalid (bool bValue) |
Public Attributes | |
OdUInt32 | m_vpId |
OdDbStub * | m_vpObjectId |
OdGiRegenType | m_regenType |
OdGsView::RenderMode | m_renderMode |
OdGeMatrix3d | m_worldToEye |
OdGePoint3d | m_cameraLocation |
OdGePoint3d | m_cameraTarget |
OdGeVector3d | m_cameraUpVector |
OdGeVector3d | m_viewDir |
OdGePoint2d | m_vpLowerLeft |
OdGePoint2d | m_vpUpperRight |
double | m_deviation [5] |
double | m_frontClip |
double | m_backClip |
OdDbStubPtrArray | m_frozenLayers |
double | m_linetypeScaleMultiplier |
const void * | m_renderModule |
OdDbStub * | m_annoScale |
OdIntPtr | m_filterFunction |
OdDbStub * | m_visualStyle |
OdUInt32 | m_nViewChanges |
Corresponding C++ library: TD_Gs
<group !!RECORDS_TD_APIRef>
Definition at line 42 of file GsViewProps.h.
ViewProps::ViewProps | ( | ) |
|
inline |
Definition at line 226 of file GsViewProps.h.
|
inline |
Definition at line 72 of file GsViewProps.h.
void ViewProps::set | ( | const OdGsViewImpl & | view | ) |
|
inline |
Definition at line 73 of file GsViewProps.h.
OdDbStub* ViewProps::m_annoScale |
Definition at line 63 of file GsViewProps.h.
double ViewProps::m_backClip |
Definition at line 59 of file GsViewProps.h.
OdGePoint3d ViewProps::m_cameraLocation |
Definition at line 51 of file GsViewProps.h.
OdGePoint3d ViewProps::m_cameraTarget |
Definition at line 52 of file GsViewProps.h.
OdGeVector3d ViewProps::m_cameraUpVector |
Definition at line 53 of file GsViewProps.h.
double ViewProps::m_deviation[5] |
Definition at line 57 of file GsViewProps.h.
OdIntPtr ViewProps::m_filterFunction |
Definition at line 64 of file GsViewProps.h.
double ViewProps::m_frontClip |
Definition at line 58 of file GsViewProps.h.
OdDbStubPtrArray ViewProps::m_frozenLayers |
Definition at line 60 of file GsViewProps.h.
double ViewProps::m_linetypeScaleMultiplier |
Definition at line 61 of file GsViewProps.h.
OdUInt32 ViewProps::m_nViewChanges |
Definition at line 66 of file GsViewProps.h.
OdGiRegenType ViewProps::m_regenType |
Definition at line 48 of file GsViewProps.h.
OdGsView::RenderMode ViewProps::m_renderMode |
Definition at line 49 of file GsViewProps.h.
const void* ViewProps::m_renderModule |
Definition at line 62 of file GsViewProps.h.
OdGeVector3d ViewProps::m_viewDir |
Definition at line 54 of file GsViewProps.h.
OdDbStub* ViewProps::m_visualStyle |
Definition at line 65 of file GsViewProps.h.
OdUInt32 ViewProps::m_vpId |
Definition at line 46 of file GsViewProps.h.
OdGePoint2d ViewProps::m_vpLowerLeft |
Definition at line 55 of file GsViewProps.h.
OdDbStub* ViewProps::m_vpObjectId |
Definition at line 47 of file GsViewProps.h.
OdGePoint2d ViewProps::m_vpUpperRight |
Definition at line 56 of file GsViewProps.h.
OdGeMatrix3d ViewProps::m_worldToEye |
Definition at line 50 of file GsViewProps.h.