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
)
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.
See Also