Grx.Mgd 1.0
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Gssoft.Gscad.EditorInput.Editor Class Reference

Public Member Functions

PromptResult DoPrompt (PromptOptions opt)
 
PromptDoubleResult GetAngle (PromptAngleOptions options)
 
PromptDoubleResult GetAngle (string message)
 
PromptDoubleResult GetDouble (PromptDoubleOptions options)
 
PromptDoubleResult GetDouble (string message)
 
PromptDoubleResult GetDistance (PromptDistanceOptions options)
 
PromptDoubleResult GetDistance (string message)
 
PromptIntegerResult GetInteger (PromptIntegerOptions options)
 
PromptIntegerResult GetInteger (string message)
 
PromptPointResult GetCorner (PromptCornerOptions options)
 
PromptPointResult GetCorner (string message, Point3d basePoint)
 
PromptPointResult GetPoint (PromptPointOptions options)
 
PromptPointResult GetPoint (string message)
 
PromptResult GetKeywords (PromptKeywordOptions options)
 
PromptResult GetKeywords (string message, params string[] globalKeywords)
 
PromptResult GetString (string message)
 
PromptResult GetString (PromptStringOptions options)
 
PromptEntityResult GetEntity (string message)
 
PromptEntityResult GetEntity (PromptEntityOptions options)
 
PromptNestedEntityResult GetNestedEntity (PromptNestedEntityOptions options)
 
PromptNestedEntityResult GetNestedEntity (string message)
 
PromptSelectionResult GetSelection (PromptSelectionOptions options)
 
PromptSelectionResult GetSelection (PromptSelectionOptions options, SelectionFilter filter)
 
PromptSelectionResult GetSelection ()
 
PromptSelectionResult GetSelection (SelectionFilter filter)
 
PromptSelectionResult SelectAll ()
 
PromptSelectionResult SelectAll (SelectionFilter filter)
 
PromptSelectionResult SelectCrossingPolygon (Point3dCollection polygon, SelectionFilter filter)
 
PromptSelectionResult SelectCrossingPolygon (Point3dCollection polygon)
 
PromptSelectionResult SelectCrossingWindow (Point3d pt1, Point3d pt2, SelectionFilter filter, bool forceSubEntitySelection)
 
PromptSelectionResult SelectCrossingWindow (Point3d pt1, Point3d pt2, SelectionFilter filter)
 
PromptSelectionResult SelectCrossingWindow (Point3d pt1, Point3d pt2)
 
PromptSelectionResult SelectFence (Point3dCollection fence, SelectionFilter filter)
 
PromptSelectionResult SelectFence (Point3dCollection fence)
 
PromptSelectionResult SelectImplied ()
 
PromptSelectionResult SelectLast ()
 
PromptSelectionResult SelectPrevious ()
 
PromptSelectionResult SelectWindow (Point3d pt1, Point3d pt2)
 
PromptSelectionResult SelectWindow (Point3d pt1, Point3d pt2, SelectionFilter filter)
 
PromptSelectionResult SelectWindowPolygon (Point3dCollection polygon)
 
PromptSelectionResult SelectWindowPolygon (Point3dCollection polygon, SelectionFilter filter)
 
void SetImpliedSelection (ObjectId[] selectedObjects)
 
void SetImpliedSelection (SelectionSet selectionSet)
 
PromptResult Drag (Jig jig)
 
void WriteMessage (string message)
 
void WriteMessage (string message, params object[] parameter)
 
DBObjectCollection TraceBoundary (Point3d seedPoint, bool detectIslands)
 
int TurnForcedPickOff ()
 
int TurnForcedPickOn ()
 
void Regen ()
 
void UpdateScreen ()
 
void UpdateTiledViewportsFromDatabase ()
 
void UpdateTiledViewportsInDatabase ()
 
void SwitchToModelSpace ()
 
void SwitchToPaperSpace ()
 
void Command (params object[] parameters)
 
DatabaseServices.ViewTableRecord GetCurrentView ()
 
void SetCurrentView (DatabaseServices.ViewTableRecord value)
 
Point3d Snap (string snapMode, Point3d input)
 

Properties

ObjectId CurrentViewportObjectId [get]
 
DatabaseServices.ObjectId ActiveViewportId [get]
 
ApplicationServices.Document Document [get]
 
Matrix3d CurrentUserCoordinateSystem [get, set]
 
EventHandler EnteringQuiescentState
 
EventHandler LeavingQuiescentState
 
PromptPointOptionsEventHandler PromptingForPoint
 
PromptPointResultEventHandler PromptedForPoint
 
PromptPointOptionsEventHandler PromptingForCorner
 
PromptPointResultEventHandler PromptedForCorner
 
PromptStringOptionsEventHandler PromptingForString
 
PromptStringResultEventHandler PromptedForString
 
PromptKeywordOptionsEventHandler PromptingForKeyword
 
PromptStringResultEventHandler PromptedForKeyword
 
PromptIntegerOptionsEventHandler PromptingForInteger
 
PromptIntegerResultEventHandler PromptedForInteger
 
PromptDoubleOptionsEventHandler PromptingForDouble
 
PromptDoubleResultEventHandler PromptedForDouble
 
PromptDistanceOptionsEventHandler PromptingForDistance
 
PromptDoubleResultEventHandler PromptedForDistance
 
PromptAngleOptionsEventHandler PromptingForAngle
 
PromptDoubleResultEventHandler PromptedForAngle
 
PromptEntityOptionsEventHandler PromptingForEntity
 
PromptEntityResultEventHandler PromptedForEntity
 
PromptNestedEntityOptionsEventHandler PromptingForNestedEntity
 
PromptNestedEntityResultEventHandler PromptedForNestedEntity
 
PromptForEntityEndingEventHandler PromptForEntityEnding
 
PromptSelectionOptionsEventHandler PromptingForSelection
 
PromptSelectionResultEventHandler PromptedForSelection
 
PromptForSelectionEndingEventHandler PromptForSelectionEnding
 
SelectionAddedEventHandler SelectionAdded
 
SelectionRemovedEventHandler SelectionRemoved