Class Ifc2x3::IfcMove¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcTask
(Class Ifc2x3::IfcTask)
Class Documentation¶
-
class
Ifc2x3
::
IfcMove
: public Ifc2x3::IfcTask¶ Public Types
-
typedef IfcTemplatedEntityList<IfcMove>
list
¶
Public Functions
-
::Ifc2x3::IfcSpatialStructureElement *
MoveFrom
() const¶
-
void
setMoveFrom
(::Ifc2x3::IfcSpatialStructureElement *v)¶
-
::Ifc2x3::IfcSpatialStructureElement *
MoveTo
() const¶
-
void
setMoveTo
(::Ifc2x3::IfcSpatialStructureElement *v)¶
-
std::vector<std::string>
PunchList
() const¶
-
void
setPunchList
(std::vector<std::string> v)¶
-
IfcMove
(IfcEntityInstanceData *e)¶
-
IfcMove
(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, std::string v6_TaskId, boost::optional<std::string> v7_Status, boost::optional<std::string> v8_WorkMethod, bool v9_IsMilestone, boost::optional<int> v10_Priority, ::Ifc2x3::IfcSpatialStructureElement *v11_MoveFrom, ::Ifc2x3::IfcSpatialStructureElement *v12_MoveTo, boost::optional<std::vector<std::string>> v13_PunchList)¶
-
typedef IfcTemplatedEntityList<IfcMove>