Class Ifc4x2::IfcCartesianPointList2D¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcCartesianPointList(Class Ifc4x2::IfcCartesianPointList)
Class Documentation¶
-
class
Ifc4x2::IfcCartesianPointList2D: public Ifc4x2::IfcCartesianPointList¶ Public Types
-
typedef IfcTemplatedEntityList<IfcCartesianPointList2D>
list¶
Public Functions
-
std::vector<std::vector<double>>
CoordList() const¶
-
void
setCoordList(std::vector<std::vector<double>> v)¶
-
bool
hasTagList() const¶ Whether the optional attribute TagList is defined for this IfcCartesianPointList2D.
-
std::vector<std::string>
TagList() const¶
-
void
setTagList(std::vector<std::string> v)¶
-
IfcCartesianPointList2D(IfcEntityInstanceData *e)¶
-
IfcCartesianPointList2D(std::vector<std::vector<double>> v1_CoordList, boost::optional<std::vector<std::string>> v2_TagList)¶
-
typedef IfcTemplatedEntityList<IfcCartesianPointList2D>