#include "CellHeaderHandler.h"
#include <DgnPlatform/ElementGeometry.h>
#include <DgnPlatform/IAreaFillProperties.h>
Go to the source code of this file.
Classes | |
struct | RegionParams |
struct | IAssocRegionQuery |
Associative Region elements are planar surfaces that may have multiple boundary loops. More... | |
struct | IAssocRegionQuery::LoopData |
struct | AssocRegionCellHeaderHandler |
The Associative Region cell can represent one or more planar regions that can be a shape, ellipse, complex shape, or grouped hole. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Enumerations | |
enum | RegionLoops { Ignore = 0, Outer = 1, Alternating = 2 } |
enum | RegionType { Flood = 0, Union = 1, Intersection = 2, Difference = 3, ExclusiveOr = 4 } |
enum | RegionConstants { MAX_FloodSeedPoints = 100 } |