Uses of Class
org.blender.dna.FluidDomainVertexVelocity
-
Packages that use FluidDomainVertexVelocity Package Description org.blender.dna -
-
Uses of FluidDomainVertexVelocity in org.blender.dna
Methods in org.blender.dna that return types with arguments of type FluidDomainVertexVelocity Modifier and Type Method Description CPointer<FluidDomainVertexVelocity>
FluidDomainVertexVelocity. __io__addressof()
Instantiates a pointer on this instance.CPointer<FluidDomainVertexVelocity>
FluidDomainSettings. getMesh_velocities()
Get method for struct member 'mesh_velocities'.Method parameters in org.blender.dna with type arguments of type FluidDomainVertexVelocity Modifier and Type Method Description void
FluidDomainSettings. setMesh_velocities(CPointer<FluidDomainVertexVelocity> mesh_velocities)
Set method for struct member 'mesh_velocities'.Constructors in org.blender.dna with parameters of type FluidDomainVertexVelocity Constructor Description FluidDomainVertexVelocity(FluidDomainVertexVelocity that)
-