 | CGISSetDmWireframePtFile Method |
Specify the wireframe point file corresponding to the input file.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetDmWireframePtFile(
string file
)
public void SetDmWireframePtFile(
string file
)
Public Sub SetDmWireframePtFile (
file As String
)
Public Sub SetDmWireframePtFile (
file As String
)
public:
void SetDmWireframePtFile(
String^ file
)
public:
void SetDmWireframePtFile(
String^ file
)
member SetDmWireframePtFile :
file : string -> unit
member SetDmWireframePtFile :
file : string -> unit
Parameters
- file
- Type: SystemString
Name of the wireframe point file
Remarks
Datamine wireframe models are specified by pairs of files,
the first is the triangle node file, and the second gives
the XYZ locations of the node points. This
function allows you to specify the latter when reading the
first, so that the full model can be decoded.
See Also