Interface ObjectWithType<Type, Virtual>

Represents an object that is either virtual or non-virtual.

Type Parameters

Hierarchy

Implemented by

Properties

Properties

objectType: Type

Describes the type of this object.
This type is used when generic objects are used for calculations, and the type of the object is not known.
Example of this can be an intersection calculation.

virtual: Virtual

Whether this object is virtual.
This is dependant on from what calculation this object is the result of.

Generated using TypeDoc