IfcAlignmentVerticalSegmentTypeEnum

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4.3 RC1 to IFC4.3 RC2
    IfcAlignmentVerticalSegmentTypeEnumADDED
Semantic definitions at the type
Type definition
Enumeration definition
ConstantDescription
CONSTANTGRADIENT
CIRCULARARCCircular arc transiiton.
PARABOLICARCParabolic arc type of segment.
CLOTHOIDClothoid transition.
Formal representations
XML Specification
 <xs:simpleType name="IfcAlignmentVerticalSegmentTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="constantgradient"/>
   <xs:enumeration value="circulararc"/>
   <xs:enumeration value="parabolicarc"/>
   <xs:enumeration value="clothoid"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcAlignmentVerticalSegmentTypeEnum = ENUMERATION OF (
 CONSTANTGRADIENT,
 CIRCULARARC,
 PARABOLICARC,
 CLOTHOID);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcAlignmentVerticalSegment

Link to this page  Link to this page