Skip to content

update develop branch with all changes from main #5

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

Merged
merged 28 commits into from
Mar 29, 2025
Merged

update develop branch with all changes from main #5

merged 28 commits into from
Mar 29, 2025

Conversation

ifcapps
Copy link

@ifcapps ifcapps commented Mar 29, 2025

No description provided.

ifcapps and others added 28 commits February 18, 2025 17:51
- enable polylines as mesh for IFCGRID, IFCGRIDAXIS
- add bounds checks in TriangulateRevolution
make scaling by _geometryLoader.GetLinearScalingFactor()  optional in GetFlatMesh.
Alternative would be: make IfcGeometryProcessor::AddComposedMeshToFlatMesh public
…TESIANPOINT as geometric item

IFCFACESURFACE, IFCEDGE and IFCCARTESIANPOINT are derived from IfcRepresentationItem, so they could appear as geometric item

In IfcGeometryLoader::GetColor: add check for curveColour because it is optional
- add number of output curve points in BSpline curves as parameter instead of a fixed number of 20.

- add some checks in Nurbs::init() to prevent crashes in case the Nurbs surface is not well defined in the IFC model.
Without ordering, the lines are in a random order, which makes it hard to track issues in exported files
cylinder surface is not reliable enough, use simple triangulation
…() const

add IFCCLOTHOID curve type in IfcGeometryLoader::ComputeCurve
add function double IfcGeometryLoader::ReadCurveMeasureSelect() const
initialize glm::dmat4 transformation = glm::dmat4(1.0);  in struct IfcPlacedGeometry to avoid uninitialized variables

In IfcGeometry::Normalize() add check if numPoints > 0, otherwise extents will be DBL_MAX/DBL_MIN
@ifcapps ifcapps merged commit e48c8d5 into develop Mar 29, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant