IFC 4.3.2.20250219 (IFC4X3_ADD2) under development

8.7.3.3 IfcAlignmentParameterSegment

RV ⓘ
AbV ⓘ

ABSTRACT This definition may not be instantiated

8.7.3.3.1 Semantic definition

An abstract entity defining common information about horizontal, vertical and cant alignment segments.

8.7.3.3.2 Entity inheritance

8.7.3.3.3 Attributes

# Attribute Type Description
IfcAlignmentParameterSegment (2)
1 StartTag OPTIONAL IfcLabel

Tag to annotate the start point of the alignment segment.

2 EndTag OPTIONAL IfcLabel

Tag to annotate the end point of the alignment segment.

Table 8.7.3.3.A

8.7.3.3.4 Formal representation

ENTITY IfcAlignmentParameterSegment
ABSTRACT SUPERTYPE OF (ONEOF
(IfcAlignmentCantSegment
,IfcAlignmentHorizontalSegment
,IfcAlignmentVerticalSegment));
StartTag : OPTIONAL IfcLabel;
EndTag : OPTIONAL IfcLabel;
END_ENTITY;

8.7.3.3.5 References

Edit on Github

3 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!

8.7.3.3.6 Changelog

8.7.3.3.6.1 IFC4.3_DEV_d5336fff

  • New resource