Constructor.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic MoveEdit(
Document document,
IList visuals,
IList startWorldMatrix,
IList endWorldMatrix,
List<ConnectionReference> deletedConnectors,
List<ConnectionReference> addedConnectors
)
Parameters
- document Document
- The document on which to act.
- visuals IList
- The list of visuals that have been moved.
- startWorldMatrix IList
- The initial world matrix for each visual before they were moved.
- endWorldMatrix IList
- The final world matrix for each visual after they have been moved.
- deletedConnectors ListConnectionReference
- The connectors that were deleted from the moved visuals.
- addedConnectors ListConnectionReference
- The connectors that were added to the moved visuals.
See Also