 | CVULCANTriangulationToView Method |
Draw triangle edges in a Vulcan triangulation file to a 3D view in a map.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void TriangulationToView(
string triangulation_file,
CIPJ ipj,
CMVIEW mview,
string new_group_name
)
public static void TriangulationToView(
string triangulation_file,
CIPJ ipj,
CMVIEW mview,
string new_group_name
)
Public Shared Sub TriangulationToView (
triangulation_file As String,
ipj As CIPJ,
mview As CMVIEW,
new_group_name As String
)
Public Shared Sub TriangulationToView (
triangulation_file As String,
ipj As CIPJ,
mview As CMVIEW,
new_group_name As String
)
public:
static void TriangulationToView(
String^ triangulation_file,
CIPJ^ ipj,
CMVIEW^ mview,
String^ new_group_name
)
public:
static void TriangulationToView(
String^ triangulation_file,
CIPJ^ ipj,
CMVIEW^ mview,
String^ new_group_name
)
static member TriangulationToView :
triangulation_file : string *
ipj : CIPJ *
mview : CMVIEW *
new_group_name : string -> unit
static member TriangulationToView :
triangulation_file : string *
ipj : CIPJ *
mview : CMVIEW *
new_group_name : string -> unit
Parameters
- triangulation_file
- Type: SystemString
Triangulation file - ipj
- Type: GeoEngine.Core.GXNetCIPJ
Triangulation projection - mview
- Type: GeoEngine.Core.GXNetCMVIEW
Destination MVIEW - new_group_name
- Type: SystemString
New group name
See Also