Class Ifc2x3::IfcRampFlightType¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcBuildingElementType
(Class Ifc2x3::IfcBuildingElementType)
Class Documentation¶
-
class
Ifc2x3
::
IfcRampFlightType
: public Ifc2x3::IfcBuildingElementType¶ Definition from IAI: The element type (IfcRampFlightType) defines a list of commonly shared property set definitions of a ramp flight and an optional set of product representations. It is used to define an ramp flight specification (i.e. the specific product information, that is common to all occurrences of that product type).
NOTE: The product representations are defined as representation maps (at the level of the supertype IfcTypeProduct, which gets assigned by an element occurrence instance through the IfcShapeRepresentation.Item[1] being an IfcMappedItem. A ramp flight type is used to define the common properties of a certain type of a ramp flight that may be applied to many instances of that type to assign a specific style. Ramp flight types may be exchanged without being already assigned to occurrences. The occurrences of the IfcRampFlightType are represented by instances of IfcRampFlight.
HISTORY New entity in Release IFC2x Edition 2.
Public Types
-
typedef IfcTemplatedEntityList<IfcRampFlightType>
list
¶
Public Functions
-
::Ifc2x3::IfcRampFlightTypeEnum::Value
PredefinedType
() const¶ Identifies the predefined types of a ramp flight element from which the type required may be set.
-
void
setPredefinedType
(::Ifc2x3::IfcRampFlightTypeEnum::Value v)¶
-
IfcRampFlightType
(IfcEntityInstanceData *e)¶
-
IfcRampFlightType
(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_ApplicableOccurrence, boost::optional<IfcTemplatedEntityList<::Ifc2x3::IfcPropertySetDefinition>::ptr> v6_HasPropertySets, boost::optional<IfcTemplatedEntityList<::Ifc2x3::IfcRepresentationMap>::ptr> v7_RepresentationMaps, boost::optional<std::string> v8_Tag, boost::optional<std::string> v9_ElementType, ::Ifc2x3::IfcRampFlightTypeEnum::Value v10_PredefinedType)¶
-
typedef IfcTemplatedEntityList<IfcRampFlightType>