RhinoCommon API
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)
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: Booleantrue if edge is manifold, has exactly 2 trims, and surface normals on either side agree to within angle_tolerance.