Click or drag to resize
AB4D logo

CameraAxisPanelSetAxisLength Method

SetAxisLength is called to change the length of the axes.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected virtual void SetAxisLength(
	double axesLength
)

Parameters

axesLength  Double
new axes length
Remarks

SetAxisLength is called when user changes the IsAxisNameShown property. When the names are shown the axes length is set to 25. Otherwise the length is set to 30.

See Also