 | CMESHUTILComputeSurfaceSubdivision Method |
Smooths a surface by applying a loop subdivision algorithm
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ComputeSurfaceSubdivision(
CGXNETCore gxNetShared,
string inputSurfaceFile,
string inputSurface,
string outputSurfaceFile,
string outputSurface
)
public static void ComputeSurfaceSubdivision(
CGXNETCore gxNetShared,
string inputSurfaceFile,
string inputSurface,
string outputSurfaceFile,
string outputSurface
)
Public Shared Sub ComputeSurfaceSubdivision (
gxNetShared As CGXNETCore,
inputSurfaceFile As String,
inputSurface As String,
outputSurfaceFile As String,
outputSurface As String
)
Public Shared Sub ComputeSurfaceSubdivision (
gxNetShared As CGXNETCore,
inputSurfaceFile As String,
inputSurface As String,
outputSurfaceFile As String,
outputSurface As String
)
public:
static void ComputeSurfaceSubdivision(
CGXNETCore^ gxNetShared,
String^ inputSurfaceFile,
String^ inputSurface,
String^ outputSurfaceFile,
String^ outputSurface
)
public:
static void ComputeSurfaceSubdivision(
CGXNETCore^ gxNetShared,
String^ inputSurfaceFile,
String^ inputSurface,
String^ outputSurfaceFile,
String^ outputSurface
)
static member ComputeSurfaceSubdivision :
gxNetShared : CGXNETCore *
inputSurfaceFile : string *
inputSurface : string *
outputSurfaceFile : string *
outputSurface : string -> unit
static member ComputeSurfaceSubdivision :
gxNetShared : CGXNETCore *
inputSurfaceFile : string *
inputSurface : string *
outputSurfaceFile : string *
outputSurface : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - inputSurfaceFile
- Type: SystemString
Input Geosurface file - inputSurface
- Type: SystemString
Input Surface Name within Geosurface File - outputSurfaceFile
- Type: SystemString
Output Geosurface file - outputSurface
- Type: SystemString
Output Surface Name within Geosurface File
See Also