VOLUMEDATA_CREATEPLATONICVOLUME

Detailed Description

Settings for platonic volume creation command CREATEPLATONICVOLUME. VOLUMECOMMANDTYPE

Enumerations

enum class  CREATEPLATONICVOLUMESETTINGS {
  NONE ,
  FACES ,
  SIZE ,
  POSITION ,
  BANDWIDTH ,
  GRIDSIZE
}
 

Functions

enum CREATEPLATONICVOLUMESETTINGS MAXON_ENUM_LIST (CREATEPLATONICVOLUMESETTINGS)
 

Enumeration Type Documentation

◆ CREATEPLATONICVOLUMESETTINGS

Enumerator
NONE 
FACES 

Int32 The amount of faces of the platonic i.e. Tetrahedron = 4, Cube = 6, Octahedron = 8.

SIZE 

Float The size of the platonic.

POSITION 

Vector The world position of the platonic.

BANDWIDTH 

Int32 Voxel Bandwidth amount around the platonic.

GRIDSIZE 

Float Grid voxel cube size.

Function Documentation

◆ MAXON_ENUM_LIST()