 | CMESHGetVertexPoint Method |
Number of faces in a patch in mesh
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int GetVertexPoint(
string mesh_name,
int patch_id,
int vertex_index,
ref double x_coordinate,
ref double y_coordinate,
ref double z_coordinate
)
public int GetVertexPoint(
string mesh_name,
int patch_id,
int vertex_index,
ref double x_coordinate,
ref double y_coordinate,
ref double z_coordinate
)
Public Function GetVertexPoint (
mesh_name As String,
patch_id As Integer,
vertex_index As Integer,
ByRef x_coordinate As Double,
ByRef y_coordinate As Double,
ByRef z_coordinate As Double
) As Integer
Public Function GetVertexPoint (
mesh_name As String,
patch_id As Integer,
vertex_index As Integer,
ByRef x_coordinate As Double,
ByRef y_coordinate As Double,
ByRef z_coordinate As Double
) As Integer
public:
int GetVertexPoint(
String^ mesh_name,
int patch_id,
int vertex_index,
double% x_coordinate,
double% y_coordinate,
double% z_coordinate
)
public:
int GetVertexPoint(
String^ mesh_name,
int patch_id,
int vertex_index,
double% x_coordinate,
double% y_coordinate,
double% z_coordinate
)
member GetVertexPoint :
mesh_name : string *
patch_id : int *
vertex_index : int *
x_coordinate : float byref *
y_coordinate : float byref *
z_coordinate : float byref -> int
member GetVertexPoint :
mesh_name : string *
patch_id : int *
vertex_index : int *
x_coordinate : float byref *
y_coordinate : float byref *
z_coordinate : float byref -> int
Parameters
- mesh_name
- Type: SystemString
Mesh Name - patch_id
- Type: SystemInt32
Patch ID - vertex_index
- Type: SystemInt32
Vertex Index - x_coordinate
- Type: SystemDouble
X coordinate - y_coordinate
- Type: SystemDouble
Y coordinate - z_coordinate
- Type: SystemDouble
Z coordinate
Return Value
Type:
Int32Returns the number of faces in a patch
See Also