CADability dotNET
Creates a new GeoObjectChange object that reflects a modification by the ModOp m.

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

Syntax

C#
public GeoObjectChange(
	IGeoObject objectToChange,
	ModOp m
)
Visual Basic
Public Sub New ( _
	objectToChange As IGeoObject, _
	m As ModOp _
)
Visual C++
public:
GeoObjectChange(
	IGeoObject^ objectToChange, 
	ModOp m
)

Parameters

objectToChange
Type: CADability.GeoObject..::..IGeoObject
The object which will be or was changed
m
Type: CADability..::..ModOp
the ModOp that changes or changed the object

See Also