Hide menu
Loading...
Searching...
No Matches

Defines a plane where 2d graphical elements should be placed. More...

#include <cadex/ModelData_PMIPlane.hxx>

Inheritance diagram for cadex::ModelData_PMIPlane:
cadex::ModelData_BaseObject

Public Types

typedef cadex::internal::ModelData_PMIPlaneImpl ImplType
 
- Public Types inherited from cadex::ModelData_BaseObject
typedef int IdType
 Defines a type identifier.
 

Public Member Functions

 ModelData_PMIPlane ()
 Constructor.
 
 ModelData_PMIPlane (initialized)
 Constructor.
 
 ModelData_PMIPlane (ImplType *theImpl)
 Constructor (reserved for internal use).
 
 ModelData_PMIPlane (const ModelData_Plane &thePlane)
 Constructor.
 
 ModelData_PMIPlane (const ModelData_Plane &thePlane, const Base_UTF16String &theName)
 Constructor.
 
ModelData_Plane Plane () const
 Returns a geometrical plane.
 
- Public Member Functions inherited from cadex::ModelData_BaseObject
 ModelData_BaseObject ()
 Constructor.
 
IdType TypeId () const
 Returns an object type id.
 
template<typename T >
bool IsOfType () const
 Returns true if the object has a type T.
 
void SetName (const Base_UTF16String &theName)
 Sets an object name.
 
Base_UTF16String Name () const
 
void SetUuid (const Base_Uuid &theUuid)
 
Base_Uuid Uuid () const
 
void Nullify ()
 Resets reference to implementation object.
 
bool IsNull () const
 Returns true if the object is nullified.
 
 operator bool () const
 Casts the object to the bool type.
 
internal::ModelData_BaseObjectImpl * Impl () const
 Return a handle to backend (reserved for internal use).
 

Static Public Member Functions

static IdType GetTypeId ()
 

Additional Inherited Members

- Protected Member Functions inherited from cadex::ModelData_BaseObject
 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.
 

Detailed Description

Defines a plane where 2d graphical elements should be placed.

A plane allows to position 2d graphical data on the screen.

A plane can be attached to graphical element. But note that it only makes sense in case where element contains 2d data or text.

Note
The plane used by graphical element should be present in its table.
See also
ModelData_PMIGraphicalElement, ModelData_PMITable

Constructor & Destructor Documentation

◆ ModelData_PMIPlane() [1/2]

cadex::ModelData_PMIPlane::ModelData_PMIPlane ( )

Constructor.

Creates not initialized object, for which IsNull() returns true.

◆ ModelData_PMIPlane() [2/2]

cadex::ModelData_PMIPlane::ModelData_PMIPlane ( initialized  )
explicit

Constructor.

Creates initialized object, for which IsNull() returns false.