Entity3dIsEqualTo(Entity3d,
Tolerance) Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public bool IsEqualTo(
Entity3d entity,
Tolerance tolerance
)
Public Function IsEqualTo (
entity As Entity3d,
tolerance As Tolerance
) As Boolean
public:
bool IsEqualTo(
Entity3d^ entity,
Tolerance tolerance
)
member IsEqualTo :
entity : Entity3d *
tolerance : Tolerance -> bool
Parameters
- entity Entity3d
-
- tolerance Tolerance
-
Return Value
Boolean
See Also