EggLine

from panda3d.egg import EggLine
class EggLine

Bases:

Bases: EggCompositePrimitive

A line segment, or a series of connected line segments, defined by a <Line> entry.

Inheritance diagram

Inheritance diagram of EggLine

__init__(copy: EggLine)
__init__(name: str)
assign(copy: EggLine) EggLine
clear_thick()
static get_class_type() panda3d.core.TypeHandle
get_thick() float

Returns the thickness set on this particular line. If there is no thickness set, returns 1.0.

has_thick() bool
set_thick(thick: float)