Search Results for

    Show / Hide Table of Contents

    Enum BlockType

    A type flag that tells whether a block is an aperture block or a shielding block. An aperture block is used to limit the radiated area while a shielding block is made to protect a sensitive organ.

    Namespace: VMS.TPS.Common.Model.Types
    Assembly: VMS.TPS.Common.Model.Types.dll
    Syntax
    public enum BlockType

    Fields

    Name Description
    APERTURE

    An aperture block is used to limit the irradiated area.

    SHIELDING

    A shielding block is made to protect a sensitive organ.

    In This Article
    Back to top