Click or drag to resize

MakeDrawingReferencesEdit Constructor

Initializes a new instance of the MakeDrawingReferencesEdit class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public MakeDrawingReferencesEdit(
	Document document,
	IList visuals,
	List<DrawingBlockReference> oldMeshes,
	List<MeshMaterialCollection> oldMaterials,
	List<Vector3> oldLocations,
	List<DrawingBlock> originalMeshes
)

Parameters

document
Type: Demo3D.VisualsDocument

[Missing <param name="document"/> documentation for "M:Demo3D.Visuals.MakeDrawingReferencesEdit.#ctor(Demo3D.Visuals.Document,System.Collections.IList,System.Collections.Generic.List{Demo3D.Visuals.DrawingBlockReference},System.Collections.Generic.List{Demo3D.Gui.MeshMaterialCollection},System.Collections.Generic.List{Microsoft.DirectX.Vector3},System.Collections.Generic.List{Demo3D.Visuals.DrawingBlock})"]

visuals
Type: System.CollectionsIList

[Missing <param name="visuals"/> documentation for "M:Demo3D.Visuals.MakeDrawingReferencesEdit.#ctor(Demo3D.Visuals.Document,System.Collections.IList,System.Collections.Generic.List{Demo3D.Visuals.DrawingBlockReference},System.Collections.Generic.List{Demo3D.Gui.MeshMaterialCollection},System.Collections.Generic.List{Microsoft.DirectX.Vector3},System.Collections.Generic.List{Demo3D.Visuals.DrawingBlock})"]

oldMeshes
Type: System.Collections.GenericListDrawingBlockReference

[Missing <param name="oldMeshes"/> documentation for "M:Demo3D.Visuals.MakeDrawingReferencesEdit.#ctor(Demo3D.Visuals.Document,System.Collections.IList,System.Collections.Generic.List{Demo3D.Visuals.DrawingBlockReference},System.Collections.Generic.List{Demo3D.Gui.MeshMaterialCollection},System.Collections.Generic.List{Microsoft.DirectX.Vector3},System.Collections.Generic.List{Demo3D.Visuals.DrawingBlock})"]

oldMaterials
Type: System.Collections.GenericListMeshMaterialCollection

[Missing <param name="oldMaterials"/> documentation for "M:Demo3D.Visuals.MakeDrawingReferencesEdit.#ctor(Demo3D.Visuals.Document,System.Collections.IList,System.Collections.Generic.List{Demo3D.Visuals.DrawingBlockReference},System.Collections.Generic.List{Demo3D.Gui.MeshMaterialCollection},System.Collections.Generic.List{Microsoft.DirectX.Vector3},System.Collections.Generic.List{Demo3D.Visuals.DrawingBlock})"]

oldLocations
Type: System.Collections.GenericListVector3

[Missing <param name="oldLocations"/> documentation for "M:Demo3D.Visuals.MakeDrawingReferencesEdit.#ctor(Demo3D.Visuals.Document,System.Collections.IList,System.Collections.Generic.List{Demo3D.Visuals.DrawingBlockReference},System.Collections.Generic.List{Demo3D.Gui.MeshMaterialCollection},System.Collections.Generic.List{Microsoft.DirectX.Vector3},System.Collections.Generic.List{Demo3D.Visuals.DrawingBlock})"]

originalMeshes
Type: System.Collections.GenericListDrawingBlock

[Missing <param name="originalMeshes"/> documentation for "M:Demo3D.Visuals.MakeDrawingReferencesEdit.#ctor(Demo3D.Visuals.Document,System.Collections.IList,System.Collections.Generic.List{Demo3D.Visuals.DrawingBlockReference},System.Collections.Generic.List{Demo3D.Gui.MeshMaterialCollection},System.Collections.Generic.List{Microsoft.DirectX.Vector3},System.Collections.Generic.List{Demo3D.Visuals.DrawingBlock})"]

See Also