Mesh3DGrid

class steno3d.core.Mesh3DGrid

Mesh for Steno3D Volume resources

This mesh provides the geometry for Volume resources. It consists of x, y, and z grid cell widths and an origin point. Mesh3DGrid has additional options to customize the appearance of the volume.

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

Required Properties:

H1 (props.Array) - Grid cell widths in the x-direction, Shape: {*, 1}, DataType: float

H2 (props.Array) - Grid cell widths in the y-direction, Shape: {*, 1}, DataType: float

H3 (props.Array) - Grid cell widths in the z-direction, Shape: {*, 1}, DataType: float

O (props.Vector) - Origin point from which axes extend, Shape: {1, 3}, DataType: float, Default: [0 0 0]

Optional Properties:

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

Title (props.String) - Content title

Description (props.String) - Content description

See the EXAMPLES

See also steno3d.core.Volume, steno3d.core.opts.Mesh3DOptions