Table of Contents

Translation

https://bladednextgen.dnv.com/schema/0.4.1/Components/Translation.json

An offset between two components, or the origin - [0,0,0] - and the first component in the Assembly tree. This will be modelled as completely rigid.

  • ComponentType: string = Translation
  • X: number (m)
  • Y: number (m)
  • Z: number (m)

A type of Component

Properties

ComponentType: string

Defines the specific type of Component model in use. For a Translation object, this must always be set to a value of Translation.

X: number (m), optional

The translation in the X-direction of the previous component's distal frame of reference. This will be in the global coordinate system if this is the first component in the Assembly tree.

default = 0.0

Y: number (m), optional

The translation in the Y-direction of the previous component's distal frame of reference. This will be in the global coordinate system if this is the first component in the Assembly tree.

default = 0.0

Z: number (m), optional

The translation in the Z-direction of the previous component's distal frame of reference. This will be in the global coordinate system if this is the first component in the Assembly tree.

default = 0.0