Alert | Displays an alert box on the screen containing a user specified string. |
AngleFromXAxis | Returns the angle of a line from the X-axis; The angle is measured counterclockwise. |
AngleToReal | Converts a string to an angle. Equivalent to angtof in LISP. |
AngleToString | Converts an angle to a string. Equivalent to angtos in LISP. |
ConvertUnit | Translates one unit of measure to another. |
DistanceToReal | Converts a distance to a real. Equivalent to distof in LISP. |
EntitySnap | Finds a point by means of an entity snap. |
FindFile | Searches for the specified filename, and returns the full path of the file or an empty string if it was not found. |
GetAngle | Equivalent to the LISP GetAngle function, allows the user to specify the angle on the graphics window. |
GetCorner | Equivalent to the LISP GetCorner function, allows the user to specify a point as the corner of a rectangle on the graphics window. |
GetDistance | Equivalent to the LISP GetDistance function, allows the user to specify a distance on the graphics window. |
GetEntity | Equivalent 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. |
GetInput | Returns all data input by the user as a string. |
GetInteger | Returns an integer value input by the user. |
GetKeyword | Gets a keyword from the user. Equivalent to getkword function in LISP. |
GetOrientation | Equivalent to the LISP GetOrient function, allows the user to specify the orientation on the graphics window. |
GetPoint | Equivalent to the LISP GetPoint function, allows the user to specify a point on the graphics window. |
GetReal | Returns an double value input by the user. |
GetString | Returns a string input by the user. |
GetSubEntity | Equivalent 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. |
InitializeUserInput | Equivalent to initget function in LISP. |
PaintLine | Paints a temporary line in the graphics window. |
PolarPoint | Returns a point at a user specified angle and distance from a given point. |
Prompt | Prints a prompt to the command line. |
RealToString | Converts a real or double value to a string. |
ShowGraphicScreen | Displays the graphics window. |
ShowTextScreen | Displays the text window, and optionally clears it. |
TranslateCoordinates | Equivalent to sds_trans function, allows the user to translate coordinates from one system to another. |
WildCardMatch | Matches a wildcard pattern to a string. |