Curve.ChangeDimension Method

CurveChangeDimension Method

Changes the dimension of a curve.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool ChangeDimension(
	int desiredDimension
)
Public Function ChangeDimension ( 
	desiredDimension As Integer
) As Boolean

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also