Click or drag to resize
CMVUArrowVectorVV Method
Draw arrow vectors based on input VVs.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The locations are given in two VVs, and the directions in the two others. A wide range of sizes are available. If the scaling is set to rDUMMY, then arrows are automatically scaled so the largest is 1cm in length. If the line thickness is set to rDUMMY, the line thickness scales with the arrow size, and is 1/20 of the vector length.
Syntax
public static void ArrowVectorVV(
	CMVIEW oMVIEW1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	CVV oVV5,
	double d6,
	int i7,
	int i8,
	int i9,
	int i10,
	double d11
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oVV2
Type: GeoEngine.Core.GXNetCVV
X locations
oVV3
Type: GeoEngine.Core.GXNetCVV
Y locations
oVV4
Type: GeoEngine.Core.GXNetCVV
X Vector value (can be negative)
oVV5
Type: GeoEngine.Core.GXNetCVV
Y Vector value (can be negative)
d6
Type: SystemDouble
Scaling (units/mm)
i7
Type: SystemInt32
See MVU_VPOSConstant
i8
Type: SystemInt32
See MVU_VSIZEConstant
i9
Type: SystemInt32
See MVU_VSTYLEConstant
i10
Type: SystemInt32
See MVU_VPOINTConstant
d11
Type: SystemDouble
line thickness (can be Dummy)
See Also