ShapeGeometry¶
-
class
pythreejs.ShapeGeometry(shapes=[])[source]¶ ShapeGeometry
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/geometries/ShapeGeometry
Inherits
BaseGeometry.Three.js docs: https://threejs.org/docs/#api/geometries/ShapeGeometry
-
shapes¶ Tuple().tag(sync=True, **widget_serialization)
-
curveSegments¶ CInt(12, allow_none=False).tag(sync=True)
-
material¶ CInt(0, allow_none=False).tag(sync=True)
-
type¶ Unicode("ShapeGeometry", allow_none=False).tag(sync=True)
-
curveSegments = CInt(12) an int
-
material = CInt(0) an int
-
shapes = Tuple() a tuple of any type
-
type = Unicode('ShapeGeometry') a unicode string
-