Line

class pythreejs.Line(geometry=None, material=None)[source]

Line

Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/objects/Line

Inherits Object3D.

Three.js docs: https://threejs.org/docs/#api/objects/Line

material
Instance(Material, allow_none=True).tag(sync=True, **widget_serialization)
geometry
Union([
    Instance(BaseGeometry, allow_none=True),
    Instance(BaseBufferGeometry, allow_none=True)
]).tag(sync=True, **widget_serialization)
type
Unicode("Line", allow_none=False).tag(sync=True)
geometry = Union()

a BaseGeometry or None or a BaseBufferGeometry or None

material = Instance()

a Material or None

type = Unicode('Line')

a unicode string