Partha02
Contributor
since ‎2022-08-24
‎2022-11-29

User Statistics

  • 7 Posts
  • 0 Solutions
  • 7 Likes given
  • 0 Likes received

User activity

Hello there. I am searching for the Morph object creation in GDL. I have followed the GDL Reference Guide but there is no specific mention of the Morph object creation or related code. There is only mention of Morph in this section of the guide. Is t...
In Archicad, when we select an object like Wall / Custom object there is an option "Convert Selection to Morph(s)". Is there any way we can achieve this using API_DevKit? Thank you
I am creating a Road Junction where there are two GDL objects are used. The first one is a PRISM object, to create the free shape of the junction. Another is a MESH object to create a transition between the road and the junction. As you can see, four...
Hello, I'm creating a Road junction using the GDL object. In this junction, there are three objects.The first one is the junction object and the second one is the transition object which is usedto blend the road profiles with the junction and last bu...
Whenever I am using GDL and there need to set a Real value instead of an Integer, it always rounds up the number and sets the value as Integer. How can I set a Real type and also get the Real (not the rounded up) value in the parameter section? Thank...