BimLines
Index
Constructors
Properties
Constructors
constructor
Parameters
scene: Scene
Returns BimLines
Properties
readonlyaggregator
Shared aggregator: register sources here.
readonlyrenderer
Main renderer in Babylon rendering group 0.
Shared aggregator: register sources here.
Main renderer in Babylon rendering group 0.
Convenience bundle wired onto
BimCoreApiasapi.lines. Holds aLineRendererfor the main rendering group and aLineAggregatorthat routes per-group rebuilds to that renderer.Consumers needing more than one rendering group (highlight overlay, debug layer, etc.) can construct additional
LineRendererinstances and route the appropriaterenderingGroupIdfromaggregator.onRebuildthemselves.Self-disposes when the host scene is disposed (the underlying renderer and aggregator each subscribe to
scene.onDisposeObservable).