Click or drag to resize

CSURFACEITEMiAddMesh Method

Adds a triangular polyhedral mesh component to the surface item.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public int iAddMesh(
	CVV vert_v_vx,
	CVV vert_v_vy,
	CVV vert_v_vz,
	CVV tri_vv_pt1,
	CVV tri_vv_pt2,
	CVV tri_vv_pt3
)

public int iAddMesh(
	CVV vert_v_vx,
	CVV vert_v_vy,
	CVV vert_v_vz,
	CVV tri_vv_pt1,
	CVV tri_vv_pt2,
	CVV tri_vv_pt3
)

Parameters

vert_v_vx
Type: GeoEngine.Core.GXNetCVV
Vertices X location
vert_v_vy
Type: GeoEngine.Core.GXNetCVV
Vertices Y location
vert_v_vz
Type: GeoEngine.Core.GXNetCVV
Vertices Z location
tri_vv_pt1
Type: GeoEngine.Core.GXNetCVV
Triangles 1st Vertex
tri_vv_pt2
Type: GeoEngine.Core.GXNetCVV
Triangles 2nd Vertex
tri_vv_pt3
Type: GeoEngine.Core.GXNetCVV
Triangles 3rd Vertex

Return Value

Type: Int32
The index of the component added.
See Also