Skip to content

Provisional Feature/netcore integration#436

Draft
andyward wants to merge 752 commits intodevelopfrom
feature/netcore
Draft

Provisional Feature/netcore integration#436
andyward wants to merge 752 commits intodevelopfrom
feature/netcore

Conversation

@andyward
Copy link
Member

No description provided.

SteveLockley and others added 30 commits May 11, 2023 12:58
…s placements in actual WCS or adjusted to (0,0,0)
andyward and others added 30 commits November 7, 2025 12:26
Added netcore8 support
Integrate Abstractions into sln (including history)
Partly due to breaking changes partly due to migration of Abstractions
Added abstractions to GE meta package
…te/indexed curves

The core issue was incorrect handling of curve parameterization when processing IfcSweptDiskSolid directrix curves, particularly composite curves with mixed segment types (polylines, trimmed circles, etc.) and indexed poly curves with line and arc segments.

- Start/End parameters for IfcSweptDiskSolid must align with the parameterization
  space of the underlying directrix curve

- For IfcCompositeCurve, each segment has its own parameterization:
  * Polylines: [0, 1] per segment
  * Trimmed curves with circles: trimmed arc radial length (e.g., [0, 360] or [270, 360])

- For IfcIndexedPolyCurve, each segment has its own parameterization:
  * IfcLineIndex: [0, 1] per segment
  * IfcArcIndex: arc radial length (e.g., [0, 360] or [270, 360])

- Previous implementation didn't correctly accumulate and map these parameters
  across composite/indexed curve segments
Changed regression executable to adopt safe ESE database version format.
Fixed up legacy dependency issues and late DI API change
(Dependent on VM resources)
Improved cancellation behaviour.
Feature/robust conversion

Added a new UI to the geometry solution that helps with robust regression testing.
There are two more projects. One is the windows UI that helps you monitor the meshing of large model collections.
The other is a console application that does the meshing.

The console application is launched via System.Process, so it can be monitored and terminated to make sure that the entire file set is completed.

Logfiles are written for each file, and for the entire set.
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.

8 participants