WireframeGeometry

class pythreejs.WireframeGeometry(geometry=None)[source]

WireframeGeometry

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

Inherits BaseGeometry.

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

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

a BaseGeometry or None or a BaseBufferGeometry or None

type = Unicode('WireframeGeometry')

a unicode string