Click or drag to resize
CMVIEWPolyLine3D Method
Draw a 3D polyline.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Dummies are not allowed in the line. Line Color, Thickness is supported on rendering
Syntax
public void PolyLine3D(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X coordinates.
oVV2
Type: GeoEngine.Core.GXNetCVV
Y coordinates.
oVV3
Type: GeoEngine.Core.GXNetCVV
Z coordinates.
See Also