|
CFx SDK Documentation
2023 SP0
|
#include "TD_PackPush.h"#include "RxObject.h"#include "Ge/GePoint3d.h"#include "Ge/GeMatrix3d.h"#include "Gi/GiRasterImage.h"#include "Gi/GiMaterial.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdGiEdgeData |
| class | OdGiFaceData |
| class | OdGiVertexData |
| class | OdGiGeometry |
| class | OdGiClipBoundarySaver |
| class | OdGiModelTransformSaver |
| class | OdGiModelTransformSaverOpt |
Typedefs | |
| typedef OdArray< OdGeCurve2d *, OdMemoryAllocator< OdGeCurve2d * > > | OdGiEdge2dArray |
Enumerations | |
| enum | OdGiOrientationType { kOdGiCounterClockwise = -1 , kOdGiNoOrientation = 0 , kOdGiClockwise = 1 } |
| enum | OdGiArcType { kOdGiArcSimple = 0 , kOdGiArcSector = 1 , kOdGiArcChord = 2 } |
| typedef OdArray<OdGeCurve2d*, OdMemoryAllocator<OdGeCurve2d*> > OdGiEdge2dArray |
Definition at line 47 of file GiGeometry.h.
| enum OdGiArcType |
Arc types.
| Enumerator | |
|---|---|
| kOdGiArcSimple | |
| kOdGiArcSector | |
| kOdGiArcChord | |
Definition at line 682 of file GiGeometry.h.
| enum OdGiOrientationType |
| Enumerator | |
|---|---|
| kOdGiCounterClockwise | |
| kOdGiNoOrientation | |
| kOdGiClockwise | |
Definition at line 525 of file GiGeometry.h.