Hi Guys,
Good day, how can I be able to host a detail line-based family to a Rhino curve inside Revit? at the moment, we have a add detail item but have a point for insertion but I am looking for a curve as an input like creating a beam?
Any help?
Thanks
Japhy
(Japhy)
June 8, 2023, 12:26pm
2
Hi Joel, This is an outstanding feature request & have added this thread as well.
opened 04:59PM - 15 Sep 22 UTC
enhancement
The generic model line based family will accept a Element Curve to modify but th… ere lacks any components to be able to add by line to the project.
https://discourse.mcneel.com/t/same-to-add-beam-function-but-generic-model/147820/6
https://www.revitapidocs.com/2022/899076fd-73d2-5be0-8872-b8f389d4ba49.htm
https://www.revitapidocs.com/2022/d8e0a91a-b062-3a86-6d8e-779534459ff4.htm
Hi Japhy,
Would it be okay, to create a temporary python script to aid this process? it will be useful to have this tool.
Thank you.
Japhy
(Japhy)
June 12, 2023, 6:23pm
4
Certainly, here’s something to get you started.
re_lineBased-Rir.gh (8.5 KB)
1 Like
Thank you very much Japhy! we hope to see this on its own gh component in the next RIR version.
Kind regards,
Hi Japhy,
I got error says - expected XYZ, got Line
Cheers,
Thanks Japhy, it is working now, I just need to recompute the script, cheers.
1 Like
Hi Japhy,
Good day, is this component works as I am trying to achieve?
thanks,
Japhy
(Japhy)
June 19, 2023, 2:07pm
9
No, there will be an Add Detail Item (Curve) component eventually.
Thanks Japhy, what is the use of the encircled component? thanks.
Japhy
(Japhy)
June 20, 2023, 1:01am
11
Given a curve it will add a line based model component to the project
2 Likes
Gopinath_R
(Gopinath R)
February 13, 2024, 4:16pm
12
Hi Japhy,
I’m unable to find Add Detail Item (curve) component in my Rhino should I upgrade any packages could you please guide me on this please.
Thanks.
Japhy
(Japhy)
February 14, 2024, 7:04pm
13
This should work in any version. Can you be more specific on the issue? Thanks
hali
(Hali)
February 16, 2024, 9:34pm
14
Hey Japhy,
Is this feature [Add Detail Item(Curve)] available in any recent release, yet? I am at v1.18.8797.
Japhy
(Japhy)
February 16, 2024, 9:42pm
15
Unfortunately, it’s still a feature request and only available via scripting.
hali
(Hali)
February 16, 2024, 9:43pm
16
no worries, the script works well! Thank you and have a relaxing long weekend!
1 Like
Gopinath_R
(Gopinath R)
February 20, 2024, 6:54am
17
Hi @Japhy ,
It’s working good, But there is a warning popping up on Revit window for few element’s and until we accept it the script doesn’t run completely.
can you please suggest me to over come that, if also the Warning comes can it be made as one time collective warning so the script will run completely.
Japhy
(Japhy)
February 20, 2024, 2:12pm
18
A couple ways to deal with this, can you internalize your problematic curves and your systemInfo and post? Thanks
Gopinath_R
(Gopinath R)
February 22, 2024, 10:41am
19
I’m Attaching my script and family being used to perform, Hope I’m not bothering you much on the same query again and again.
Requesting you to address on the Error’s below.
The View input on the Component is not working with an Associate Plan View with out Coordinate “Z” Value.
2.
The Output received should give element’s further to work on parameters but it’s showing as null.
My systemInfo for your reference,
Thanks.
Reinf_Bar_LineBased.rfa (1.5 MB)
Reo placement_Line based.gh (26.2 KB)
Japhy
(Japhy)
February 22, 2024, 1:33pm
20
Like the error says, the curves need to be on the same plane as the view (its a Detail Based Family and is view dependent, like a dimension)
When posting with a lot of plugins its best to isolate the issue as much as possible.
List your GH plugins needed to review the question, if possible remove all gh plugin components not related to the question .