편집

다음을 통해 공유


FlattenModeType Enum

Definition

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

public enum class FlattenModeType
public enum FlattenModeType
type FlattenModeType = 
Public Enum FlattenModeType
Inheritance
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