Go to the source code of this file.
Defines | |
#define | MODULE_TOOLS1 1 |
#define | TIME_DELAY 30 |
Typedefs | |
typedef struct XTRAEDGE | xtraedge |
typedef struct VERTEXVERTEXEDGE | vertexvertexedge |
Functions | |
void | RecalibrateBezier (int id) |
void | RecalibrateAllBezier (void) |
void | MakeBezierCurve (void) |
int | AddFace (void) |
void | ToolDown (HWND hwnd, int av, int x, int y) |
void | ToolUp (HWND hwnd, int av, int x, int y) |
void | ToolMove (HWND hwnd, int av, int x, int y) |
void | ToolAction (int x, int y) |
void | GrabOn (void) |
BOOL | PrimitiveOn (void) |
void | PrimitiveOff (void) |
void | Plot3dOn (void) |
void | Plot3dOff (void) |
void | IxpandOn (void) |
void | IrotateOn (void) |
BOOL | AddCopy (int wait) |
BOOL | CreateAttachedCopy (int open) |
BOOL | Extrude (int command) |
void | PanToolUp (int x, int y, BOOL ctrl, BOOL shift, HWND hwnd) |
BOOL | PanToolDown (int x, int y, BOOL ctrl, BOOL shift, HWND hwnd) |
void | PanToolMove (int x, int y, BOOL ctrl, BOOL shift, HWND hwnd) |
void | ZoomView (int x, int y) |
Variables | |
long | PrimitiveType = 0 |
long | LastToolVertex = -1 |
typedef struct XTRAEDGE xtraedge |
typedef struct VERTEXVERTEXEDGE vertexvertexedge |
int AddFace | ( | void | ) |
Definition at line 191 of file TOOLS1.C.
References CheckEdgeExists(), CheckFaceExists(), CreateEdge, CreateFace, DrawOneEdgeOnly(), MainEp, MainVp, Nedge, Nface, Nvert, NvertSelect, SELECTED, UpdateEdgeHeap, and UpdateFaceHeap.
long PrimitiveType = 0 |
long LastToolVertex = -1 |