Click or drag to resize

CurveChangeDimension Method

Changes the dimension of a curve.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool ChangeDimension(
	int desiredDimension
)

Parameters

desiredDimension
Type: SystemInt32
The desired dimension.

Return Value

Type: Boolean
true if the curve's dimension was already desiredDimension or if the curve's dimension was successfully changed to desiredDimension; otherwise false.
See Also