 | CMESHInsertPatch Method |
Inserts a new surface patch to the mesh specified by a unique ID
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int InsertPatch(
string mesh_name
)
public int InsertPatch(
string mesh_name
)
Public Function InsertPatch (
mesh_name As String
) As Integer
Public Function InsertPatch (
mesh_name As String
) As Integer
public:
int InsertPatch(
String^ mesh_name
)
public:
int InsertPatch(
String^ mesh_name
)
member InsertPatch :
mesh_name : string -> int
member InsertPatch :
mesh_name : string -> int
Parameters
- mesh_name
- Type: SystemString
Mesh Name
Return Value
Type:
Int32Patch ID of the inserted patch
See Also