52 FITMODE_Reference = 2,
60 m_modelIfNoViewport =
NULL;
62 m_fitRasterRefs = m_rasterElementsOnly = m_includeTransients = m_useScanRange = m_fitMinDepth = m_fitMaxDepth = m_onlyInFitList =
false;
63 m_unused2 = m_ignoreCallouts =
false;
102 bool m_applyAttributes;
104 bool m_applyRefLevels;
105 bool m_applyClipVolume;
107 bool m_createNamedViewDisplayableForClipping;
108 bool m_applyClipWithoutBoundary;
109 bool m_applyRightIsoCameraPosition;
110 bool m_applyAnnotationAttachment;
111 int m_annotationAttachmentDrawingIndex;
113 bool m_reservedBools[8];
154 void SetApplyClipVolume (
bool state) { m_applyClipVolume = state;
if (m_applyClipVolume) m_applyClipWithoutBoundary =
false; }
189 virtual void MakeClassAbstract() = 0;
struct RotMatrix const * RotMatrixCP
Definition: msgeomstructs_typedefs.h:135
3x3 matrix commonly used for pure rotations, but in general may also have scales and non-perpendicula...
Definition: rotmatrix.h:21
struct DPoint3d const * DPoint3dCP
Definition: msgeomstructs_typedefs.h:79
The viewport is resized to match the exact size specifed in viewPortInfo.
Integer x,y rectangle coordinates.
Definition: BSIRect.h:24
struct DMap4d const * DMap4dCP
Definition: msgeomstructs_typedefs.h:98
struct RotMatrix const & RotMatrixCR
Definition: msgeomstructs_typedefs.h:135
uint32_t UInt32
Definition: Bentley.r.h:128
#define NULL
Definition: Bentley.h:157
4d point coordinates.
Definition: dpoint4d.h:17
ViewportResizeMode
Definition: DgnViewport.h:72
The viewport is resized to the same size, relative to the available area, that is specifed in viewPor...
struct DgnPlatform::DisplayPath const * DisplayPathCP
Definition: DgnPlatform.h:236
3d point coordinates.
Definition: dpoint3d.h:19
BentleyStatus
Definition: Bentley.h:208
The viewport is resized to match the aspect ratio of the viewInfo.
int StatusInt
Definition: Bentley.h:222
struct DgnPlatform::ViewFlags const * ViewFlagsCP
Definition: DgnPlatform.h:471
The viewport is resized to match the exact size specified in viewPortInfo, and moved to the position ...
The viewport size is unchanged (this is the default). The viewport is unchanged, and the view content...
struct DPoint4d const * DPoint4dCP
Definition: msgeomstructs_typedefs.h:96
struct DgnPlatform::ViewInfo const * ViewInfoCP
Definition: DgnPlatform.h:478
A 3d low and high corner pair for range boxes.
Definition: drange3d.h:20
Integer x,y rectangle coordinates for GUI: BSIRect.
2d point coordinates.
Definition: dpoint2d.h:23
A string class that has many of the same capabilities as std::string, plus additional functions such ...
Definition: WString.h:51