BrepEdge.IsSmoothManifoldEdge Method

BrepEdgeIsSmoothManifoldEdge Method

For a manifold, non-boundary edge, decides whether or not the two surfaces on either side meet smoothly.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsSmoothManifoldEdge(
	double angleToleranceRadians = 0.0174532925199433
)
Public Function IsSmoothManifoldEdge ( 
	Optional angleToleranceRadians As Double = 0.0174532925199433
) As Boolean

Parameters

angleToleranceRadians (Optional)
Type: SystemDouble
used to decide if surface normals on either side are parallel.

Return Value

Type: Boolean
true if edge is manifold, has exactly 2 trims, and surface normals on either side agree to within angle_tolerance.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also