BrepGetTangentConnectedComponents Method |
If this Brep has two or more components connected by tangent edges,
then duplicates of the connected components are returned.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.7
Syntax public Brep[] GetTangentConnectedComponents(
double angleTolerance,
bool includeMeshes
)
Public Function GetTangentConnectedComponents (
angleTolerance As Double,
includeMeshes As Boolean
) As Brep()
Parameters
- angleTolerance
- Type: SystemDouble
The angle tolerance, in radians, used to determine tangent edges. - includeMeshes
- Type: SystemBoolean
If true, any cached meshes on this Brep are copied to the returned Breps.
Return Value
Type:
BrepAn array of tangent edge connected components, or an empty array.
See Also