Click or drag to resize

BrepEdgeFilletDistance Constructor

Construct a fillet distance

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.7
Syntax
public BrepEdgeFilletDistance(
	double edgeParameter,
	double filletDistance
)

Parameters

edgeParameter
Type: SystemDouble
The parameter along the edge where to apply the fillet distance
filletDistance
Type: SystemDouble
The distance to apply
See Also