CFx SDK Documentation 2024 SP0
|
#include <FMGeometry.h>
Static Public Member Functions | |
static FMGEOMETRY_API_STATIC OdUInt16 | GetSegmentCount (double dAngle, double dRadius, const DeviationParams &devDeviation) |
static FaceOrientation | PlaneOrientation (const OdGeVector3d &normal) |
static FMGEOMETRY_API_STATIC FaceOrientation | GetReversedOrientation (FaceOrientation eOri) |
Static Public Attributes | |
static FMGEOMETRY_API_STATIC DeviationParams | gDefDev |
static FMGEOMETRY_API_STATIC OdGeTol | gTol |
Represents the Facet Modeler global object and methods.
Definition at line 151 of file FMGeometry.h.
|
static |
Inverts the specified orientation.
eOri | [in] Orientation to invert. |
|
static |
Returns the number of linear segments for an exploded arc, specified by a sweep angle and radius.
dAngle | [in] Sweep angle. |
dRadius | [in] Circle radius. |
devDeviation | [in] Deviation parameters. |
|
inlinestatic |
Returns a plane orientation by the specified plane normal.
normal | [in] Plane normal. |
Definition at line 202 of file FMGeometry.h.
|
static |
Default deviation parameters.
Definition at line 161 of file FMGeometry.h.
|
static |
Tolerance used in mesh operations.
Definition at line 169 of file FMGeometry.h.