Click or drag to resize

PointCloudVisualCreate Method

[Missing <summary> documentation for "M:Demo3D.Visuals.PointCloudVisual.Create(Demo3D.Visuals.Document,System.Collections.Generic.List{Microsoft.DirectX.Vector3},System.Drawing.Color)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static PointCloudVisual Create(
	Document doc,
	List<Vector3> points,
	Color color
)

Parameters

doc
Type: Demo3D.VisualsDocument

[Missing <param name="doc"/> documentation for "M:Demo3D.Visuals.PointCloudVisual.Create(Demo3D.Visuals.Document,System.Collections.Generic.List{Microsoft.DirectX.Vector3},System.Drawing.Color)"]

points
Type: System.Collections.GenericListVector3

[Missing <param name="points"/> documentation for "M:Demo3D.Visuals.PointCloudVisual.Create(Demo3D.Visuals.Document,System.Collections.Generic.List{Microsoft.DirectX.Vector3},System.Drawing.Color)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Demo3D.Visuals.PointCloudVisual.Create(Demo3D.Visuals.Document,System.Collections.Generic.List{Microsoft.DirectX.Vector3},System.Drawing.Color)"]

Return Value

Type: PointCloudVisual

[Missing <returns> documentation for "M:Demo3D.Visuals.PointCloudVisual.Create(Demo3D.Visuals.Document,System.Collections.Generic.List{Microsoft.DirectX.Vector3},System.Drawing.Color)"]

See Also