CFx SDK Documentation  2022 SP0
Classes | Functions
GiDeviation.h File Reference
#include "Gi/GiCommonDraw.h"
#include "Ge/GeDoubleArray.h"
#include "Ge/GePoint3d.h"

Go to the source code of this file.

Classes

class  OdGiDeviation
 

Functions

OdGeDoubleArray odgiGetAllDeviations (const OdGiDeviation &deviationObj, const OdGePoint3d &pointOnCurve=OdGePoint3d::kOrigin)
 

Function Documentation

◆ odgiGetAllDeviations()

OdGeDoubleArray odgiGetAllDeviations ( const OdGiDeviation deviationObj,
const OdGePoint3d pointOnCurve = OdGePoint3d::kOrigin 
)
inline

Returns an array of the deviations for the specified Deviation object for the specified point on the curve.

Parameters
deviationObj[in] Deviation object.
pointOnCurve[in] Point on the curve.
Remarks
Deviations are returned in the array in the following order:

Index kOdGiMaxDevForCircle 0
kOdGiMaxDevForCurve 1
kOdGiMaxDevForBoundary 2
kOdGiMaxDevForIsoline 3 kOdGiMaxDevForFacet 4

Definition at line 84 of file GiDeviation.h.