Click or drag to resize
CVVAdd2 Method
Add two VVs with linear factors: VV_A*f1 + VV_B*f2 = VV_C

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The multipliers must be defined and within the GS_R8MN GS_R8MX range.
Syntax
public void Add2(
	double d1,
	CVV oVV2,
	double d3,
	CVV oVV4
)

Parameters

d1
Type: SystemDouble
multiplier f1 for A
oVV2
Type: GeoEngine.Core.GXNetCVV
VV B
d3
Type: SystemDouble
multiplier f2 for B
oVV4
Type: GeoEngine.Core.GXNetCVV
VV C (returned), C = A*f1 + B*f2
See Also