Implements

Constructors

Properties

conwayGeometry: ConwayGeometry
model: default
roots: number[] = []

Methods

  • Does this scene have a particular piece of geometry?

    Parameters

    • localID: number

      The local ID of the geometry

    Returns boolean

    True if the scene has this geometry.

  • Walk the current scene.

    Parameters

    • includeSpaces: boolean = false

    Returns IterableIterator<
        [
            undefined
            | readonly number[],
            undefined | NativeTransform4x4,
            CanonicalMesh,
            undefined | CanonicalMaterial,
            undefined | default<EntityTypesAP214>,
        ],
    >

    Raw absolute matrix transform, the native absolute transform, the canonical mesh, the canonical material and the associated step element as it walks the hierarchy.