Bearbeiten

BoundingBox.FlattenModeType Enum

Definition

Enum which describes how an object's BoundingBox is to be flattened.

public: enum class BoundingBox::FlattenModeType
public enum BoundingBox.FlattenModeType
type BoundingBox.FlattenModeType = 
Public Enum BoundingBox.FlattenModeType
Inheritance
BoundingBox.FlattenModeType

Fields

DoNotFlatten 0
FlattenAuto 4

Flatten the smallest relative axis if it falls below threshold

FlattenX 1

Flatten the X axis

FlattenY 2

Flatten the Y axis

FlattenZ 3

Flatten the Z axis

Applies to