Skip to content
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

[Test Case]: Alignment Curves #22

Draft
wants to merge 23 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 14 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
92 changes: 92 additions & 0 deletions E1-ALRF/ALIG/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
## Summary

*Include a short description of the test case.*

*Optional: if your data comes from a specific Storyline or unit test of the IFC Infrastructure Deployment Project or IFC Rail Project, please include a link to the originating documentation here. so additional background information can be created.*

With these instructions the baseline alignment exchange will be established between various domains. This includes basic alignment geometry featuring the common layout:
- horizontal
- vertical

The valid geometry segment types for horizontal are the following:
- Arc
- Clothoid
- Cubic (? has to be covered somewhere)
- Linear

The valid geometry segment types for vertical:
- Arc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Arc
- Circular Arc

More specific more better.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving as Arc for now. Has to be changed in the partial template name also.

- Linear
- Parabolic (?does Road use it?)

## Itemised Roots
The Test instruction addresses the import and export of the following IFC Entities & Concept Templates:

- IFC Entities
- *IfcAlignment*
- *IfcAlignmnetHorizontal*
- *IfcAlignmentVertical*
- *IfcAlignmentSegment*
- *IfcAlignmentHorizontalSegment*
- *IfcAlignmentVerticalSegment*
- *IfcAxis2PlacementLinear*
- *IfcAxis2Placement2D*
- *IfcAxis2Placement3D*
- *IfcCircle*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do we handle the cases in ALIN where we have no requirements for geometry at all (only layout)? Can we split this in two (with/without geometry)?

- *IfcClothoid*
- *IfcCompositeCurve*
- *IfcCurveSegment*
- *IfcLine*
- *IfcLinearPlacement*
- *IfcLocalPlacement*
- *IfcGeometricRepresentationContext*
- *IfcGeometricRepresentationSubContext*
- *IfcGradientCurve*
- *IfcMapConversion*
- *IfcPolyline*
- *IfcProject*
- *IfcProjectedCRS*
- *IfcProductDefinitionShape*
- *IfcSite*
- *IfcShapeRepresentation*
- Concept Templates
- *Alignment Layout*
- *Alignmnent Geomtry*
SergejMuhic marked this conversation as resolved.
Show resolved Hide resolved
- *Alignmnet Geometry Gradient*
SergejMuhic marked this conversation as resolved.
Show resolved Hide resolved
- *Project Global Positioning*
- *Spatial Containment*

## Variations
The Following occurence variations need to be checked and certified in relation to the targetted entities and concept templates:

- Entity_01 - *decription of variation*
- Entity_02 - *decription of variation*


## Usages
The following itemised restrictions and constraints shall be placed on IFC Entities & Concept Templates:

- IfcSomething
- *Constraint*


The Test case requires the following additional checks related to Model Geometry:

- *Constraint*


## Model Dataset
This test case utilises the attached dataset documented by the following drawings and data schedule.

*This is a later step tha involved the detailed documentation of the certification dataset (model)*


## Drawings (Visualisations)
The following Drawings and visualisations describe the test case dataset to be modelled and certified.


## Supporting files

| Filename | Description |
|-----------------------------------|-------------------------------------------|
| *filename* | *short description* |
6 changes: 3 additions & 3 deletions E1-ALRF/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TBC

## Test Instructions

| TI Code | Test Instruction Title |
|TI Code| Test Instruction Title|
|-----------------------------------|-------------------------------------------|
| [**IFC4x3_AbRV-E1-ALIG**](./ALIG) | Alignment Curves |
| [**IFC4x3_AbRV-E1-ALLP**](./ALLP) | Alignment Linear Positioning & Stationing |
|[**IFC4x3_AbRV-E1-ALIG**](./ALIG) | Alignment Curves|
|[**IFC4x3_AbRV-E1-ALLP**](./ALLP) | Alignment Linear Positioning & Stationing|