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