Click or drag to resize
AB4D logo

Line3DFactoryCreateAxis3D(Double, Double, Color, Visual3D) Method

Creates a simple 3D axis that is created from 3 lines - one for x axis, one for y axis and one for z axis.

Namespace: Ab3d.Models
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static Model3D CreateAxis3D(
	double length,
	double thickness,
	Color color,
	Visual3D parentVisual3D
)

Parameters

length  Double
length of the axis lines
thickness  Double
line thickness in screen coordinates
color  Color
color of the lines
parentVisual3D  Visual3D
parent Visual3D

Return Value

Model3D
Model3D that defines the axis
See Also