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
ApplyHolesApplyHoles = 4

Apply holes

CompleteComplete = ApplyHoles | IgnoreHoles

Complete - combines IgnoreHoles and ApplyHoles

DefinitionDefinition = 1

Definition

DropCutOutDropCutOut = 32

Drop shape cut out by slab contour

IgnoreHolesIgnoreHoles = Definition | SubtractDrops | DropCutOut

Ignore holes - combines Definition, SubtractDrops and DropCutOut

InflateOverhangsInflateOverhangs = 8

Inflate overhangs

InflateShapeByEpsilonCoordInflateShapeByEpsilonCoord = 64

Inflate shape by tolerance for coordinates

SubtractDropsSubtractDrops = 16

Subtract drop definition shape from any other slab item

UnknownUnknown = 0

Unknown

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next