dimension property

dimension property

Gets or sets the curve’s dimension.

Remarks

For a CurveDimension.TWO_DIMENSIONAL curve, the z component in control point is unused.

Definition:

@property
def dimension(self):
    ...
@dimension.setter
def dimension(self, value):
    ...

See Also