Click or drag to resize
AB4D logo

ScalableAxis Constructor

Constructor

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public ScalableAxis(
	Vector3D vector,
	double length,
	double startBoxRadius,
	double endBoxRadius,
	Color color,
	string name = null
)

Parameters

vector  Vector3D
vector
length  Double
length
startBoxRadius  Double
startBoxRadius
endBoxRadius  Double
endBoxRadius
color  Color
color
name  String  (Optional)
name
See Also