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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 exagerate one scale such as Z (1,1,5).
Syntax
public void SetScale(
	double d1,
	double d2,
	double d3
)

Parameters

d1
Type: SystemDouble
X Scale (default 1.0)
d2
Type: SystemDouble
Y Scale (default 1.0)
d3
Type: SystemDouble
Z Scale (default 1.0)
See Also