Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2024-12-14
07:44 AM
- last edited on
2024-12-17
06:18 PM
by
Laszlo Nagy
Is there a way to ask a MVO setting more parameters with a single command?
It seams that asking many parameters on multiple objects affects on speed.
_bSuccess1 = LIBRARYGLOBAL (macro_MVO, "sl_random_variation", sl_random_variation)
_bSuccess1 = LIBRARYGLOBAL (macro_MVO, "sl_surf_panel_a", sl_surf_panel_a)
_bSuccess1 = LIBRARYGLOBAL (macro_MVO, "sl_bimx_increase_pan_thick", sl_bimx_increase_pan_thick)
_bSuccess1 = LIBRARYGLOBAL (macro_MVO, "sl_panel_offset_box", sl_panel_offset_box)
_bSuccess1 = LIBRARYGLOBAL (macro_MVO, "sl_panel_lamier_thick_box", sl_panel_lamier_thick_box)
_bSuccess1 = LIBRARYGLOBAL (macro_MVO, "gen_thick_strut_pan_thick_tot", gen_thick_strut_pan_thick_tot)
_bSuccess1 = LIBRARYGLOBAL (macro_MVO, "sl_panel_thick", sl_panel_thick)
_bSuccess1 = LIBRARYGLOBAL (macro_MVO, "sl_panel_doghe_thick", sl_panel_doghe_thick)
_bSuccess1 = LIBRARYGLOBAL (macro_MVO, "sl_panel_doghe_width", sl_panel_doghe_width)
_bSuccess1 = LIBRARYGLOBAL (macro_MVO, "sl_panel_doghe_overlap", sl_panel_doghe_overlap)
_bSuccess1 = LIBRARYGLOBAL (macro_MVO, "sl_panel_doghe_angle", sl_panel_doghe_angle)
_bSuccess1 = LIBRARYGLOBAL (macro_MVO, "sl_panel_zinc_thick", sl_panel_zinc_thick)
_bSuccess1 = LIBRARYGLOBAL (macro_MVO, "sl_panel_zinc_offset", sl_panel_zinc_offset)