Class Ifc4x1::IfcCartesianPointList3D

Nested Relationships

This class is a nested type of Struct Ifc4x1.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x1::IfcCartesianPointList3D : public Ifc4x1::IfcCartesianPointList

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 IfcCartesianPointList3D.

std::vector<std::string> TagList() const
void setTagList(std::vector<std::string> v)
const IfcParse::entity &declaration() const
IfcCartesianPointList3D(IfcEntityInstanceData *e)
IfcCartesianPointList3D(std::vector<std::vector<double>> v1_CoordList, boost::optional<std::vector<std::string>> v2_TagList)

Public Static Functions

const IfcParse::entity &Class()