IBrepIsDuplicate Method
Checks whether the brep is a duplicate of another brep.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
bool IsDuplicate(
IBrep other,
double tolerance = 1E-10
)
Function IsDuplicate (
other As IBrep,
Optional tolerance As Double = 1E-10
) As Boolean
bool IsDuplicate(
IBrep^ other,
double tolerance = 1E-10
)
abstract IsDuplicate :
other : IBrep *
?tolerance : float
(* Defaults:
let _tolerance = defaultArg tolerance 1E-10
*)
-> bool
- other IBrep
- Other brep to check.
- tolerance Double (Optional)
- Tolerance for comparing the breps.
BooleanTrue if the brep is a duplicate of another brep.