Bitbybit Docs
    Preparing search index...

    Class TranslateXYZPointsDto (Inputs.Point)

    Points and the distance along each axis that point.translateXYZPoints moves them.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalpoints: Point3[]
      • Optionalx: number
      • Optionaly: number
      • Optionalz: number

      Returns TranslateXYZPointsDto

    Properties

    points: Point3[]

    The points to move.

    undefined
    
    x: number

    Distance to move along X, in model units.

    0
    
    y: number

    Distance to move along Y, which is up, in model units.

    1
    
    z: number

    Distance to move along Z, in model units.

    0