|
| enum | Flags : uint64_t {
kShaded = 0x1
, kShowTangentEdges = 0x2
, kForeshortened = 0x4
, kShowInterferenceEdges = 0x8
,
kCustomView = 0x10
, kCustomViewDirty = 0x20
, kLabelVisibility = 0x40
, kGetWeldSymbols = 0x80
,
kShowTrails = 0x100
, kDisplayThreadFeatures = 0x200
, kDisplayWeldCosmetics = 0x400
, kDisplayWorkFeatures = 0x800
,
kBendEdges = 0x1000
, kDeferUpdate = 0x2000
, kUnk0x4000 = 0x4000
, kCustomScaleString = 0x8000
,
kUnk0x10000 = 0x10000
, kDisplayPunchCenter = 0x20000
, kPreviewAllComponents = 0x40000
, kWantFlatPattern = 0x80000
,
kAssociativeView = 0x100000
, kUnk0x200000 = 0x200000
, kGetDimensions = 0x400000
, kIsEditing = 0x800000
,
kInheritStyle = 0x1000000
, kInheritScale = 0x2000000
, kShowHatch = 0x4000000
, kAlignToBase = 0x8000000
,
kShowDefinitionInBaseView = 0x10000000
, kSwizzlePartslists = 0x20000000
, kInheritBreaksFromParent = 0x40000000
, kInheritBreakoutsFromParent = 0x80000000
,
kInheritSectionsFromParent = 0x100000000ull
, kInheritSliceFromParent = 0x200000000ull
, kOrientToParent = 0x400000000ull
, kUnk0x800000000 = 0x800000000ull
,
kIsRasterViewOnly = 0x1000000000ull
, kSectionMethodAligned = 0x2000000000ull
, kSectionFullDepth = 0x4000000000ull
, kJagged = 0x8000000000ull
,
kIncludeSurfaces = 0x10000000000ull
, kIncludeMeshes = 0x20000000000ull
, kCopiedView = 0x40000000000ull
, kDefault
} |
| |
Definition at line 188 of file odiv.h.