Enum SlabContourType
Represents a slab contour type (is a flag enum!)
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
[Flags]
public enum SlabContourType
Fields
Name | Value | Description |
---|---|---|
ApplyHoles | ApplyHoles = 4 | Apply holes |
Complete | Complete = ApplyHoles | IgnoreHoles | Complete - combines IgnoreHoles and ApplyHoles |
Definition | Definition = 1 | Definition |
DropCutOut | DropCutOut = 32 | Drop shape cut out by slab contour |
IgnoreHoles | IgnoreHoles = Definition | SubtractDrops | DropCutOut | Ignore holes - combines Definition, SubtractDrops and DropCutOut |
InflateOverhangs | InflateOverhangs = 8 | Inflate overhangs |
InflateShapeByEpsilonCoord | InflateShapeByEpsilonCoord = 64 | Inflate shape by tolerance for coordinates |
SubtractDrops | SubtractDrops = 16 | Subtract drop definition shape from any other slab item |
Unknown | Unknown = 0 | Unknown |