Uses of Class
org.blender.dna.MaskSplinePoint
-
Packages that use MaskSplinePoint Package Description org.blender.dna -
-
Uses of MaskSplinePoint in org.blender.dna
Methods in org.blender.dna that return types with arguments of type MaskSplinePoint Modifier and Type Method Description CPointer<MaskSplinePoint>
MaskSplinePoint. __io__addressof()
Instantiates a pointer on this instance.CPointer<MaskSplinePoint>
MaskLayer. getAct_point()
Get method for struct member 'act_point'.CPointer<MaskSplinePoint>
MaskSpline. getPoints()
Get method for struct member 'points'.CPointer<MaskSplinePoint>
MaskSpline. getPoints_deform()
Get method for struct member 'points_deform'.Method parameters in org.blender.dna with type arguments of type MaskSplinePoint Modifier and Type Method Description void
MaskLayer. setAct_point(CPointer<MaskSplinePoint> act_point)
Set method for struct member 'act_point'.void
MaskSpline. setPoints(CPointer<MaskSplinePoint> points)
Set method for struct member 'points'.void
MaskSpline. setPoints_deform(CPointer<MaskSplinePoint> points_deform)
Set method for struct member 'points_deform'.Constructors in org.blender.dna with parameters of type MaskSplinePoint Constructor Description MaskSplinePoint(MaskSplinePoint that)
-