IntelliCAD 11.1 Object Library
Utility Object Members
See Also  Overview 

Public Methods

Public Method AlertDisplays an alert box on the screen containing a user specified string.
Public Method AngleFromXAxisReturns the angle of a line from the X-axis; The angle is measured counterclockwise.
Public Method AngleToRealConverts a string to an angle. Equivalent to angtof in LISP.
Public Method AngleToStringConverts an angle to a string. Equivalent to angtos in LISP.
Public Method ConvertUnitTranslates one unit of measure to another.
Public Method DistanceToRealConverts a distance to a real. Equivalent to distof in LISP.
Public Method EntitySnapFinds a point by means of an entity snap.
Public Method FindFileSearches for the specified filename, and returns the full path of the file or an empty string if it was not found.
Public Method GetAngleEquivalent to the LISP GetAngle function, allows the user to specify the angle on the graphics window.
Public Method GetCornerEquivalent to the LISP GetCorner function, allows the user to specify a point as the corner of a rectangle on the graphics window.
Public Method GetDistanceEquivalent to the LISP GetDistance function, allows the user to specify a distance on the graphics window.
Public Method GetEntityEquivalent to the LISP entsel function, allows the user to pick on the graphics window, and returns the object picked and the picked point in WCS.
Public Method GetInputReturns all data input by the user as a string.
Public Method GetIntegerReturns an integer value input by the user.
Public Method GetKeywordGets a keyword from the user. Equivalent to getkword function in LISP.
Public Method GetOrientationEquivalent to the LISP GetOrient function, allows the user to specify the orientation on the graphics window.
Public Method GetPointEquivalent to the LISP GetPoint function, allows the user to specify a point on the graphics window.
Public Method GetRealReturns an double value input by the user.
Public Method GetStringReturns a string input by the user.
Public Method GetSubEntityEquivalent to the LISP nentsel function, allows the user to pick on the graphics window, and returns the object picked and the picked point in WCS.
Public Method InitializeUserInputEquivalent to initget function in LISP.
Public Method PaintLinePaints a temporary line in the graphics window.
Public Method PolarPointReturns a point at a user specified angle and distance from a given point.
Public Method PromptPrints a prompt to the command line.
Public Method RealToStringConverts a real or double value to a string.
Public Method ShowGraphicScreenDisplays the graphics window.
Public Method ShowTextScreenDisplays the text window, and optionally clears it.
Public Method TranslateCoordinatesEquivalent to sds_trans function, allows the user to translate coordinates from one system to another.
Public Method WildCardMatchMatches a wildcard pattern to a string.

Public Properties

Public Property ApplicationReturns the Application object.
Public Property ParentReturns the database item's parent object.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.