Click or drag to resize
CVVProject3D Method
This method projects an X,Y,Z VV.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This function is equivalent to ConvertVV3_PJ.
Syntax
public static void Project3D(
	CPJ oPJ1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4
)

Parameters

oPJ1
Type: GeoEngine.Core.GXNetCPJ
PJ
oVV2
Type: GeoEngine.Core.GXNetCVV
X
oVV3
Type: GeoEngine.Core.GXNetCVV
Y
oVV4
Type: GeoEngine.Core.GXNetCVV
Z
See Also