Click or drag to resize
CVOXEProfile Method
Extract a profile of data along points provided.

Available since Oasis montaj version: 6.3.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void Profile(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	int i5
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV (must be double)
oVV2
Type: GeoEngine.Core.GXNetCVV
Y VV (must be double)
oVV3
Type: GeoEngine.Core.GXNetCVV
Z VV (must be double)
oVV4
Type: GeoEngine.Core.GXNetCVV
D VV (must be double)
i5
Type: SystemInt32
See VOXE_EVALConstant
See Also