All Frameworks Class Hierarchy This Framework Indexes
AdvancedTopologicalOpe Enumeration CATTopologicalFillType
enum CATTopologicalFillType {
CATTopologicalFillType_analytic,
CATTopologicalFillType_power,
CATTopologicalFillType_automatic,
CATTopologicalFillType_powerfill,
CATTopologicalFillType_powerplane,
CATTopologicalFillType_autofillnosingular,
CATTopologicalFillType_autofill_level1,
CATTopologicalFillType_autofill_level2
}
Defines the fill type.
- Values:
-
- CATTopologicalFillType_analytic
- The edges of the domain to fill are isoparametric curves of the final surfaces. The number
of generated faces is depending on the number of wires.
Use it for simple domain to fill, as rectangular area.
- CATTopologicalFillType_power
- The area is filled with a single surface. This allows you to manage wires which describe
a complex topology.
- CATTopologicalFillType_powerplane
- The area is filled with a single surface which is obtained by deforming a plane.
- CATTopologicalFillType_automatic
- Automatically determines the most suitable method according to the input topology.
This object is included in the file: CATTopologicalFillType.h