 | 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
Syntaxpublic 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
)
Public Function iAddMesh (
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
) As Integer
Public Function iAddMesh (
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
) As Integer
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
)
member iAddMesh :
vert_v_vx : CVV *
vert_v_vy : CVV *
vert_v_vz : CVV *
tri_vv_pt1 : CVV *
tri_vv_pt2 : CVV *
tri_vv_pt3 : CVV -> int
member iAddMesh :
vert_v_vx : CVV *
vert_v_vy : CVV *
vert_v_vz : CVV *
tri_vv_pt1 : CVV *
tri_vv_pt2 : CVV *
tri_vv_pt3 : CVV -> int
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:
Int32The index of the component added.
See Also