Click or drag to resize
AB4D logo

AxesBoxVisual3DGetAllVisibleAxes Method

Returns an array of all AxisWithLabelsBase objects that have IsVisible set to true.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public BaseAxisWithLabelsVisual3D[] GetAllVisibleAxes()

Return Value

BaseAxisWithLabelsVisual3D
array of all AxisWithLabelsBase objects that have IsVisible set to true
See Also