HDK
|
#include <GU_RoundFillet.h>
Public Member Functions | |
GU_RoundFilletParms () | |
~GU_RoundFilletParms () | |
Public Attributes | |
GEO_Face * | isectcurve |
GEO_Face * | curve1 |
GEO_Face * | curve2 |
float | density |
float | tol3d |
float | tol2d |
float | angle |
float | radius |
int | trimmed |
int | reva |
int | revb |
Definition at line 17 of file GU_RoundFillet.h.
GU_RoundFilletParms::GU_RoundFilletParms | ( | ) |
GU_RoundFilletParms::~GU_RoundFilletParms | ( | ) |
float GU_RoundFilletParms::angle |
Definition at line 29 of file GU_RoundFillet.h.
GEO_Face * GU_RoundFilletParms::curve1 |
Definition at line 24 of file GU_RoundFillet.h.
GEO_Face * GU_RoundFilletParms::curve2 |
Definition at line 24 of file GU_RoundFillet.h.
float GU_RoundFilletParms::density |
Definition at line 26 of file GU_RoundFillet.h.
GEO_Face* GU_RoundFilletParms::isectcurve |
Definition at line 24 of file GU_RoundFillet.h.
float GU_RoundFilletParms::radius |
Definition at line 30 of file GU_RoundFillet.h.
int GU_RoundFilletParms::reva |
Definition at line 32 of file GU_RoundFillet.h.
int GU_RoundFilletParms::revb |
Definition at line 32 of file GU_RoundFillet.h.
float GU_RoundFilletParms::tol2d |
Definition at line 28 of file GU_RoundFillet.h.
float GU_RoundFilletParms::tol3d |
Definition at line 27 of file GU_RoundFillet.h.
int GU_RoundFilletParms::trimmed |
Definition at line 31 of file GU_RoundFillet.h.