M_Rhino_Geometry_BrepEdge_IsSmoothManifoldEdge - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public bool IsSmoothManifoldEdge(
double angleToleranceRadians = 0.0174532925199433
)
VB
Public Function IsSmoothManifoldEdge (
Optional angleToleranceRadians As Double = 0.0174532925199433
) As Boolean
- angleToleranceRadians (Optional)
- Type: System.Double
used to decide if surface normals on either side are parallel.
Type: Boolean
true if edge is manifold, has exactly 2 trims, and surface normals on either side agree to within angle_tolerance.
Supported in: 6.0.16224.21491, 5D58w