The DWG class contains objects and enumerations used for importing and exporting CAD files via RealDWG. More...

Inheritance diagram for HPS.DWG:

Classes

class  CADModel
 The CADModel class is a smart pointer. It represents the DWG drawing file. More...
 
class  Component
 The Component class is a smart pointer. It represents a variety of DWG components. The primary purpose of this class is simply to provide access to the underlying DWG object for use by DWG library functions. More...
 
class  Factory
 The Factory class is used to create and DWG objects which inherit from HPS.Component or one of its subclasses. More...
 
class  File
 The File class provides functions to import CAD files via DWG. More...
 
class  ImportNotifier
 The ImportNotifier class is a smart-pointer that is tied to a file import. It is used to interact with an ongoing import or get the results from a completed import. More...
 
class  ImportOptionsKit
 The HPS.DWG.ImportOptionsKit class is a user space object. It contains settings controlling what and how data is imported via DWG. Calling HPS.DWG.ImportOptionsKit.GetDefault() will return an options kit with values found in here. More...
 
class  Layer
 The Layer class is a user space object. It allows users to turn layers imported through DWG on or off. More...
 
class  Layout
 

Public Member Functions

virtual void Dispose ()
 
 DWG (HPS.DWG in_that)
 

Protected Member Functions

virtual void deleteCptr ()
 

Protected Attributes

bool cMemOwn
 
HandleRef cptr
 

Detailed Description

The DWG class contains objects and enumerations used for importing and exporting CAD files via RealDWG.


The documentation for this class was generated from the following file:
  • internals/hps_sprk_dwg/source/cs/HPS.DWG.cs