Selva Compute API Reference - v2.1.0
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • initialCapacity: number

      Returns Point3dList

    Properties

    boundingBox: BoundingBox

    Even though this is a property, it is not a "fast" calculation. Every point is evaluated in order to get the bounding box of the list.

    capacity: number
    count: number

    Methods

    • Parameters

      • x: number

        The X coordinate.

      • y: number

        The Y coordinate.

      • z: number

        The Z coordinate.

      Returns void

      Adds a Point3d to the end of the list with given x,y,z coordinates.

    • Parameters

      • points: number[][]

        Points to add.

      Returns void

      Add a range of points to the list.

    • ...

      Returns void

    • ...

      Parameters

      • index: number

      Returns number[]

    • ...

      Parameters

      • index: number
      • point: number[]

      Returns void

    • ...

      Parameters

      • index: number

      Returns void

    • ...

      Parameters

      • index: number
      • point: number[]

      Returns void

    • Parameters

      • xValue: number

      Returns void

      Set all the X values for the points to a single value

    • Parameters

      • yValue: number

      Returns void

      Set all the Y values for the points to a single value

    • Returns void

      Set all the Z values for the points to a single value

    • Parameters

      Returns void

      Applies a transform to all the points in the list.