EggLine
from panda3d.egg import EggLine
- class EggLine
Bases:
EggCompositePrimitive
A line segment, or a series of connected line segments, defined by a <Line> entry.
Inheritance diagram
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- getThick()
C++ Interface: get_thick(EggLine self)
- /**
Returns the thickness set on this particular line. If there is no
thickness set, returns 1.0.
*/
- get_class_type()
C++ Interface: get_class_type()