CADability dotNET
Changing geometrical aspects of an GeoObject. A Clone()()()() of this GeoObject is made and saved and CopyGeometry(IGeoObject) might be called with that clone later when there is an undo.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Changing(
	IGeoObjectImpl geoObject,
	bool UndoNecessary
)
Visual Basic
Public Sub New ( _
	geoObject As IGeoObjectImpl, _
	UndoNecessary As Boolean _
)
Visual C++
public:
Changing(
	IGeoObjectImpl^ geoObject, 
	bool UndoNecessary
)

Parameters

geoObject
Type: CADability.GeoObject..::..IGeoObjectImpl
the GeoObject
UndoNecessary
Type: System..::..Boolean
true, if undo is required

See Also