Click or drag to resize

MoveEdit Constructor

Constructor.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public MoveEdit(
	Document document,
	IList visuals,
	IList startWorldMatrix,
	IList endWorldMatrix,
	List<ConnectionReference> deletedConnectors,
	List<ConnectionReference> addedConnectors
)

Parameters

document
Type: Demo3D.VisualsDocument
The document on which to act.
visuals
Type: System.CollectionsIList
The list of visuals that have been moved.
startWorldMatrix
Type: System.CollectionsIList
The initial world matrix for each visual before they were moved.
endWorldMatrix
Type: System.CollectionsIList
The final world matrix for each visual after they have been moved.
deletedConnectors
Type: System.Collections.GenericListConnectionReference
The connectors that were deleted from the moved visuals.
addedConnectors
Type: System.Collections.GenericListConnectionReference
The connectors that were added to the moved visuals.
See Also