Click or drag to resize

CurveCreateConicCornerRectangle Method

Creates a conic-corned (rounded) rectangular curve.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.9
Syntax
public static Curve CreateConicCornerRectangle(
	Rectangle3d rectangle,
	double rho
)

Parameters

rectangle
Type: Rhino.GeometryRectangle3d
The rectangle.
rho
Type: SystemDouble
The rho value at each corner, in the exclusive range (0.0, 1.0).

Return Value

Type: Curve
A conic-cornered rectangular curve if successful, null otherwise.
See Also