Click or drag to resize

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
Syntax
public int InsertPatch(
	string mesh_name
)

public int InsertPatch(
	string mesh_name
)

Parameters

mesh_name
Type: SystemString
Mesh Name

Return Value

Type: Int32
Patch ID of the inserted patch
See Also