Skip to content

M_Rhino_Geometry_BrepEdge_IsSmoothManifoldEdge

Will Pearson edited this page Aug 11, 2016 · 2 revisions

BrepEdge.IsSmoothManifoldEdge 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) Version: 5.1.50000.0 (5.0.20693.0)

Syntax

C#

public bool IsSmoothManifoldEdge(
	double angleToleranceRadians = 0.0174532925199433
)

VB

Public Function IsSmoothManifoldEdge ( 
	Optional angleToleranceRadians As Double = 0.0174532925199433
) As Boolean

Parameters

 

angleToleranceRadians (Optional)
Type: System.Double
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.

See Also

Reference

BrepEdge Class
Rhino.Geometry Namespace

Clone this wiki locally