Table of Contents

Class MeshBounds

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that retrieves the bounds of the specified mesh geometry.

public class MeshBounds : Source<Bounds>
Inheritance
MeshBounds
Inherited Members

Properties

MeshName

Gets or sets the name of the mesh geometry for which to retrieve the bounds.

Methods

Generate()

Retrieves the bounds of the specified mesh geometry and surfaces them through an observable sequence.

Generate<TSource>(IObservable<TSource>)

Retrieves the bounds of the specified mesh geometry whenever an observable sequence emits a notification.