Click or drag to resize

CoverWorkpiecePositions Enumeration

Identifies one or more sides that a cover influences (placed on)

Namespace: CeliAPS.BomApi.Enums
Assembly: BomApi (in BomApi.dll) Version: 1.0.63
Syntax
[FlagsAttribute]
public enum CoverWorkpiecePositions
Members
Member nameValueDescription
None0 Unknown covering side
Left1 Left side - facing negative X direction
Back2 Back side - facing positive Y direction, invisible to observer
Right4 Right side - facing positive X direction
Front8 Front side - facing negative Y direction, visible to observer
Top16 Top side - facing positive Z direction
Bottom32 Bottom side - facing negative Z direction
Inward64 Inward side - face does not touch any side
Fuzzy128 Fuzzy - marks faces on sweep body with material
See Also