Click or drag to resize

CurveCreateArcCornerRectangle Method

Creates an arc-cornered (rounded) rectangular curve.

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

Parameters

rectangle
Type: Rhino.GeometryRectangle3d
The rectangle.
radius
Type: SystemDouble
The arc radius at each corner.

Return Value

Type: Curve
Aa arc-cornered rectangular curve if successful, null otherwise.
See Also