Click or drag to resize

CSURFACEITEMiAddMesh Method

Adds a triangular polyhedral mesh component to the surface item.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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.GXNetXCVV
Vertices X location
vert_v_vy
Type: GeoEngine.Core.GXNetXCVV
Vertices Y location
vert_v_vz
Type: GeoEngine.Core.GXNetXCVV
Vertices Z location
tri_vv_pt1
Type: GeoEngine.Core.GXNetXCVV
Triangles 1st Vertex
tri_vv_pt2
Type: GeoEngine.Core.GXNetXCVV
Triangles 2nd Vertex
tri_vv_pt3
Type: GeoEngine.Core.GXNetXCVV
Triangles 3rd Vertex

Return Value

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