Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
start:plugins:marineweightschedule:mws-usermanual [2021/12/14 13:58]
adminmar Added command ProjectWeightReportByHullSection
start:plugins:marineweightschedule:mws-usermanual [2021/12/14 14:59]
adminmar [ProjectWeightReportByHullSection]
Line 150: Line 150:
 ---- ----
 ==== ProjectWeightReportByHullSection ==== ==== ProjectWeightReportByHullSection ====
-This command((From v1.2.0)) splits the model into sections, then runs [[start:plugins:marineweightschedule:mws-usermanual#projectweightreport|//ProjectWeightReport//]] on each section. +This command((From v1.2.0)) splits the model into sections, then runs //[[start:plugins:marineweightschedule:mws-usermanual#projectweightreport|ProjectWeightReport]]// on each section. 
-The resulting excel file will contain the usual +The resulting Excel file will contain the usual model-wide report, plus independent reports for every section. (Named from S001 to Sxxx) 
 +{{ :start:plugins:marineweightschedule:pwr_hs.jpg?nolink |}} 
 === Walkthrough === === Walkthrough ===
-lorem ipsum non comprendum+  - Run the command //ProjectWeightReportByHullSection// 
 +  - Pick the x-axis coordinates delimiting the sections((The coordinates can be registered either by clicking on the model or by entering numbers in the command line.)). 
 +  - The script will split internally the curves and surfaces, and sort points and volumes by each section's bounding box. GBlocks will be allocated using the location of their gravity centers.
 === Scripted mode === === Scripted mode ===
-fluctuate net mergitur+Using the command's scripted mode //-ProjectWeightReportByHullSection// will enable two hidden options: 
 +  * **AxisLengthInMeters**: Enter the gravity center's preview axis length used in the result views 
 +  * **DrawSplittedGeometries**: When enabled, a layer //ProjectWeightReportByHullSection// will be added to the model, with the splitted geometry. This is useful to check if no curves/surfaces were lost in the sections' splitting operations.
 ---- ----
 ==== HydrostaticReport ==== ==== HydrostaticReport ====