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
clearThick()
static getClassType() panda3d.core.TypeHandle
getThick() float

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

hasThick() bool
setThick(thick: float)