 | CVAUTotalVector Method |
Calculate total vector for X,Y and Z components
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void TotalVector(
CVA xva,
CVA yva,
CVA zva,
CVA tva
)
public static void TotalVector(
CVA xva,
CVA yva,
CVA zva,
CVA tva
)
Public Shared Sub TotalVector (
xva As CVA,
yva As CVA,
zva As CVA,
tva As CVA
)
Public Shared Sub TotalVector (
xva As CVA,
yva As CVA,
zva As CVA,
tva As CVA
)
public:
static void TotalVector(
CVA^ xva,
CVA^ yva,
CVA^ zva,
CVA^ tva
)
public:
static void TotalVector(
CVA^ xva,
CVA^ yva,
CVA^ zva,
CVA^ tva
)
static member TotalVector :
xva : CVA *
yva : CVA *
zva : CVA *
tva : CVA -> unit
static member TotalVector :
xva : CVA *
yva : CVA *
zva : CVA *
tva : CVA -> unit
Parameters
- xva
- Type: GeoEngine.Core.GXNetCVA
X Component object - yva
- Type: GeoEngine.Core.GXNetCVA
Y Component object - zva
- Type: GeoEngine.Core.GXNetCVA
Z Component object - tva
- Type: GeoEngine.Core.GXNetCVA
Returned total vector VA object
See Also