새기능 #1426
# Shipping Size 설정, Shipping Size 벗어날 시 자동으로 Field Joint 부여
# Straight Pipe의 경우 Cut Length에 기준해서 Field Joint 생성 & 부여
{{plantuml(svg)
@startuml
start
:SBP(Shipping Box 위치)를 구함;
if (앞 200mm 이내에 Joint 존재?) then (true)
if (뒤 1500mm 이내에 Tee 존재?) then (true)
:1500mm 뒤 지점에 가까운 Tee의 Port를 FW로 변경;
else if (뒤 1500mm 이내에 Nozzle Weld 존재?) then (ture)
:Branch Size 기준 거리로 Shipping Box 위치 계산;
if (계산 위치가 SBP를 넘음?) then (true)
else (false)
:SBP를 계산된 위치로 이동;
endif
endif
endif
:SBP에 Shipping Box Welding Point 생성;
stop
@enduml
}}
# Straight Pipe의 경우 Cut Length에 기준해서 Field Joint 생성 & 부여
{{plantuml(svg)
@startuml
start
:SBP(Shipping Box 위치)를 구함;
if (앞 200mm 이내에 Joint 존재?) then (true)
if (뒤 1500mm 이내에 Tee 존재?) then (true)
:1500mm 뒤 지점에 가까운 Tee의 Port를 FW로 변경;
else if (뒤 1500mm 이내에 Nozzle Weld 존재?) then (ture)
:Branch Size 기준 거리로 Shipping Box 위치 계산;
if (계산 위치가 SBP를 넘음?) then (true)
else (false)
:SBP를 계산된 위치로 이동;
endif
endif
endif
:SBP에 Shipping Box Welding Point 생성;
stop
@enduml
}}