 | CSURFACEITEMGetMesh Method |
Gets a triangular polyhedral mesh of a component in the surface item.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic 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
)
Public Sub GetMesh (
index As Integer,
vert_v_vx As CVV,
vert_v_vy As CVV,
vert_v_vz As CVV,
tri_vv_pt1 As CVV,
tri_vv_pt2 As CVV,
tri_vv_pt3 As CVV
)
Public Sub GetMesh (
index As Integer,
vert_v_vx As CVV,
vert_v_vy As CVV,
vert_v_vz As CVV,
tri_vv_pt1 As CVV,
tri_vv_pt2 As CVV,
tri_vv_pt3 As CVV
)
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
)
member GetMesh :
index : int *
vert_v_vx : CVV *
vert_v_vy : CVV *
vert_v_vz : CVV *
tri_vv_pt1 : CVV *
tri_vv_pt2 : CVV *
tri_vv_pt3 : CVV -> unit
member GetMesh :
index : int *
vert_v_vx : CVV *
vert_v_vy : CVV *
vert_v_vz : CVV *
tri_vv_pt1 : CVV *
tri_vv_pt2 : CVV *
tri_vv_pt3 : CVV -> unit
Parameters
- index
- Type: SystemInt32
Index of the component - vert_v_vx
- Type: GeoEngine.Core.GXNetXCVV
Vertices X - vert_v_vy
- Type: GeoEngine.Core.GXNetXCVV
Vertices Y - vert_v_vz
- Type: GeoEngine.Core.GXNetXCVV
Vertices Z - 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
See Also