Click or drag to resize
C3DNSetScale Method
Set the axis relative scales.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
By default all scales are equal (1.0). By setting these scales, relative adjustments to the overall view of the 3D objects can be made. Note that they are relative to each other. Thus, setting the scaling to 5,5,5 is the same as 1,1,1. This is typically used to exaggerate one scale such as Z (1,1,5).
Syntax
public void SetScale(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
X Scale (default 1.0)
y
Type: SystemDouble
Y Scale (default 1.0)
z
Type: SystemDouble
Z Scale (default 1.0)
See Also