Click or drag to resize

SubDEdgeSharpnessEqualTrend Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public static bool EqualTrend(
	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.EqualTrend(Rhino.Geometry.SubDEdgeSharpness,Rhino.Geometry.SubDEdgeSharpness)"]

See Also