Uses of Class
org.blender.dna.Volume
-
Packages that use Volume Package Description org.blender.dna org.blender.utils -
-
Uses of Volume in org.blender.dna
Methods in org.blender.dna that return types with arguments of type Volume Modifier and Type Method Description CPointer<Volume>
Volume. __io__addressof()
Instantiates a pointer on this instance.Constructors in org.blender.dna with parameters of type Volume Constructor Description Volume(Volume that)
-
Uses of Volume in org.blender.utils
Methods in org.blender.utils that return Volume Modifier and Type Method Description Volume
MainLib. getVolume()
SeeVolume
for documentation.Methods in org.blender.utils with parameters of type Volume Modifier and Type Method Description void
MainLib. setVolume(Volume volume)
SeeVolume
for documentation.
-