Click or drag to resize

CMVIEWPolyLine3D Method

Draw a 3D polyline.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void PolyLine3D(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

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.
Remarks
Dummies are not allowed in the line. Line Color, Thickness is supported on rendering
See Also