-
Notifications
You must be signed in to change notification settings - Fork 116
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
IfcLinearSpanPlacement deprecated - how to represent From-To span like situation #52
Comments
I just had a discussion with the Finnish storyline team about this (Juha + Juha) and they could understand why it was deprecated as a kind of placement but they also wanted to know how to do this thing instead of using IfcLinearSpanPlacement since it is a convenient way for infra to specify when something happens along a segment of an alignment. I think that we need a good example for this. The "Span" does not have to start and end where the "defining" segments for the alignment starts and ends. |
I agree with Stefan, a segment curve is how I'd "represent" the conceptual bridge. I've added a conceptual bridge to my work in progress alignment example at https://github.com/jmirtsch/testIfcAlignment If anyone has suggestions or feedback on this, I look forward to hearing them. Note the curve segment can trim a curve at any distance, not constrained to alignment segment extremities. |
In my personal point of view, it seems a bit odd to have a local placement for the bridge (global or local coordinate system?) and then referencing a curve as the representation. The (partial) curve is not the shape or visualization of the bridge, it has the character of "where to find the bridge when driving along the given line". I understand that we can represent the desired scenario, but IMO it is way more complicated than before (as placement/location and representation get mixed more and more). Maybe someone can clarify my lack of understanding by providing me an instance diagram? |
IfcFacility - contains - IfcLinearElement.Representation('Axis'). The geometric items can be any IfcCurve. If the reference is to a part of the alignment, an IfcTrimmedCurve could be used now that IfcGradientCurve shall have a parameterization. |
Discussing with @seb-esser regarding #25 :
IfcLinearSpanPlacement
is deprecated with IFC4x3_RC2 (see here)The text was updated successfully, but these errors were encountered: