Skip to content

M_Rhino_Geometry_BrepEdge_IsSmoothManifoldEdge

Will Pearson edited this page Aug 12, 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: Rhino 6.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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepEdge Class
Rhino.Geometry Namespace

Clone this wiki locally