|
CFx SDK Documentation
2022 SP0
|
Go to the source code of this file.
Macros | |
| #define | RTNONE 5000 /* No result */ |
| #define | RTREAL 5001 /* Real */ |
| #define | RTPOINT 5002 /* 2D point */ |
| #define | RTSHORT 5003 /* Short Int */ |
| #define | RTANG 5004 /* Angle */ |
| #define | RTSTR 5005 /* String */ |
| #define | RTENAME 5006 /* Entity Name */ |
| #define | RTPICKS 5007 /* Selection Set (pick set) */ |
| #define | RTORINT 5008 /* Orientation */ |
| #define | RT3DPOINT 5009 /* 3D point */ |
| #define | RTLONG 5010 /* Long int */ |
| #define | RTCOLOR 5011 /* color value */ |
| #define | RTVOID 5014 /* Void */ |
| #define | RTLB 5016 /* List bottom */ |
| #define | RTLE 5017 /* List end */ |
| #define | RTDOTE 5018 /* Dotted pair (FLISP) */ |
| #define | RTNIL 5019 /* NIL (FLISP) */ |
| #define | RTDXF0 5020 /* DXF Code 0, for fdt_buildlist only */ |
| #define | RTT 5021 /* T atom (True) */ |
| #define | RTBINARY 5022 /* Chunk in XDATA */ |
| #define | RTFUNC 5023 /* Function */ |
| #define | RTNORM 5100 /* Normal termination */ |
| #define | RTMEMERR (-5000) /* Global memory error */ |
| #define | RTERROR (-5001) |
| #define | RTCAN (-5002) |
| #define | RTREJ (-5003) |
| #define | RTFAIL (-5004) |
| #define | RTKWORD (-5005) |
| #define | RTINPUTTRUNCATED (-5008) |
| #define | RTLOADONCALL 0 |
| #define | RTPRELOAD 1 |
| #define RT3DPOINT 5009 /* 3D point */ |
Definition at line 40 of file FxFdtCodes.h.
| #define RTANG 5004 /* Angle */ |
Definition at line 35 of file FxFdtCodes.h.
| #define RTBINARY 5022 /* Chunk in XDATA */ |
Definition at line 50 of file FxFdtCodes.h.
| #define RTCAN (-5002) |
Definition at line 59 of file FxFdtCodes.h.
| #define RTCOLOR 5011 /* color value */ |
Definition at line 42 of file FxFdtCodes.h.
| #define RTDOTE 5018 /* Dotted pair (FLISP) */ |
Definition at line 46 of file FxFdtCodes.h.
| #define RTDXF0 5020 /* DXF Code 0, for fdt_buildlist only */ |
Definition at line 48 of file FxFdtCodes.h.
| #define RTENAME 5006 /* Entity Name */ |
Definition at line 37 of file FxFdtCodes.h.
| #define RTERROR (-5001) |
Definition at line 58 of file FxFdtCodes.h.
| #define RTFAIL (-5004) |
Definition at line 61 of file FxFdtCodes.h.
| #define RTFUNC 5023 /* Function */ |
Definition at line 51 of file FxFdtCodes.h.
| #define RTINPUTTRUNCATED (-5008) |
Definition at line 63 of file FxFdtCodes.h.
| #define RTKWORD (-5005) |
Definition at line 62 of file FxFdtCodes.h.
| #define RTLB 5016 /* List bottom */ |
Definition at line 44 of file FxFdtCodes.h.
| #define RTLE 5017 /* List end */ |
Definition at line 45 of file FxFdtCodes.h.
| #define RTLOADONCALL 0 |
Definition at line 66 of file FxFdtCodes.h.
| #define RTLONG 5010 /* Long int */ |
Definition at line 41 of file FxFdtCodes.h.
| #define RTMEMERR (-5000) /* Global memory error */ |
Definition at line 57 of file FxFdtCodes.h.
| #define RTNIL 5019 /* NIL (FLISP) */ |
Definition at line 47 of file FxFdtCodes.h.
| #define RTNONE 5000 /* No result */ |
Definition at line 31 of file FxFdtCodes.h.
| #define RTNORM 5100 /* Normal termination */ |
Definition at line 55 of file FxFdtCodes.h.
| #define RTORINT 5008 /* Orientation */ |
Definition at line 39 of file FxFdtCodes.h.
| #define RTPICKS 5007 /* Selection Set (pick set) */ |
Definition at line 38 of file FxFdtCodes.h.
| #define RTPOINT 5002 /* 2D point */ |
Definition at line 33 of file FxFdtCodes.h.
| #define RTPRELOAD 1 |
Definition at line 67 of file FxFdtCodes.h.
| #define RTREAL 5001 /* Real */ |
Definition at line 32 of file FxFdtCodes.h.
| #define RTREJ (-5003) |
Definition at line 60 of file FxFdtCodes.h.
| #define RTSHORT 5003 /* Short Int */ |
Definition at line 34 of file FxFdtCodes.h.
| #define RTSTR 5005 /* String */ |
Definition at line 36 of file FxFdtCodes.h.
| #define RTT 5021 /* T atom (True) */ |
Definition at line 49 of file FxFdtCodes.h.
| #define RTVOID 5014 /* Void */ |
Definition at line 43 of file FxFdtCodes.h.