Click or drag to resize

CSURFACEITEMComputePolyLineIntersections Method

Compute intersections of a 3D PolyLine with a SURFACEITEM Object

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void ComputePolyLineIntersections(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CVV vv_x_out,
	CVV vv_y_out,
	CVV vv_z_out
)

public void ComputePolyLineIntersections(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CVV vv_x_out,
	CVV vv_y_out,
	CVV vv_z_out
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
X coordinates.
vv_y
Type: GeoEngine.Core.GXNetCVV
Y coordinates.
vv_z
Type: GeoEngine.Core.GXNetCVV
Z coordinates.
vv_x_out
Type: GeoEngine.Core.GXNetCVV
X coordinates.
vv_y_out
Type: GeoEngine.Core.GXNetCVV
Y coordinates.
vv_z_out
Type: GeoEngine.Core.GXNetCVV
Z coordinates.
See Also