EggLine¶
-
class
EggLine
¶ Bases:
EggCompositePrimitive
A line segment, or a series of connected line segments, defined by a <Line> entry.
Inheritance diagram
-
explicit
EggLine
(std::string const &name = "")¶
-
void
clear_thick
(void)¶
-
static TypeHandle
get_class_type
(void)¶
-
double
get_thick
(void) const¶ Returns the thickness set on this particular line. If there is no thickness set, returns 1.0.
-
bool
has_thick
(void) const¶
-
void
set_thick
(double thick)¶
-
explicit