Click or drag to resize
C3DNGetScale Method
Get the axis relative scales.

Available since Oasis montaj version: 6.3
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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