- Mon Jan 11, 2021 4:12 am
#320939
Hi everyone,
I’m trying to write a custom MVO that I can show / hide elements based on their AC classifications or other classifications defined in the element.
My background:
I use both archicad and revit. I don’t know any GDL yet, though I do code in python and C# for Revit.
In archicad, there’re a few ways to hide / show elements I.e. MVO, layers, structure display or in 3D by modelling tool types. I miss Revit’s ability to hide / show elements by categories (similar to archicad classifications). Recently I read custom MVO may be able to achieve this. I also read graphisoft has an official guide on custom MVO.
As starting is always the most difficult part, could anyone help me jump start by say:
- is custom GDL MVO the way to go?
- outline the GDL parts I need to look at (it seems to me that there are several parts in an GDL object when I open one)
- the key functions / macros in GDL I may need to use.
I think I can handle the bolts and nuts of actual GDL codes. I will appreciate any help on the overall outline.
Thanks a lot!!
I’m trying to write a custom MVO that I can show / hide elements based on their AC classifications or other classifications defined in the element.
My background:
I use both archicad and revit. I don’t know any GDL yet, though I do code in python and C# for Revit.
In archicad, there’re a few ways to hide / show elements I.e. MVO, layers, structure display or in 3D by modelling tool types. I miss Revit’s ability to hide / show elements by categories (similar to archicad classifications). Recently I read custom MVO may be able to achieve this. I also read graphisoft has an official guide on custom MVO.
As starting is always the most difficult part, could anyone help me jump start by say:
- is custom GDL MVO the way to go?
- outline the GDL parts I need to look at (it seems to me that there are several parts in an GDL object when I open one)
- the key functions / macros in GDL I may need to use.
I think I can handle the bolts and nuts of actual GDL codes. I will appreciate any help on the overall outline.
Thanks a lot!!