BIM Coordinator Program (INT) April 22, 2024
Find the next step in your career as a Graphisoft Certified BIM Coordinator!
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

removing curved lines using FPRISM

Anonymous
Not applicable
I am starting the GDL scripting. I created a square column and everything is good, except I cannot make the arc line not visible. I used the FPRISM command, like what is shown in the GDL reference guide (pg. 46) to build the cap piece. I used 2 FRRISMs for the band piece. What I am wanting to do is remove the lines in the curved areas. Here is the code that I used for the cap piece (I used parameters for the distances).

MULZ -1
RESOL 18
FPRISM_ column_material, column_material, column_material, column_material,
4, thickness_cap, 0, radius_cap,
0, 0, 15,
length_cap, 0, 15,
length_cap, length_cap, 15,
0, length_cap, 15
4 REPLIES 4
Erich
Contributor
FPRIM_ is limited in that you cannot remove these lines.

As an alternative try using an extrude command (or PRISM_, or ....) with a cutting plane on either end to create the miter. You can then use a loop to create multiple copies and rotate them into position about your column.

Of course with this method, you will have move movement to rotate and get the parts into position first, but there won't be any lines.
Erich

AC 19 6006 & AC 20
Mac OS 10.11.5
15" Retina MacBook Pro 2.6
27" iMac Retina 5K
Barry Kelly
Moderator
Erich wrote:
FPRIM_ is limited in that you cannot remove these lines.
That's where HPRISM comes to the rescue.
Barry.
One of the forum moderators.
Versions 6.5 to 27
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
vfrontiers
Enthusiast
Why not just TUBE command for this?
Duane

Visual Frontiers

AC25 :|: AC26 :|: AC27
:|: Enscape3.4:|:TwinMotion

DellXPS 4.7ghz i7:|: 8gb GPU 1070ti / Alienware M18 Laptop
Erich
Contributor
The tube command works quite well. However, at least in AC 12, it has a rendering problem. Perhaps that has been fixed in later versions.
Erich

AC 19 6006 & AC 20
Mac OS 10.11.5
15" Retina MacBook Pro 2.6
27" iMac Retina 5K
Learn and get certified!

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!