Click or drag to resize

C3DNGetScale Method

Get the axis relative scales.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetScale(
	ref double x,
	ref double y,
	ref double z
)

public void GetScale(
	ref double x,
	ref double y,
	ref double z
)

Parameters

x
Type: SystemDouble
X Scale
y
Type: SystemDouble
Y Scale
z
Type: SystemDouble
Z Scale
See Also