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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Dummies are not allowed in the line. Line Color, Thickness is supported on rendering
Syntax
public void PolyLine3D(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
X coordinates.
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y coordinates.
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z coordinates.
See Also