CoordinateSystem

Definition of a local coordinate system.

Fields

  • coordinate_system_name: String, default = ""

    Name for the local coordinate system. (required)

    Used to reference this coordinate system from other objects.

  • coordinate_system_type: CoordinateSystemType, default = Undefined

    Coordinate system type. (required)

  • center: Vector of Float, default = []

    Global coordinates of the origin of the local coordinate system.

  • vector_1: Vector of Float, default = []

    Components of vector 1 (V1) of the coordinate system in global coordinates, e.g. local x-axis for Cartesian systems x' = V1.

  • vector_2: Vector of Float, default = []

    Components of vector 2 (V2) of the coordinate system in global coordinates, e.g. 2nd axis in local x-y plane z' = V1 x V2, y' = z' x x'.

  • point_1: Vector of Float, default = []

    Components of point 1 (P1) of the coordinate system in global coordinates, e.g. local x-axis for Cartesian systems V1 = P1 - center.

  • point_2: Vector of Float, default = []

    Components of point 2 (P2) of the coordinate system in global coordinates, e.g. local y-axis for Cartesian systems V2 = P2 - center.

See also ReflexInput.