 | 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
Syntaxpublic 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
)
Public Sub ComputePolyLineIntersections (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vv_x_out As CVV,
vv_y_out As CVV,
vv_z_out As CVV
)
Public Sub ComputePolyLineIntersections (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vv_x_out As CVV,
vv_y_out As CVV,
vv_z_out As CVV
)
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
)
member ComputePolyLineIntersections :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vv_x_out : CVV *
vv_y_out : CVV *
vv_z_out : CVV -> unit
member ComputePolyLineIntersections :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vv_x_out : CVV *
vv_y_out : CVV *
vv_z_out : CVV -> unit
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