Using an end of main relation
With the End of main relation method the user can specify the distance between the first start relation and the first point of hull line or between the last first end relation and the first point of a hull line. The user can also define distance values for the last relations. The image below shows a group of hull lines where the distance between the firs start relation and the first point of the first hull line is 500 whereas the distance between the first end relation and the first point of the last hull line is -700.
MRF | first main relation |
MRL | last main relation |
SRF | first start relation |
SRL | last start relation |
SPF | first start position |
SPL | last start position |
PLXF | first point of hull line X |
PLXL | last point of hull line X |
LX | hull line X |
ERF | first end relation |
ERL | last end relation |
EPF | first end position |
EPL | last end position |
DSF | distance of PL1F from SPF |
DEF | distance of PL1F from EPF |
TDF | total distance from start position towards the end of main first relation |
How the system calculates with an end of main relation
In our example the user specifies a distance (DSF) between the first start position (SPF) and the first hull line (PL1F) and a distance (DEF) between the first end position and the end of the main relation (MRF).
The system will compute the total distance (TDF) from start position (SPF) towards the end of the main-first relation (MRF), considering the distance from end.
TDF = distance(SPF, end[MRF]) - (DSF + DEF)
The total distance and the total amount of desired hull lines is considered to compute the increment step (IF). See increment in chapter 'Using an Increment':
IF = TDF / (amount of hull lines-1)
This computed increment is not displayed in the Increment field.
Go to Using an increment and Using an end of main relation to learn about the two other methods in the Pattern tab.