Options
All
  • Public
  • Public/Protected
  • All
Menu

The data structure representing the properties of a Trimbim model.

Hierarchy

  • TrimbimModel

Index

Properties

clippable?: boolean

Defines whether loaded trimbim model is clipped by clip planes or not (default is clipped)

color?: string | ColorRGBA

The object color if any, or "reset" to reset the color to default

fitToView?: boolean

If specified, a value indicating whether the trb to fit to view or not

id: string

The trb model identifier.

placement?: ModelPlacement

The model placement

selector?: ObjectSelector

Object selector for setting partial visibility of model

trbBlob?: string | Blob

The trb content. When the host application uses .NET Workspace API, the client must pass the value as a base64 encoded string in a function argument. The string must not contain a Data URL prefix (e.g. data:application/octet-stream;base64,)

.NET Workspace API function return value will be a base64 encoded string.

trbBlobFromId?: string

The trb model id from which blob is fetched

visible?: boolean

If specified, a value indicating whether the trb to be shown or hidden