Describes drawing elements composed of 2D curves. More...
Public Types | |
typedef cadex::internal::ModelData_DrawingCurveSetImpl | ImplType |
![]() | |
typedef int | IdType |
Defines a type identifier. | |
Public Member Functions | |
ModelData_DrawingCurveSet () | |
Constructor. | |
ModelData_DrawingCurveSet (ImplType *) | |
Constructor. Reserved for internal usage. | |
void | AddCurve (const ModelData_Curve2d &theCurve) |
Adds a curve to the element. | |
size_t | NumberOfCurves () const |
Returns the number of curves currently composing the element. | |
const ModelData_Curve2d & | Curve (size_t theIndex) const |
Returns the specified curve of the element. | |
![]() | |
void | Accept (ModelData_DrawingElementVisitor &theVisitor) const |
![]() | |
ModelData_BaseObject () | |
Constructor. More... | |
IdType | TypeId () const |
Returns an object type id. More... | |
template<typename T > | |
bool | IsOfType () const |
Returns true if the object has a type T. More... | |
void | SetName (const Base_UTF16String &theName) |
Sets an object name. More... | |
Base_UTF16String | Name () const |
void | SetUuid (const Base_Uuid &theUuid) |
Base_Uuid | Uuid () const |
void | Nullify () |
Resets reference to implementation object. More... | |
bool | IsNull () const |
Returns true if the object is nullified. More... | |
operator bool () const | |
Casts the object to the bool type. More... | |
internal::ModelData_BaseObjectImpl * | Impl () const |
Return a handle to backend (reserved for internal use). | |
const internal::Base_Handle & | HImpl () const |
template<typename T > | |
T * | Impl () const |
Reserved for internal use. | |
Static Public Member Functions | |
static IdType | GetTypeId () |
Additional Inherited Members | |
![]() | |
ModelData_DrawingGeometry (internal::ModelData_DrawingGeometryImpl *theImpl) | |
Constructor. Reserved for internal use. | |
![]() | |
ModelData_DrawingElement (internal::ModelData_DrawingElementImpl *theImpl) | |
Constructor. | |
![]() | |
ModelData_BaseObject (const internal::ModelData_BaseObjectImpl *theImpl) | |
Constructor (reserved for internal use). | |
ModelData_BaseObject (const internal::ModelData_BaseObjectImpl *theImpl, const Base_UTF16String &theName) | |
Constructor (reserved for internal use). | |
template<typename T > | |
T * | GetOrCreateImpl () |
Reserved for internal use. | |
Describes drawing elements composed of 2D curves.
This geometric element encapsulates the portion of the view's geometry described with parametric 2D curves (more specifically, objects of classes derived from ModelData_Curve2d).