Skip to content

IfcTextLiteral is semi-abstract #947

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following attribute values for the _IfcShapeRepresentation_ holding this geo
* _IfcShapeRepresentation_._Items_ :
* subtypes of _IfcPoint_ and _IfcCurve_ being two-dimensional and within an _IfcGeometricCurveSet_
* subtypes of _IfcAnnotationFillArea_ for hatches
* subtypes of _IfcTextLiteral_ for text
* _IfcTextLiteralWithExtentWithExtent_ for text

```
concept {
Expand All @@ -22,7 +22,7 @@ concept {
IfcShapeRepresentation:Items -> IfcAnnotationFillArea
IfcShapeRepresentation:Items -> IfcIndexedPolyCurve_2
IfcShapeRepresentation:Items -> IfcCartesianPoint
IfcShapeRepresentation:Items -> IfcTextLiteral
IfcShapeRepresentation:Items -> IfcTextLiteralWithExtent
IfcLabel_0 -> constraint_0
constraint_0[label="=Annotation"]
IfcLabel_1 -> constraint_1
Expand All @@ -43,10 +43,10 @@ concept {
IfcCartesianPointList2D_2:CoordList -> IfcLengthMeasure
IfcStyledItem_1:Styles -> IfcCurveStyle
IfcCurveStyle -> Geometry_Curve_Style
IfcTextLiteral:Literal -> IfcPresentableText
IfcTextLiteral:Placement -> IfcAxis2Placement2D
IfcTextLiteral:Path -> IfcTextPath
IfcTextLiteral:StyledByItem -> IfcStyledItem_2:Item
IfcTextLiteralWithExtent:Literal -> IfcPresentableText
IfcTextLiteralWithExtent:Placement -> IfcAxis2Placement2D
IfcTextLiteralWithExtent:Path -> IfcTextPath
IfcTextLiteralWithExtent:StyledByItem -> IfcStyledItem_2:Item
IfcStyledItem_2:Styles -> IfcTextStyle
IfcTextStyle -> Geometry_Text_Style
IfcShapeRepresentation:RepresentationIdentifier[binding="Identifier"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following attribute values for the _IfcShapeRepresentation_ holding this geo
* _IfcShapeRepresentation_._Items_ :
* subtypes of _IfcPoint_ and _IfcCurve_ being two-dimensional and within an _IfcGeometricCurveSet_
* subtypes of _IfcAnnotationFillArea_ for hatches
* subtypes of _IfcTextLiteral_ for text
* _IfcTextLiteralWithExtent_ for text

```
concept {
Expand All @@ -21,7 +21,7 @@ concept {
IfcShapeRepresentation:RepresentationType -> IfcLabel_1
IfcShapeRepresentation:Items -> IfcGeometricCurveSet
IfcShapeRepresentation:Items -> IfcAnnotationFillArea
IfcShapeRepresentation:Items -> IfcTextLiteral
IfcShapeRepresentation:Items -> IfcTextLiteralWithExtent
IfcLabel_0 -> constraint_0
constraint_0[label="=FootPrint"]
IfcLabel_1 -> constraint_1
Expand Down