@twinfinity/core
    Preparing search index...

    Interface ProductMeshesGroupRenderInfoInternal

    Represents rendering information for a group of IFC product meshes. NOTE: Internal APIs. Subject to change. Use of these APIs in production applications is not supported.

    interface ProductMeshesGroupRenderInfo {
        parent?: ProductMeshesGroupRenderInfo;
        state: DeepImmutable<MergedIfcProductMeshesRenderInfoState>;
    }

    Implemented by

    Index

    Properties

    Properties

    Parent render info object, not set for the root object.

    State of render properties for a group of IFC product meshes.