|
CFx SDK Documentation 2026 SP0
|
#include <GiDummyGeometry.h>
Public Member Functions | |
| virtual OdGiRegenType | regenType () const |
| virtual bool | regenAbort () const |
| virtual bool | isDragging () const |
| virtual OdUInt32 | numberOfIsolines () const |
| virtual double | deviation (const OdGiDeviationType t, const OdGePoint3d &p) const |
Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 3241 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves the recommended maximum deviation of the current vectorization for the specified point on a curve.
| t | [in] Deviation type. |
| p | [in] Point on a curve. |
Reimplemented in OdGiBaseVectorizer, OdGiBaseVectorizerImpl, OdGiLayerTraitsTaker, OdGiLayerTraitsTakerView, and OdGsBaseVectorizer.
Definition at line 3296 of file GiDummyGeometry.h.
|
inlinevirtual |
Checks whether the associated vectorization process is the result of a "drag" operation.
Reimplemented in OdGiBaseVectorizer, OdGiLayerTraitsTaker, and OdGsBaseVectorizer.
Definition at line 3267 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves count of isolines that are used to represent an entity.
Reimplemented in OdGiBaseVectorizer, OdGiLayerTraitsTaker, OdGiLayerTraitsTakerView, and OdGiWorldDrawImpl.
Definition at line 3281 of file GiDummyGeometry.h.
|
inlinevirtual |
Checks whether the vectorization process associated with this object should be aborted.
Reimplemented in OdGiBaseVectorizer, OdGiExtCalc, OdGiLayerTraitsTaker, OdGiLayerTraitsTakerView, and OdGsBaseVectorizer.
Definition at line 3259 of file GiDummyGeometry.h.
|
inlinevirtual |
Returns the regeneration type for this object.
Reimplemented in AECGe::Harvester, OdGiBaseVectorizer, OdGiBaseVectorizerImpl, OdGiExtCalc, OdGiLayerTraitsTaker, and OdGiLayerTraitsTakerView.
Definition at line 3251 of file GiDummyGeometry.h.