Provides methods for loading a file and producing a set of CAD entities contained in the loaded file.

The following tables list the members exposed by the DWGConverter type.

Name Description
Public constructor DWGConverter Initializes a new instance of the DWGConverter class.
Top
Name Description
Public property ActiveVPort Gets or sets active CADVPort object (inherited from CADConverter).
Public property AllArcsAsCurves Gets or sets a value indicating how arcs are drawn. (inherited from CADConverter).
Public property Angle Gets or sets a current rotation angle of the active VPort. (inherited from CADConverter).
Public property AutoInsert Gets or sets a value indicating a way of processing CAD blocks. (inherited from CADConverter).
Public property Block Gets a block to be drawn at spesified layout. (inherited from CADConverter).
Public property Blocks Gets a collection of blocks contained in the loaded CAD file. (inherited from CADConverter).
Public property CodePage Gets or sets a number that identifies the encoding used in the loaded CAD file. (inherited from CADConverter).
Public property DWGPROPS A set of properties for an AutoCAD drawing (inherited from CADConverter).
Public property DefaultLayoutIndex Gets or sets an index of layout that will be shown after opening a CAD file. (inherited from CADConverter).
Public property DimensionStyles Gets a collection of styles used for drawing the dimensions in the loaded CAD file. (inherited from CADConverter).
Public property Entities Gets a collection of entities contained in the loaded CAD file. (inherited from CADConverter).
Public property Extents Gets or sets extents of the loaded CAD file. (inherited from CADConverter).
Public property HasActiveVPort Gets or sets a value idicating whether a loaded CAD file has an active VPort. (inherited from CADConverter).
Public property HeadStruct Gets or sets HeadVarStruct object containing settings of CAD file (inherited from CADConverter).
Public property ImageDefs Gets a collection of raster images contained in the loaded CAD file. (inherited from CADConverter).
Public property Is3D Checks whether a loaded CAD image is three-dimensional. (inherited from CADConverter).
Public property IsCrossoverMatrix Gets or sets a value indicating an orientation of the used coordinate system. (inherited from CADConverter).
Public property IsHideWipeouts Gets or sets a border visibility of all Wipeout objects in CAD file (inherited from CADConverter).
Public property IsLoadXrefs Gets or sets a value indicating whether XRefs to be loaded while opening a CAD file. (inherited from CADConverter).
Public property LScale Gets or sets a scale for all linetypes in the loaded CAD file. (inherited from CADConverter).
Public property LTypes Gets a collection of linetypes contained in the loaded CAD file. (inherited from CADConverter).
Public property Layers Gets a collection of layers contained in the loaded CAD file. (inherited from CADConverter).
Public property Layouts Gets a collection of layouts contained in the loaded CAD file. (inherited from CADConverter).
Public property LayoutsCount Gets a quantity of layouts contained in the loaded CAD file. (inherited from CADConverter).
Public property Main Gets a main section of the loaded CAD file. (inherited from CADConverter).
Public property MaxHandle Gets or sets a maximal handle of a primitive (inherited from CADConverter).
Public property ModelLayout Gets CADLayout object of model (inherited from CADConverter).
Public property NumberOfPartsInCircle Gets or sets a quantity of segments to be used to draw a circle. (inherited from CADConverter).
Public property NumberOfPartsInSpline Gets or sets a quantity of segments to be used to draw a spline. (inherited from CADConverter).
Public property Params Gets or sets parameters to be processed by the Iterate method. (inherited from CADConverter).
Public property PointDisplayMode Gets or sets a value indicating a mode of displaying the CADPoint entities in the loaded CAD file. (inherited from CADConverter).
Public property SHXFonts Gets a list of SHX fonts for the loaded CAD file. (inherited from CADConverter).
Public property SHXSettings Gets SHX fonts settings. (inherited from CADConverter).
Public property Source Gets or sets a path to the loaded file. (inherited from CADConverter).
Public property Styles Gets a collection of styles contained in the loaded CAD file. (inherited from CADConverter).
Public property Tables Gets a collection of tables contained in the loaded CAD file. (inherited from CADConverter).
Public property VPort Gets or sets a viewing direction for the ActiveVPort. (inherited from CADConverter).
Public property VPorts Gets a list of CADVPort objects contained in CAD file (inherited from CADConverter).
Public property ViewPortCut Gets a value indicating whether a loaded CAD file appears inside a viewport. (inherited from CADConverter).
Public property XRefs Gets a collection of external references contained in the loaded CAD file. (inherited from CADConverter).
Top
Name Description
Public method AddDrawingLayout Creates a CADLayout with the specified name and adds this layout to the specified CAD image. (inherited from CADConverter).
Public method AddLayout Adds object of the CADLayout class. (inherited from CADConverter).
Public method AddXRef Creates a CADXRef object with the specified name and adds this external reference to the specified CAD image. (inherited from CADConverter).
Public method AddXRefEx Creates a CADXRef object with the specified name and adds this external reference to the specified CAD image. (inherited from CADConverter).
Public method BlockByName Searches blocks section and returns a CADBlock object with the specified name. (inherited from CADConverter).
Public method CleaningLayouts Deletes all empty instances of the CADLayout class with the exception of the Model_Space layout. (inherited from CADConverter).
Public method DimensionStyleByName Searches a dimension style with the specified name among the dimension styles from the loaded CAD file. (inherited from CADConverter).
Public method Dispose (inherited from CADConverter).
Public method DoExtents Sets extents of the CAD drawing. (inherited from CADConverter).
Public method Equals (Overloaded) (inherited from Object).
Public method GetArrowTypeByName Searches a specified dimension arrow name in array (inherited from CADConverter).
Public method GetCounts Returns a number of elements in the specified section. (inherited from CADConverter).
Public method GetDWGCodePage Returns a number of codepage (inherited from CADConverter).
Public method GetDWGVersion Returns a version of DWG or DXF file (inherited from CADConverter).
Public method GetHashCode (inherited from Object).
Public method GetLayerNames Adds the names of all layers from the loaded CAD file to the specified list. (inherited from CADConverter).
Public method GetSection Returns a group of objects corresponding to the specified type of CAD section. (inherited from CADConverter).
Public method GetType (inherited from Object).
Public method Initialize Initializes a main section of the loaded CAD file.
Public method InitializeSections This method makes necessary initializations for sections. Call it when creating CAD object manually. (inherited from CADConverter).
Public method Static IntToColor Converts an int value to the Color object. (inherited from CADConverter).
Public method Iterate Invokes a method referenced by the specified delegate for each loaded entity. (inherited from CADConverter).
Public method LTypeByName Returns a linetype with the specified name. (inherited from CADConverter).
Public method LayerByName Returns a layer with the specified name. (inherited from CADConverter).
Public method LayoutByName Searches layouts section and returns a CADLayout object with the specified name. (inherited from CADConverter).
Public method LinesByName Returns a description of linetype with the specified name. (inherited from CADConverter).
Public method Loads Loads the specified entity to the CADConverter. (inherited from CADConverter).
Public method OnAfterRead Raises a AfterReadEvent. (inherited from CADConverter).
Public method OnBeforeRead Raises a BeforeReadEvent. (inherited from CADConverter).
Public method OnCreate Raises an OnCreateEvent. (inherited from CADConverter).
Public method OnInsert Raises an OnInsertEvent. (inherited from CADConverter).
Public method OnResolveXRef Raises an OnResolveXRefEvent. (inherited from CADConverter).
Public method OnViewPort Raises an OnViewPortEvent. (inherited from CADConverter).
Public method OnXRef Raises an OnXRefEvent. (inherited from CADConverter).
Public method Static ReferenceEquals (inherited from Object).
Public method SetHandle Sets a handle for a CADEntity object. (inherited from CADConverter).
Public method SetSection Sets a CADGroup object to the specified section type. (inherited from CADConverter).
Public method SortEntities Sorts CAD entities by their handles according to the CADSortEntsTable loaded from the CAD file. (inherited from CADConverter).
Public method StyleByName Returns a style with the specified name. (inherited from CADConverter).
Public method StyleByPrimaryFont Returns a style By PrimaryFont name. (inherited from CADConverter).
Public method ToString (inherited from Object).
Top
Name Description
Public event AfterReadEvent Occurs after reading a DXF file. (inherited from CADConverter).
Public event BeforeReadEvent Occurs before reading a DXF file. (inherited from CADConverter).
Public event OnCreateEvent Occurs when an instance of each loaded CAD entity is created. (inherited from CADConverter).
Public event OnInsertEvent Occurs when an object of the CADInsert class or its descendants inserted into a CAD image. (inherited from CADConverter).
Public event Static OnResolveXRefEvent Occurs when xref filename not found. (inherited from CADConverter).
Public event OnViewPortEvent Occurs when loading a CADViewPort object into a CAD image is complete. (inherited from CADConverter).
Top