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