CFx SDK Documentation 2024 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 3227 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, OdGiLayerTraitsTaker, OdGiBaseVectorizerImpl, OdGsBaseVectorizer, and OdGiLayerTraitsTakerView.
Definition at line 3282 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 3253 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves count of isolines that are used to represent an entity.
Reimplemented in OdGiWorldDrawImpl, OdGiBaseVectorizer, OdGiLayerTraitsTaker, and OdGiLayerTraitsTakerView.
Definition at line 3267 of file GiDummyGeometry.h.
|
inlinevirtual |
Checks whether the vectorization process associated with this object should be aborted.
Reimplemented in OdGiBaseVectorizer, OdGiExtCalc, OdGiLayerTraitsTaker, OdGsBaseVectorizer, and OdGiLayerTraitsTakerView.
Definition at line 3245 of file GiDummyGeometry.h.
|
inlinevirtual |
Returns the regeneration type for this object.
Reimplemented in AECGe::Harvester, OdGiBaseVectorizer, OdGiExtCalc, OdGiLayerTraitsTaker, OdGiBaseVectorizerImpl, and OdGiLayerTraitsTakerView.
Definition at line 3237 of file GiDummyGeometry.h.