The CuttingSection class is a concept class for cutting-section-related enum classes. More...
Public Types | |
enum | CappingLevel { CappingLevel.Entity = 0, CappingLevel.Segment = 1, CappingLevel.SegmentTree = 2 } |
Enumerates the level at which capping geometry should be generated for cutting sections. More... | |
enum | CuttingLevel { CuttingLevel.Global = 0, CuttingLevel.Local = 1 } |
Enumerates the level at which cutting planes should operate. More... | |
enum | GatheringLevel { GatheringLevel.Segment = 0, GatheringLevel.SegmentTree = 1 } |
Enumerates the level at which capping geometry should be gathered. More... | |
enum | MaterialPreference { MaterialPreference.Explicit = 0, MaterialPreference.Implicit = 1 } |
Enumerates which material settings should be used for cut geometry generated for cutting sections. More... | |
enum | Mode { Mode.None = 0, Mode.Round = 1, Mode.Square = 2, Mode.Plane = 3 } |
Enumerates the modes for cutting sections. These are the shapes (if any) of the visualization geometry that will be drawn to represent cutting planes within cutting sections. More... | |
The CuttingSection class is a concept class for cutting-section-related enum classes.
Enumerates the level at which capping geometry should be generated for cutting sections.
Enumerates which material settings should be used for cut geometry generated for cutting sections.
Enumerates the modes for cutting sections. These are the shapes (if any) of the visualization geometry that will be drawn to represent cutting planes within cutting sections.