mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-09 22:28:13 +08:00
Modeling Data - Integrate EvalRep descriptors and dispatch for Geom/Geom2d (#1089)
Introduce EvalRep descriptors for selected Geom and Geom2d curve/surface classes and add inline EvalRep utilities for evaluation dispatch with fallback to native paths. - add per-class Set/Get/Clear EvalRepresentation API and storage - support full, derivative-bounded and mapped descriptors - validate mapped parameter transforms in SetEvalRepresentation() - migrate Geom_OffsetSurface equivalent-surface path to EvalRep - clone EvalRep descriptors in copy constructors and Copy() paths - update adaptors to use EvalRep in supported branches - keep EvalRep invalidation in geometry mutators and fix regressions
This commit is contained in:
@@ -41,6 +41,9 @@ set(OCCT_Geom_FILES
|
||||
Geom_ElementarySurface.hxx
|
||||
Geom_Ellipse.cxx
|
||||
Geom_Ellipse.hxx
|
||||
Geom_EvalRepCurveDesc.hxx
|
||||
Geom_EvalRepSurfaceDesc.hxx
|
||||
Geom_EvalRepUtils.pxx
|
||||
Geom_Geometry.cxx
|
||||
Geom_Geometry.hxx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user