34 OPTION_Dimensions = (1<<1),
35 OPTION_Mlines = (1<<2),
36 OPTION_Complex = (1<<3),
37 OPTION_LinearSegments = (1<<4),
38 OPTION_SharedCells = (1<<5),
39 OPTION_Solids = (1<<6),
40 OPTION_AppData = (1<<7),
45 DIMENSION_Geometry = 0,
46 DIMENSION_Segments = 1,
51 SHAREDCELL_Geometry = 0,
52 SHAREDCELL_NormalCell = 1,
53 SHAREDCELL_NormalCellOneLevel = 2,
63 virtual void MakeClassAbstract() = 0;
100 OPTION_LineStyles = (1<<0),
101 OPTION_Patterns = (1<<1),
106 BOUNDARY_Include = 0,
112 virtual void MakeClassAbstract() = 0;
struct PolyfaceQuery const & PolyfaceQueryCR
Definition: msgeomstructs_typedefs.h:178
struct CurveVector const & CurveVectorCR
Definition: msgeomstructs_typedefs.h:172
struct MSBsplineSurface const & MSBsplineSurfaceCR
Definition: msgeomstructs_typedefs.h:159
struct DgnPlatform::ISolidKernelEntity const & ISolidKernelEntityCR
Definition: DgnPlatform.h:331
RefCountedPtr< DropGraphics > DropGraphicsPtr
Definition: DropGraphics.h:85
BentleyStatus
Definition: Bentley.h:208
A shared pointer template for reference-counted objects.
Definition: RefCounted.h:119
struct DgnPlatform::ElementHandle const * ElementHandleCP
Definition: DgnPlatform.h:260
struct ICurvePrimitive const & ICurvePrimitiveCR
Definition: msgeomstructs_typedefs.h:166
struct IGeometry const & IGeometryCR
Definition: msgeomstructs_typedefs.h:165
struct ISolidPrimitive const & ISolidPrimitiveCR
Definition: msgeomstructs_typedefs.h:185
Concrete class that can be used to implement the reference-counting pattern.
Definition: RefCounted.h:109
RefCountedPtr< DropGeometry > DropGeometryPtr
Definition: DropGraphics.h:18
struct DgnPlatform::ElementHandle const & ElementHandleCR
Definition: DgnPlatform.h:260
struct DgnPlatform::DropGraphics const & DropGraphicsCR
Definition: DgnPlatform.h:250