Mesh0D

class steno3d.core.Mesh0D

Mesh for Steno3D Point resources

This mesh provides the geometry for Point resources, an n x 3 array of spatial coordinates where n is the number of points. There are currently no additional options available for this mesh.

Mesh0D implements props.HasProps for dynamic, type-checked properties

Required Properties:

Vertices (props.Array) - Spatial coordinates of points, Shape: {*, 3}, DataType: float

Optional Properties:

Opts (props.Instance) - Options for the mesh, Class: Mesh0DOptions

Title (props.String) - Content title

Description (props.String) - Content description

See the EXAMPLES

See also steno3d.core.Point, steno3d.core.opts.Mesh0DOptions