DecoratorGeometry

Description

abstract class Tinman.AddOns.Widgets.DecoratorGeometry

Derived from

ModelDecorator abstract

Extended by

DecoratorBoundingBox sealed
DecoratorBoundingSphere sealed
DecoratorGroundDisc sealed

Full source code is included in the Tinman 3D SDK download.

Abstract base class for IModelDecorator implementations that show the bounding geometry of the model.

Public / Attributes

Color​Edges


public attribute ColorEdges → (get,set)

value : int64

The edge color.

The color for the edges of the bounding geometry.

Defaults to 0x80FFA5A5 (see Colors.Decode_A8R8G8B8).

Color​Faces


public attribute ColorFaces → (get,set)

value : int64

The face color.

The color for the faces of the bounding geometry.

Defaults to 0x60FFA5A5 (see Colors.Decode_A8R8G8B8).

Line​Thickness


public attribute LineThickness → (get,set)

value : float32

[>=1]
The line thickness.

The line thickness of the bounding geometry geometry.

Defaults to 1.

Protected / Constructors

Decorator​Geometry


protected constructor DecoratorGeometry → ()

Creates a new instance of DecoratorGeometry.