Click or drag to resize

CutoutPropertiesFromDoubles Method

[Missing <summary> documentation for "M:Demo3D.Visuals.CutoutProperties.FromDoubles(System.Collections.Generic.List{System.Double})"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static List<CutoutProperties> FromDoubles(
	List<double> doubles
)

Parameters

doubles
Type: System.Collections.GenericListDouble

[Missing <param name="doubles"/> documentation for "M:Demo3D.Visuals.CutoutProperties.FromDoubles(System.Collections.Generic.List{System.Double})"]

Return Value

Type: ListCutoutProperties

[Missing <returns> documentation for "M:Demo3D.Visuals.CutoutProperties.FromDoubles(System.Collections.Generic.List{System.Double})"]

See Also