IfcCurveStyleFontPattern

注:定义符合ISO/CD 10303-46:1992

曲线样式字体模式是以表示区域为单位的一对可见和不可见的曲线段长度度量。

注:对应ISO 10303名称:曲线样式字体图案。正式标准的最终定义请参考ISO/IS 10303-46:1994。

IFC2x2中增加的新实体。

ormal Propositions

RuleDescription
VisibleLengthGreaterEqualZero The value of a visible pattern length shall be equal or greater then zero.
 

Attribute inheritance

#AttributeTypeCardinalityDescriptionC
IfcPresentationItem
IfcCurveStyleFontPattern
1 VisibleSegmentLength IfcLengthMeasure [1:1] The length of the visible segment in the pattern definition.
NOTE  For a visible segment representing a point, the value 0. should be assigned.
X
2 InvisibleSegmentLength IfcPositiveLengthMeasure [1:1] The length of the invisible segment in the pattern definition. X
 

EXPRESS Specification

ENTITY IfcCurveStyleFontPattern
 SUBTYPE OF (IfcPresentationItem);
  VisibleSegmentLength : IfcLengthMeasure;
  InvisibleSegmentLength : IfcPositiveLengthMeasure;
 WHERE
  VisibleLengthGreaterEqualZero : VisibleSegmentLength >= 0.;
END_ENTITY;
QQ 3087438119
原文地址:https://www.cnblogs.com/herd/p/14217095.html