BrepEdgeFilletDistance Constructor |
Construct a fillet distance
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.7
Syntax public BrepEdgeFilletDistance(
double edgeParameter,
double filletDistance
)
Public Sub New (
edgeParameter As Double,
filletDistance As Double
)
Parameters
- edgeParameter
- Type: SystemDouble
The parameter along the edge where to apply the fillet distance - filletDistance
- Type: SystemDouble
The distance to apply
See Also