Click or drag to resize

EditorExtension Class

Provides extension methods for the Editor type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryEditorExtension

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class EditorExtension

The EditorExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDCS2PSDCS
Gets the transformation matrix from the paper space active viewport Display Coordinate System (DCS) to the Paper space Display Coordinate System (PSDCS).
Public methodStatic memberDCS2WCS
Gets the transformation matrix from the current viewport Display Coordinate System (DCS) to the World Coordinate System (WCS).
Public methodStatic memberPSDCS2DCS
Gets the transformation matrix from the Paper space Display Coordinate System (PSDCS) to the paper space active viewport Display Coordinate System (DCS).
Public methodStatic memberUCS2WCS
Gets the transformation matrix from the current User Coordinate System (UCS) to the World Coordinate System (WCS).
Public methodStatic memberWCS2DCS
Gets the transformation matrix from the World Coordinate System (WCS) to the current viewport Display Coordinate System (DCS).
Public methodStatic memberWCS2UCS
Gets the transformation matrix from the World Coordinate System (WCS) to the current User Coordinate System (UCS).
Top
See Also