Click or drag to resize
CGISSetDmWireframePtFile Method
Specify the wireframe point file corresponding to the input file.

Available since Oasis montaj version: 6.3
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public void SetDmWireframePtFile(
	string file
)

Parameters

file
Type: SystemString
Name of the wireframe point file
See Also