CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Implements SameGeometry(ICurve, Double)
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
C# |
---|
public virtual bool SameGeometry( ICurve other, double precision ) |
Visual Basic |
---|
Public Overridable Function SameGeometry ( _ other As ICurve, _ precision As Double _ ) As Boolean |
Visual C++ |
---|
public: virtual bool SameGeometry( ICurve^ other, double precision ) |