LayerGet3DBoxRatioΒΆ
LayerGet3DBoxRatio gets the length of the 3D diagram edges.
- rvRatio = LayerGet3DBoxRatio(hLayer)
Parameters
- rvRatio
is a vector with 3 elements that specifies the ratio of the x-, y- and z-axes.
- hLayer
Identifies the layer.
Example
The following call returns the vector [100,100,50]. This means the diagram z-axis appears to the viewer half as long as the x- and y-axes.
LayerGet3DBoxRatio(hLayer)
100.00 100.00 50.00
See also
id-1733085