VOLUMEDATA_PARTICLESTOVOLUME

Detailed Description

Settings for the particle to volume command PARTICLESTOVOLUME. VOLUMECOMMANDTYPE

Enumerations

enum  PARTICLESTOVOLUMESETTINGS {
  NONE,
  GRIDSIZE,
  BANDWIDTH,
  RADIUS,
  VELOCITY_SCALE,
  USE_PARTICLE_SIZE
}
 

Functions

enum PARTICLESTOVOLUMESETTINGS MAXON_ENUM_LIST (PARTICLESTOVOLUMESETTINGS)
 

Enumeration Type Documentation

◆ PARTICLESTOVOLUMESETTINGS

Enumerator
NONE 
GRIDSIZE 

Float Grid voxel cube size.

BANDWIDTH 

Int32 Voxel Bandwidth amount around a particle.

RADIUS 

Float Radius of the SDF around a particle.

VELOCITY_SCALE 

Float Velocity expansion scale.

USE_PARTICLE_SIZE 

Bool If true it overrides the radius with the particle size.

Function Documentation

◆ MAXON_ENUM_LIST()