Click or drag to resize

CSURFACEITEMComputePolyLineIntersections Method

Compute intersections of a 3D PolyLine with a SURFACEITEM Object

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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.GXNetXCVV
X coordinates.
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y coordinates.
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z coordinates.
vv_x_out
Type: GeoEngine.Core.GXNetXCVV
X coordinates.
vv_y_out
Type: GeoEngine.Core.GXNetXCVV
Y coordinates.
vv_z_out
Type: GeoEngine.Core.GXNetXCVV
Z coordinates.
See Also