Skip to content
Open
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 @@ -41,11 +41,11 @@ concept {
constraint_1[label="='Curve3D'"]
IfcSegmentedReferenceCurve:BaseCurve -> IfcGradientCurve
IfcSegmentedReferenceCurve:Segments -> IfcCurveSegment_1
IfcCurveSegment_1 -> Curve_Segment_Vertical
IfcCurveSegment_1 -> Curve_Segment_Cant
IfcShapeRepresentation_1:RepresentationIdentifier[binding="Identifier"]
IfcShapeRepresentation_1:RepresentationType[binding="Type"]
IfcGradientCurve:BaseCurve -> IfcCompositeCurve
IfcGradientCurve:Segments -> IfcCurveSegment_2
IfcCurveSegment_2 -> Curve_Segment_Cant
IfcCurveSegment_2 -> Curve_Segment_Vertical
}
```
```