tomswons
Contributor
since ‎2023-11-10
yesterday

User Statistics

  • 11 Posts
  • 1 Solutions
  • 3 Likes given
  • 2 Likes received

User activity

 I am reworking archicad 28 MEP addon for my needs. Is there any chance i can get some sample code for MEP input interface? In example all i found is mep functions but without input interface like place a point and draw rubber line. (there is interfa...
Hi, is there any chance that i can modify existing mep tool to add option do draw oval ducts? So far i get stucked with C+app addon becouse when i try to expand functionalilty to existing tools, other functions such as MEP proporties and such have co...
I made several applications with model dialogs but i strugle to understand the core functions for creating a modeless pallete. I saw posts from older AC version but i cant convert it to work with ac 28. DG_Test is far too complex for me to understand...
Is there any possibility to draw oval objects with new mep tool? i see there is only round and rectangle option and oval were removed which is shame becouse we project flat 51 zhender oval ventilation ducts. And now for our sanitary department archic...
I didnt find such function in documentation but technically it should be possible i mean ViewMap object is NavigatorItem. Layout is database so all i have to is to use ACAPI_Element_Create() with correct data and that should work am i right?? Have an...