Bearbeiten

Freigeben über


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

Name Value Description
DoNotFlatten 0
FlattenX 1

Flatten the X axis

FlattenY 2

Flatten the Y axis

FlattenZ 3

Flatten the Z axis

FlattenAuto 4

Flatten the smallest relative axis if it falls below threshold

Applies to