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