 | CVVProject3D Method |
This method projects an X,Y,Z VV.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void Project3D(
CGXNETCore gxNetShared,
CPJ pj,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
public static void Project3D(
CGXNETCore gxNetShared,
CPJ pj,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
Public Shared Sub Project3D (
gxNetShared As CGXNETCore,
pj As CPJ,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
Public Shared Sub Project3D (
gxNetShared As CGXNETCore,
pj As CPJ,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
public:
static void Project3D(
CGXNETCore^ gxNetShared,
CPJ^ pj,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
public:
static void Project3D(
CGXNETCore^ gxNetShared,
CPJ^ pj,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
static member Project3D :
gxNetShared : CGXNETCore *
pj : CPJ *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
static member Project3D :
gxNetShared : CGXNETCore *
pj : CPJ *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - pj
- Type: GeoEngine.Core.GXNetXCPJ
- vv_x
- Type: GeoEngine.Core.GXNetXCVV
X - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y - vv_z
- Type: GeoEngine.Core.GXNetXCVV
Z
RemarksThis function is equivalent to ConvertVV3_PJ.
See Also