Click or drag to resize

CSURFACEITEMGetMesh Method

Gets a triangular polyhedral mesh of a component in the surface item.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
public void GetMesh(
	int index,
	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 void GetMesh(
	int index,
	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

index
Type: SystemInt32
Index of the component
vert_v_vx
Type: GeoEngine.Core.GXNetCVV
Vertices X - VV double type
vert_v_vy
Type: GeoEngine.Core.GXNetCVV
Vertices Y - VV double type
vert_v_vz
Type: GeoEngine.Core.GXNetCVV
Vertices Z - VV double type
tri_vv_pt1
Type: GeoEngine.Core.GXNetCVV
Triangles 1st Vertex - VV unsigned int32 type
tri_vv_pt2
Type: GeoEngine.Core.GXNetCVV
Triangles 2nd Vertex - VV unsigned int32 type
tri_vv_pt3
Type: GeoEngine.Core.GXNetCVV
Triangles 3rd Vertex - VV unsigned int32 type
See Also