Click or drag to resize

CutoutProperties Constructor (Double, Double)

Initializes a new instance of the CutoutProperties class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public CutoutProperties(
	double pos,
	double len
)

Parameters

pos
Type: SystemDouble

[Missing <param name="pos"/> documentation for "M:Demo3D.Visuals.CutoutProperties.#ctor(System.Double,System.Double)"]

len
Type: SystemDouble

[Missing <param name="len"/> documentation for "M:Demo3D.Visuals.CutoutProperties.#ctor(System.Double,System.Double)"]

See Also