Click or drag to resize

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
Syntax
public void SetDmWireframePtFile(
	string file
)

public void SetDmWireframePtFile(
	string file
)

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