M_Rhino_Geometry_Curve_ChangeDimension - mcneel/rhinocommon-api-docs GitHub Wiki
Changes the dimension of a curve.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool ChangeDimension(
int desiredDimension
)
VB
Public Function ChangeDimension (
desiredDimension As Integer
) As Boolean
- desiredDimension
- Type: System.Int32
The desired dimension.
Type: Boolean
true if the curve's dimension was already desiredDimension or if the curve's dimension was successfully changed to desiredDimension; otherwise false.
Supported in: 6.0.16224.21491, 5D58w