Click or drag to resize

CDXFI Class

The DXFI class is used for importing AutoCAD® dxf files into Geosoft maps.
Inheritance Hierarchy

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CDXFI : CHANDLE

public class CDXFI : CHANDLE

The CDXFI type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Create DXFI.
Protected methodDispose
Releases the unmanaged resources used by the CDXFI and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodStatic memberDXF2PLY
Convert a DXF file to a PLY object
Public methodDXF2ViewEx
Draw entities in a DXF file to a view in a map
Public methodDXF2ViewNoSurfaces
Draw entities in a DXF file to a view in a map, but for 3D views skips all surfaces
Public methodGetRange
Get DXF data range
Top
See Also