Class Ifc2x3::IfcEdgeFeature¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcFeatureElementSubtraction(Class Ifc2x3::IfcFeatureElementSubtraction)
Derived Types¶
public Ifc2x3::IfcChamferEdgeFeature(Class Ifc2x3::IfcChamferEdgeFeature)public Ifc2x3::IfcRoundedEdgeFeature(Class Ifc2x3::IfcRoundedEdgeFeature)
Class Documentation¶
-
class
Ifc2x3::IfcEdgeFeature: public Ifc2x3::IfcFeatureElementSubtraction¶ Subclassed by Ifc2x3::IfcChamferEdgeFeature, Ifc2x3::IfcRoundedEdgeFeature
Public Types
-
typedef IfcTemplatedEntityList<IfcEdgeFeature>
list¶
Public Functions
-
bool
hasFeatureLength() const¶ Whether the optional attribute FeatureLength is defined for this IfcEdgeFeature.
-
double
FeatureLength() const¶
-
void
setFeatureLength(double v)¶
-
IfcEdgeFeature(IfcEntityInstanceData *e)¶
-
IfcEdgeFeature(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, ::Ifc2x3::IfcObjectPlacement *v6_ObjectPlacement, ::Ifc2x3::IfcProductRepresentation *v7_Representation, boost::optional<std::string> v8_Tag, boost::optional<double> v9_FeatureLength)¶
-
typedef IfcTemplatedEntityList<IfcEdgeFeature>