 | 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
Syntaxpublic void GetScale(
ref double x,
ref double y,
ref double z
)
public void GetScale(
ref double x,
ref double y,
ref double z
)
Public Sub GetScale (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
Public Sub GetScale (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
public:
void GetScale(
double% x,
double% y,
double% z
)
public:
void GetScale(
double% x,
double% y,
double% z
)
member GetScale :
x : float byref *
y : float byref *
z : float byref -> unit
member GetScale :
x : float byref *
y : float byref *
z : float byref -> unit
Parameters
- x
- Type: SystemDouble
X Scale - y
- Type: SystemDouble
Y Scale - z
- Type: SystemDouble
Z Scale
See Also