user defined PRISM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-05-29 03:39 PM
‎2018-05-29
03:39 PM
I’m new to gdl, and I’m trying to create an object that is basically a PRISM but with the number of edges defined by the user.
Is this possible?
Mac OSX 13.6.6 | AC 27 INT 5003 FULL
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-05-29 05:36 PM
‎2018-05-29
05:36 PM
Achille wrote:Do you mean can you allow the user to make it for example, a triangle, hexagon, octagon etc but entering in the amount of edges? What is the range that you want them to be able to enter?
Hi,
I’m new to gdl, and I’m trying to create an object that is basically a PRISM but with the number of edges defined by the user.
Is this possible?
ArchiCAD 23
Windows 10
Windows 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-05-29 05:41 PM
‎2018-05-29
05:41 PM
You should try the following and see if it fits your needs.
You can set the "8" to be it's own integer parameter and allow that to be adjustable by the user.
this is the most straight forward way I can think of
You can set the "8" to be it's own integer parameter and allow that to be adjustable by the user.
this is the most straight forward way I can think of
resol 8 cylind zzyzx, radius
ArchiCAD 23
Windows 10
Windows 10

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-05-30 03:45 AM
‎2018-05-30
03:45 AM
By using CYLIND there is no need to define the vertices. How do you set the orientation? Can CYLIND display all edges?
Ling.
Ling.
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-05-31 10:02 AM
‎2018-05-31
10:02 AM
Thanks for the replies!
Nice thought to use CYLIND, but it is not suitable for me as the shape is always symmetric and I do not want this.
What I want to create is a steel plate. The steel plate can have from a minimum of 4 to a max of 8 edges, but it is not necessarily symmetric. So I thought to create a PRISM with its number of points being parametric. The problem is that it only works for a PRISM with 8 edges, if there are less edges I get the error of too many parameters.
Is there a way to ignore some parameters?
Nice thought to use CYLIND, but it is not suitable for me as the shape is always symmetric and I do not want this.
What I want to create is a steel plate. The steel plate can have from a minimum of 4 to a max of 8 edges, but it is not necessarily symmetric. So I thought to create a PRISM with its number of points being parametric. The problem is that it only works for a PRISM with 8 edges, if there are less edges I get the error of too many parameters.
Is there a way to ignore some parameters?
Mac OSX 13.6.6 | AC 27 INT 5003 FULL
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-05-31 11:06 AM
‎2018-05-31
11:06 AM
You can do it with PUT(), GET()/USE() functions.
BIMquants.comBETA - Quantities and Costs Estimation in Archicad - BETA testers needed.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-01 11:38 AM
‎2018-06-01
11:38 AM
vuego wrote:Thanks @vuego !
You can do it with PUT(), GET()/USE() functions.

Mac OSX 13.6.6 | AC 27 INT 5003 FULL