Go to the source code of this file.
Typedefs | |
typedef struct DXFCOLOUR | DXFcolour |
typedef struct DXFBLOCK | DXFblock |
typedef struct DXFLAYER | DXFlayer |
typedef struct AUTOVERTEX | autovertex |
Functions | |
void | veccross (double *o, double *a, double *b) |
vecnorm (double *o, double *a) | |
void | arbaxis (double *newaxis, double *oldaxis) |
void | gettrans (double *zdir, double m[3][3]) |
void | BuildEdges (long n, autovertex *av) |
short | CreateDXFsolid (FILE *dxfp, DXFblock *blk) |
short | CreateDXFline (FILE *dxfp, DXFblock *blk) |
short | CreateDXFcircle (FILE *dxfp, DXFblock *blk, long fill) |
short | DxfLoad (char *filename, short skl, short l_fr, short b_fr, short report, double w_t, short nw, short d2, short d3, short cs) |
typedef struct DXFCOLOUR DXFcolour |
typedef struct DXFBLOCK DXFblock |
typedef struct DXFLAYER DXFlayer |
typedef struct AUTOVERTEX autovertex |
void veccross | ( | double * | o, | |
double * | a, | |||
double * | b | |||
) |
vecnorm | ( | double * | o, | |
double * | a | |||
) |
void arbaxis | ( | double * | newaxis, | |
double * | oldaxis | |||
) |
Definition at line 104 of file DXFCON2.C.
References veccross(), and vecnorm().
Referenced by gettrans().
void gettrans | ( | double * | zdir, | |
double | m[3][3] | |||
) |
void BuildEdges | ( | long | n, | |
autovertex * | av | |||
) |
short CreateDXFsolid | ( | FILE * | dxfp, | |
DXFblock * | blk | |||
) |
short CreateDXFline | ( | FILE * | dxfp, | |
DXFblock * | blk | |||
) |
short CreateDXFcircle | ( | FILE * | dxfp, | |
DXFblock * | blk, | |||
long | fill | |||
) |
Definition at line 889 of file DXFCON2.C.
References CreateEdge, CreateVertex, double, MainVp, and PI.
short DxfLoad | ( | char * | filename, | |
short | skl, | |||
short | l_fr, | |||
short | b_fr, | |||
short | report, | |||
double | w_t, | |||
short | nw, | |||
short | d2, | |||
short | d3, | |||
short | cs | |||
) |
Definition at line 1243 of file DXFCON2.C.
References file_size, and UpdateProgress().
Referenced by DoDxfConvert().