M_Rhino_Geometry_Curve_ChangeDimension - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.ChangeDimension Method

Changes the dimension of a curve.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool ChangeDimension(
	int desiredDimension
)

VB

Public Function ChangeDimension ( 
	desiredDimension As Integer
) As Boolean

Parameters

 

desiredDimension
Type: System.Int32
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

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️