Skip to content

M_Rhino_Geometry_Brep_IsDuplicate

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

Brep.IsDuplicate Method

See if this and other are same brep geometry.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool IsDuplicate(
	Brep other,
	double tolerance
)

VB

Public Function IsDuplicate ( 
	other As Brep,
	tolerance As Double
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.Brep
other brep.
tolerance
Type: System.Double
tolerance to use when comparing control points.

Return Value

Type: Boolean
true if breps are the same.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
Rhino.Geometry Namespace

Clone this wiki locally