Parametrix ecosystem
    Preparing search index...

    Interface tVolume

    interface tVolume {
        extrudes: tExtrude[];
        inherits?: tInherit[];
        volumes: tBVolume[];
    }
    Index

    Properties

    extrudes: tExtrude[]
    inherits?: tInherit[]
    volumes: tBVolume[]