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

Properties

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