Blender V4.3
blender::geometry::MeshToVolumeResolution Struct Reference

#include <GEO_mesh_to_volume.hh>

Public Attributes

MeshToVolumeModifierResolutionMode mode
 
union { 
 
   float   voxel_size 
 
   float   voxel_amount 
 
settings 
 

Detailed Description

Definition at line 27 of file GEO_mesh_to_volume.hh.

Member Data Documentation

◆ mode

MeshToVolumeModifierResolutionMode blender::geometry::MeshToVolumeResolution::mode

Definition at line 28 of file GEO_mesh_to_volume.hh.

Referenced by mesh_to_volume().

◆ [union]

union { ... } blender::geometry::MeshToVolumeResolution::settings

Referenced by mesh_to_volume().

◆ voxel_amount

float blender::geometry::MeshToVolumeResolution::voxel_amount

Definition at line 31 of file GEO_mesh_to_volume.hh.

Referenced by mesh_to_volume().

◆ voxel_size

float blender::geometry::MeshToVolumeResolution::voxel_size

Definition at line 30 of file GEO_mesh_to_volume.hh.

Referenced by mesh_to_volume().


The documentation for this struct was generated from the following file: