BoxLineGeometry

class pythreejs.BoxLineGeometry(width=1, height=1, depth=1, widthSegments=1, heightSegments=1, depthSegments=1)[source]

BoxLineGeometry

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

Inherits BaseBufferGeometry.

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

width
IEEEFloat(1, allow_none=False).tag(sync=True)
height
IEEEFloat(1, allow_none=False).tag(sync=True)
depth
IEEEFloat(1, allow_none=False).tag(sync=True)
widthSegments
CInt(1, allow_none=False).tag(sync=True)
heightSegments
CInt(1, allow_none=False).tag(sync=True)
depthSegments
CInt(1, allow_none=False).tag(sync=True)
type
Unicode("BoxLineGeometry", allow_none=False).tag(sync=True)
depth = IEEEFloat(1)

a float

depthSegments = CInt(1)

an int

height = IEEEFloat(1)

a float

heightSegments = CInt(1)

an int

type = Unicode('BoxLineGeometry')

a unicode string

width = IEEEFloat(1)

a float

widthSegments = CInt(1)

an int