-
Notifications
You must be signed in to change notification settings - Fork 49
Add Road Project with Pavement, Medians, Fill Slopes, Grass Strip #88
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
base: main
Are you sure you want to change the base?
Conversation
} | ||
} | ||
}, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove empty lines
{ | ||
"path": "2eab2qSZb7se3KB2B9neAr_FillSlopeL_Body", | ||
"attributes": { | ||
"usd::usdgeom::mesh": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"TopSlopedArea": { | ||
"dataType": "Real" | ||
}, | ||
"Volume": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This and many other properties are already in the bsi::ifc and bsi::ifc-infra schemas - please reuse whenever applicable.
}, | ||
"imports": [ | ||
{ "uri": "https://ifcx.dev/@standards.buildingsmart.org/ifc/core/[email protected]" }, | ||
{ "uri": "https://ifcx.dev/@standards.buildingsmart.org/ifc/core/[email protected]" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this schema used in the file? If not, remove it.
@@ -0,0 +1,4131 @@ | |||
{ | |||
"header": { | |||
"id": "ifc5.technical.buildingsmart.org/examples/Road/[email protected]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@v1
is not part of the file name - I would remove it
Summary
This PR adds a comprehensive road corridor example file that demonstrates multiple IFC road infrastructure elements.
Changes
examples/Road/00_road-features-all.ifcx
- Complete road corridor with alignment, surfaces, slopes, and median featuresFile Details
Testing