-
Notifications
You must be signed in to change notification settings - Fork 97
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
Modifying an existing entity #67
Comments
I'm not aware of any tool to easily change thickness of thin walled geometry in a faceted/meshed state (aside perhaps from a most trivial case of a straight pipe). The semantics are lost. If it's difficult to change, it's also difficult to detect the thickness when receiving an IFC file in this state. Typically the wall thickness of the pipe would be nominated in a property set. Looks like the standard property is inner and outer diameter https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/lexical/Pset_PipeSegmentTypeCommon.htm |
Going to extract all the data and recreate the pipe network using IFC 4x3 (Distribution Elements and Pipe Segments). Source software (MicroDrainage) doesn't allow me to add wall thicknesses, and don't have the time to run all the networks through C3D or other tools. Just trying to figure out how to do a sloping Circular hollow Shape that I can give to IfcPipeSegment. I was thinking I could use IfcSectionedSolid, but have figured out how to add the slope. |
Thanks for the further info. I'm not familiar with MicroDrainage. Are they actively improving their IFC export? |
That would be Autodesk after their purchase of innovyze. Know anyone working with them on IFC exporters? |
Hi,
I'm trying to modify an existing Brep (which is the inner face of a pipe).
Is there a way to simply "thicken" the Brep to add a wall thickness.
I've tried to extract the start and end xyz values and recreate but that didnt work either (to many points in the polyloop). Example of what happened when i tried to extract the points
Existing IFC file in using IFC4.0 Schema (not sure how i can change this)
The text was updated successfully, but these errors were encountered: