EdgesGeometry

class pythreejs.EdgesGeometry(geometry=None, thresholdAngle=1)[source]

EdgesGeometry

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

Inherits BaseBufferGeometry.

Three.js docs: https://threejs.org/docs/#api/geometries/EdgesGeometry

geometry
Union([
    Instance(BaseGeometry, allow_none=True),
    Instance(BaseBufferGeometry, allow_none=True)
]).tag(sync=True, **widget_serialization)
thresholdAngle
IEEEFloat(1, allow_none=False).tag(sync=True)
type
Unicode("EdgesGeometry", allow_none=False).tag(sync=True)
geometry = Union()

a BaseGeometry or None or a BaseBufferGeometry or None

thresholdAngle = IEEEFloat(1)

a float

type = Unicode('EdgesGeometry')

a unicode string