Resizability

The resizability of a 3D model.

Entries

Link copied to clipboard

The model is not resizable.

Link copied to clipboard

The model is scaled to fit inside of SpatialModelView.

Link copied to clipboard

The model is scaled to fit outside of SpatialModelView.

Link copied to clipboard

The model is stretch to fill the SpatialModelView.

Properties

Link copied to clipboard
val entries: EnumEntries<Resizability>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun valueOf(value: String): Resizability

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<Resizability>

Returns an array containing the constants of this enum type, in the order they're declared.