Entity

Overview

Entity is a class in Aspose.3D FOSS for Typescript. Inherits from: SceneObject.

Entity.getBoundingBox returns the entity’s axis-aligned bounding box.

Properties

NameTypeAccessDescription
parentNodesNode[]ReadHolds an array of parent Node objects that reference this entity
parentNodeNode | undefinedRead/WriteProvides the primary parent Node or undefined if none
excludedbooleanRead/WriteIndicates whether the entity is excluded from rendering or processing

Methods

SignatureDescription
constructor(name: string)
getBoundingBox()BoundingBoxNot implemented in the FOSS edition — throws at runtime. Returns the entity’s axis-aligned bounding box
getEntityRendererKey()anyNot implemented in the FOSS edition — throws at runtime. Returns a renderer-specific key for the entity

See Also