Trigger in Boundary
- Last UpdatedDec 04, 2025
- 1 minute read
Description
The very first time a boundary is created there is now implemented a possibility to start a trigger. The trigger is named: phulltriggerpostboundarycreation.pmlfnc and can be found under the path:
<installation catalogue>\PMLLIB\hulldesign\functions.
In the installation this trigger will not do anything at all. This is so it will not disturb any ongoing projects. In order to have the trigger in use, the trigger must be edited and the comment marks must be removed (remove the minus signs).
define function !!pHullTriggerPostBoundaryCreation()
-- !marPanel = object MARHULLPAN()
-- !unusedPanel = object
PHULLNOTCH(!marPanel.panListActivePML()
endfunction
The trigger in the installation is only an example that will create notches in the panel corners and also find intersecting seams to make scallops. To make the trigger effective, it must be customized.
The trigger will not be started when boundary is rerun or modified.