Click or drag to resize

SurfaceFilletBaseChangeFilletRadius Method

This will clear out the existing rails and fillet surfaces, and redo the offset intersections, etc.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected bool ChangeFilletRadius(
	double radius
)

Parameters

radius
Type: SystemDouble
The new radius

Return Value

Type: Boolean
true if successful
See Also