Click or drag to resize

SubDEdgeSharpnessEqualDelta Method

Determines whether two sharpnesses have the same Delta and meet with the same value.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public static bool EqualDelta(
	SubDEdgeSharpness s0,
	SubDEdgeSharpness s1
)

Parameters

s0
Type: Rhino.GeometrySubDEdgeSharpness
The sharpness of the first edge.
s1
Type: Rhino.GeometrySubDEdgeSharpness
The sharpness of the second edge.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Geometry.SubDEdgeSharpness.EqualDelta(Rhino.Geometry.SubDEdgeSharpness,Rhino.Geometry.SubDEdgeSharpness)"]

See Also