GMOperatorsInterfaces Enumeration CATHybRelimitationMode
enum CATHybRelimitationMode {
PLINE,
SPLINE,
MINIMUM,
MAXIMUM
}
Defines how to relimit a topological fillet.
The option is common to each end.
Let StartOnSurface1 and EndOnSurface1 be the beginning and end points
of the fillet trace on the first surface side, and StartOnSurface2 and EndOnSurface2
be beginning and end
points of the fillet trace on the second surface side. Suppose StartOnSurface < EndOnSurface.
- Values:
-
- PLINE
- The boundaries are two lines (StartOnSurface1,StartOnSurface2) and
(EndOnSurface1,EndOnSurface2) in the fillet surface space
- SPLINE
- The boundaries are two splines (StartOnSurface1,StartOnSurface2) and
(EndOnSurface1,EndOnSurface2) in the fillet surface space.
Each PSpline is tangent to the limiting curves
of the input bodies.
- MINIMUM
- The limiting boundaries are two isopar curves passing through
max(StartOnSurface1,StartOnSurface2) for one end and
min(EndOnSurface1,EndOnSurface2) for the other end.
- MAXIMUM
- The limiting boundaries are two isopar curves passing through
min(StartOnSurface1,StartOnSurface2) for one end and
max(EndOnSurface1,EndOnSurface2) for the other end.
This object is included in the file: CATHybDef.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.