Class Ifc4::IfcCartesianPointList3D¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcCartesianPointList(Class Ifc4::IfcCartesianPointList)
Class Documentation¶
-
class
Ifc4::IfcCartesianPointList3D: public Ifc4::IfcCartesianPointList¶ Public Types
-
typedef IfcTemplatedEntityList<IfcCartesianPointList3D>
list¶
Public Functions
-
std::vector<std::vector<double>>
CoordList() const¶
-
void
setCoordList(std::vector<std::vector<double>> v)¶
-
IfcCartesianPointList3D(IfcEntityInstanceData *e)¶
-
IfcCartesianPointList3D(std::vector<std::vector<double>> v1_CoordList)¶
-
typedef IfcTemplatedEntityList<IfcCartesianPointList3D>