CurveChangeDimension Method |
Rhino for Mac 5.1
Changes the dimension of a curve.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)
Syntaxpublic 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