
IfcDimensionCurveDirectedCallout
Definition from IAI: The dimension curve directed callout is a
dimension callout, which includes a dimension line. It normally presents an
extent and/or direction of the product shape. Subtypes are introduced to
declare specific forms of dimension curve directed callouts, such as:
- linear dimension
- radius dimension
- diameter dimension
- angular dimension
NOTE: The IfcDimensionCurveDirectedCallout is
an entity that had been adopted from ISO 10303, Industrial automation systems
and integrationProduct data representation and exchange, Part 101:
Integrated application resources: Draughting.
NOTE Corresponding STEP name:
dimension_curve_directed_callout. Please refer to ISO/IS 10303-101:1994 page 24
for the final definition of the formal standard.
HISTORY New entity in Release
IFC2x 2nd Edition.
EXPRESS specification:
|
|
| ENTITY IfcDimensionCurveDirectedCallout
|
|
|
|
|
| WR41
|
:
|
SIZEOF(QUERY (Dc <* SELF\IfcDraughtingCallout.Contents | (
'IFCPRESENTATIONDIMENSIONINGRESOURCE.IFCDIMENSIONCURVE' IN TYPEOF(Dc))))
= 1;
|
| WR42
|
:
|
SIZEOF (QUERY (Dc <* SELF.contents |
('IFCPRESENTATIONDIMENSIONINGRESOURCE.IFCPROJECTIONCURVE' IN
TYPEOF (Dc)))) <= 2;
|
|
|
|
Formal Propositions:
| WR41
|
:
|
There shall be exactly one dimension curve in the set of draughting callout elements.
|
| WR42
|
:
|
There shall be only zero, one, or two projection curves within the content of the callout.
|
Inheritance graph
|
|
| ENTITY IfcDimensionCurveDirectedCallout;
|
|