Uses of Class
org.blender.dna.CurveProfilePoint
-
Packages that use CurveProfilePoint Package Description org.blender.dna -
-
Uses of CurveProfilePoint in org.blender.dna
Methods in org.blender.dna that return types with arguments of type CurveProfilePoint Modifier and Type Method Description CPointer<CurveProfilePoint>
CurveProfilePoint. __io__addressof()
Instantiates a pointer on this instance.CPointer<CurveProfilePoint>
CurveProfile. getPath()
Get method for struct member 'path'.CPointer<CurveProfilePoint>
CurveProfile. getSegments()
Get method for struct member 'segments'.CPointer<CurveProfilePoint>
CurveProfile. getTable()
Get method for struct member 'table'.Method parameters in org.blender.dna with type arguments of type CurveProfilePoint Modifier and Type Method Description void
CurveProfile. setPath(CPointer<CurveProfilePoint> path)
Set method for struct member 'path'.void
CurveProfile. setSegments(CPointer<CurveProfilePoint> segments)
Set method for struct member 'segments'.void
CurveProfile. setTable(CPointer<CurveProfilePoint> table)
Set method for struct member 'table'.Constructors in org.blender.dna with parameters of type CurveProfilePoint Constructor Description CurveProfilePoint(CurveProfilePoint that)
-