Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcAngularDimension

Definition from IAI: The angular dimension is a draughting callout that presents the plane angle measure between two non parallel orientations. It consists of a dimension curve and may have projection curves.

NOTE: The dimension text is handled throught the IfcStructuredDimensionCallout and associated via the IfcDimensionCalloutRelationship.

Illustration:

angular dimension

NOTE: The IfcAngularDimension is an entity that had been adopted from ISO 10303, Industrial automation systems and integration—Product data representation and exchange, Part 202: Application protocol: Associative draughting.

NOTE Corresponding STEP name: angular_dimension. Please refer to ISO/IS 10303-202:1994 page 484 for the final definition of the formal standard.

HISTORY New entity in Release IFC2x 2nd Edition.

EXPRESS specification:

ENTITY IfcAngularDimension
SUBTYPE OF ( IfcDimensionCurveDirectedCallout);
END_ENTITY;

Inheritance graph

ENTITY IfcAngularDimension;
ENTITY IfcRepresentationItem;
INVERSE
LayerAssignments  :  SET OF IfcPresentationLayerAssignment FOR AssignedItems;
StyledByItem  :  SET [0:1] OF IfcStyledItem FOR Item;
ENTITY IfcGeometricRepresentationItem;
ENTITY IfcDraughtingCallout;
Contents  :  SET [1:?] OF IfcDraughtingCalloutElement;
INVERSE
IsRelatedFromCallout  :  SET OF IfcDraughtingCalloutRelationship FOR RelatedDraughtingCallout;
IsRelatedToCallout  :  SET OF IfcDraughtingCalloutRelationship FOR RelatingDraughtingCallout;
ENTITY IfcDimensionCurveDirectedCallout;
ENTITY IfcAngularDimension;
END_ENTITY;