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: 12.0.9484.2048
Syntax
C#
public BaseAxisWithLabelsVisual3D[] GetAllVisibleAxes()

Return Value

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