CFx SDK Documentation 2024 SP0
|
#include <IfcProject.h>
A class that implements storing and handling data about an IFC project. The project determines the design, construction, and maintenance context of a product.
Definition at line 42 of file IfcProject.h.
|
virtual |
Composes the project object.
Reimplemented from OdIfc::OdIfcObjectDefinition.
OdString OdIfc::OdIfcProject::getLongName | ( | ) |
Retrieves the project's long name.
OdString OdIfc::OdIfcProject::getPhase | ( | ) |
Retrieves the project phase.
OdDAIObjectIds OdIfc::OdIfcProject::getRepresentationContexts | ( | ) |
Retrieves the project's representation context.
OdDAIObjectId OdIfc::OdIfcProject::getUnitsInContextId | ( | ) |
Retrieves the unit context identifier of the project.
|
virtual |
Sets the values of the object's subentity traits, and returns the object's subentity traits to the calling subroutine.
pTraits | [in] A raw pointer to the <exref target="https://docs.opendesign.com/tv/OdGiDrawableTraits.html">OdGiDrawableTraits</exref> object to be set. |
Reimplemented from OdIfc::OdIfcCompound.
|
virtual |
Draws the graphical representation of the project object that is independent of any viewport contexts.
pWd | [in] A raw pointer to the <exref target="https://docs.opendesign.com/tv/OdGiDrawable.html">OdGiDrawable</exref> object that encapsulates parameters of view port independent vectorization. |
Reimplemented from OdIfc::OdIfcCompound.