Click or drag to resize
AB4D logo

WireCrossVisual3D(Point3D, Color, Double) Constructor

Constructor

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public WireCrossVisual3D(
	Point3D position,
	Color lineColor,
	double length = 10
)

Parameters

position  Point3D

[Missing <param name="position"/> documentation for "M:Ab3d.Visuals.WireCrossVisual3D.#ctor(System.Windows.Media.Media3D.Point3D,System.Windows.Media.Color,System.Double)"]

lineColor  Color

[Missing <param name="lineColor"/> documentation for "M:Ab3d.Visuals.WireCrossVisual3D.#ctor(System.Windows.Media.Media3D.Point3D,System.Windows.Media.Color,System.Double)"]

length  Double  (Optional)

[Missing <param name="length"/> documentation for "M:Ab3d.Visuals.WireCrossVisual3D.#ctor(System.Windows.Media.Media3D.Point3D,System.Windows.Media.Color,System.Double)"]

See Also