Great ! Thanks @zachri.jensen you are really doing great work !!! Appreciate your help.
In the process of rolling out automation tools for the keynoting processes for my new company. Was able to quickly automate the placement of dynamic pipe network labels thanks to the camber package. Big thanks Zachri. Appreciate ya!!!
Are those labels connected to their respective pipe network objects with their leader visibilty turned off?
That is correct!
This ROCKS! Way to go!!
The Package is AMAZING.
But⦠i miss the contour and the userdefinedcontour analysis for the surfacesā¦
I hope there will be at some point
Hi all Camber users ! I am trying to use āPressurePipeRunFollowProfileā node, but it keeps giving me this error
any ideas ??
Can you zoom out a little further and show where the inputs are coming from?
@genossealex I will keep it in mind!
Is there a node for xref clipping with a selected polyline?
Not yet
for the xref.insertfromfile node, Iād also suggest an input for layer
Hi All ! I am having a strange issue with " PressurePartAddToProfileView" node where it throws " Operation failed, Invalid open state " .
Any ideas ??
I even tried passing individual item to the node instead of a list, and the same issue persists.
@zachri.jensen Hi mzjensen ! In fact it gave me another error as depicted in the picture attached.
Hi Guys! Iāve found a brief explanation to the problem but still didnāt manage to get a debugging solution
I feel like there was a reason why I didnāt do that but I canāt think of it now, so it must not have been a very good one
I will revisit that.
Thanks for reporting @Ahmed_Ramy, Iāll take a look.
Once again Iām fooling around with an idea and once again Iām stuck!
I have an alignment, a sample line and GIS-data (a shape file) and I want to draw the points of intersections of the shape-polygons and the sample line in a section view.
It does work but thereās an issue:
On the left side of my sample line, all intersection-points are calculated but on the right side only the first one is take into account:
SampleLine.Geometry puts out a PolyCurve with āNumberOfCurves = 2ā which I assume is one curve for the left and on for the right side. But no matter the lacing, I somehow canāt access polygons 5 and 6.
Unfortunately I canāt upload *.zip or *.shp so I hope this works:
02_ParcelsInSectionviews_simplified.dyn (54.0 KB)
Testdrawing_Simplified.dwg (999.3 KB)
Does it work if you intersect the map feature geometry and the sample line geometry by just using the OOTB Geometry.Intersect node?