Mounting Data
- Last UpdatedOct 24, 2023
- 2 minute read
The mounting data is keyword oriented in a similar way as for generic data. The following keywords are used:
PLATE_DATA
Start of plate data section.
PLATE_NAME=<name>
Name of plate part as stored in AVEVA Marine
IDENT=<name>
Name of part fetched from Part Name Control
THICKNESS=<mm>
Thickness of plate part. In case of assembly part with different plate thicknesses, the plate thickness in smallest local V-value will be presented.
ORIGIN_U=<value>
ORIGIN_V=<value>
Local origin of plate part. For assembly parts fetched from a nested plate, this is the lower left corner of the raw plate expressed in the local coordinate system of the assembly part. For parts fetched directly from the plate data bank, this point is set to 0,0.
VECTOR1_U=<value>
VECTOR1_V=<value>
Local U-vector of plate part. For assembly parts fetched from a nested plate, this is vector (1,0) in the raw plate expressed in the local coordinate system of the assembly part. For parts fetched directly from the plate data bank, this is vector (1,0) in the plate part itself.
VECTOR2_U=<value>
VECTOR2_V=<value>
Local V-vector of plate part. For assembly parts fetched from a nested plate, this is vector (0,1) in the raw plate expressed in the local coordinate system of the assembly part. For parts fetched directly from the plate data bank, this is vector (0,1) in the plate part itself.
ORIGIN_X=<value>
ORIGIN_Y=<value>
ORIGIN_Z=<value>
The origin expressed in ship coordinates
VECTOR1_X=<value>
VECTOR1_Y=<value>
VECTOR1_Z=<value>
U vector expressed in ship coordinates.
VECTOR2_X=<value>
VECTOR2_Y=<value>
VECTOR2_Z=<value>
V vector expressed in ship coordinates.
PROFILE_DATA
Start of profile data section.
PROFILE_NAME=<name>
Name of profile part as stored in AVEVA Marine
IDENT=<name>
Name of profile fetched from Part Name Control
PNT1_U=<value>
PNT1_V=<value>
Starting point expressed in the local coordinate system of the part.
PNT1_X=<value>
PNT1_Y=<value>
PNT1_Z=<value>
Starting point of profile. Point is expressed in ship coordinates.
PNT2_U=<value>
PNT2_V=<value>
Ending point expressed in the local coordinate system of the part.
PNT2_X=<value>
PNT2_Y=<value>
PNT2_Z=<value>
Ending point of profile. Point is expressed in ship coordinates.
MATERIAL_SIDE=LEFT/RIGHT
Side of material in the direction of the profile
WEB_THICKNESS=<mm>
Thickness of web.
WEB_HEIGHT=<mm>
Height of web.
FLANGE_THICKNESS=<mm>
Thickness of flange.
FLANGE_WIDTH=<mm>
Width of flange.
SIDE_OF_PLATE=TS/OS
Side of plate where profile is located, This Side or Other Side
INCLINATION_ANGLE=<degrees>
Angle of inclination
END_OF_PROFILE_DATA
REFERENCE_LINE_DATA
Start of a reference line data section.
NUMBER=<No.>
Number of the reference line.
PNT1_U=<value>
PNT1_V=<value>
Starting point expressed in the local coordinate system of the part.
PNT2_U=<value>
PNT2_V=<value>
Ending point expressed in the local coordinate system of the part.
END_OF_REFERENCE_LINE_DATA
END_OF_PLATE_DATA