|
FRX SDK Documentation 2025 SP0
|
#include <AcBr.h>
Public Types | |
| enum | Element2dShape { kDefault = 0 , kAllPolygons , kAllQuadrilaterals , kAllTriangles } |
| enum | ErrorStatus { eOk = 0 , eNotImplementedYet = Acad::eNotImplementedYet , eNotApplicable = Acad::eNotApplicable , eInvalidInput = Acad::eInvalidInput , eOutOfMemory = Acad::eOutOfMemory , eWrongObjectType = Acad::eWrongObjectType , eNullObjectId = Acad::eNullObjectId , eNullSubentityId = Acad::eInvalidIndex , eObjectIdMismatch = Acad::eWrongDatabase , eTopologyMismatch = Acad::eWrongDatabase , eUnsuitableGeometry = Acad::eAmbiguousOutput , eMissingSubentity = Acad::eNotInDatabase , eAmbiguousOutput = Acad::eAmbiguousOutput , eMissingGeometry = Acad::eDegenerateGeometry , eNullObjectPointer = Acad::eUnrecoverableErrors , eWrongSubentityType = Acad::eWrongSubentityType , eInvalidObject = Acad::eUnrecoverableErrors , eBrepChanged = 3008 , eUnsuitableTopology = 3013 , eDegenerateTopology = 3020 , eUninitialisedObject = 3021 } |
| enum | LoopType { kUnclassified = 0 , kExterior = 1 , kInterior = 2 , kWinding = 3 , kLoopUnclassified = kUnclassified , kLoopExterior = kExterior , kLoopInterior = kInterior , kLoopWinding = kWinding } |
| enum | Relation { kUnknown = 0 , kOutside = 1 , kInside = 2 , kBoundary = 3 , kCoincident = 4 , kTangent = 5 , kIntersect = 6 } |
| enum | ShellType { kShellUnclassified = 0 , kShellExterior , kShellInterior } |
| enum | ValidationLevel { kFullValidation = 0 , kNoValidation } |