Vertex Viewer SDK
    Preparing search index...

    Class AreaUnits

    A class that contains helpers for transforming area units.

    Index

    Constructors

    Properties

    unit: Unit

    The unit of this measurement.

    Methods

    • Translates a real space value to a world space value.

      Parameters

      • value: number

        A real space value to translate.

      Returns number

      A world space value.

    • Translates a world space value to a real space value.

      Parameters

      • value: number

        A world space value to translate.

      Returns number

      A value in real space units.