Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and 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'.
|
Modifier and Type | Method and 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'.
|
Constructor and Description |
---|
CurveProfilePoint(CurveProfilePoint that) |