Hello to everyone! @Paolo_Emilio_Serra1
I did not find a post that described what needs to be posted, when I find bugs,
I attach two dwg, dyn, log and the video of the problem https://youtu.be/yYsH-6gp4xc
About cell alignment:
everything works correctly during table creation.
but after creation, I want to be able to separately manage the alignment in columns, rows and a single cell, as same as Manage “Table.SetColumnWidth” and “Table.SetRowHeight” nodes.
I record video of the work of the node “Table.ByPointData”
when creating a table, the ports “RowHeight”, “Column Width” do not matter, and you have to bypass using separate nodes to change the column width and row height.
The node “Table.AddColumns” also works incorrectly, produces an incorrect number of columns, and does not take into account the width of the columns
Hi, could you please look at this script? How to create a subassembly - #6 by Drbohlav I’m thinking of how to simplify this script and make a more elegant solution. What is your opinion? Do you have any suggestions?
What version of the Civil3DToolkit package do you have? If you’ve been gone for a while, perhaps you need to uninstall your current package and install latest 1.1.26.
Hi @Paolo_Emilio_Serra1 thanks for the new update. I see in the change log that the edit mleader tag has been closed; is this in 1.1.26? Looking at the update, I don’t see an edit node under MLeader stack. Thanks again for all your hard work!
Hi all, I am looking for Object.FilterByPropertySetDefinitionName node. Is there any already? Only way now for me is now to use Object.PropertySets node, get names of property sests and filter by bool mask if it is in my list of property set definition names. Any hints are appreciated. Thank you.
I’m trying to convert Dynamo Polycurves to autocad Polylines using PolylineExtensions.ObjectByGeometry. Identies are created, but are however not correctly added in Civil 3D.
It should create another line parrallel to the selected entity with NumberOfCurves = 3, but it however does not. The error occurs in Polycurves with NumberOfCurves > 1.
When I manually select the handle of the missing polyline in Civil 3D, I do manage to locate the missing polyline(s) but the geometry properties are not correct:
All points in the polycurve have a Z-value of 0, so they are planar. All points within the PolyCurve with NumberOfCurves have exactly the same start and end points, so they should be continious.
Flattening the input list has no effect on the results. The geometry preview in Dynamo itself does show the Polycurves with NumberOfCurves = 3 on the correct position so that shouldn’t be the problem. I’m running Civil3DToolkit 1.1.26, so that should neither be the problem.
Even more oddly is that when I break down the polycuves into curves, and then rebuild them as PolyCurves with NumberOfCurves = 1 and then use PolylineExtension.ObjectByGeometry it works just fine (however not desirable):
Hi all, i am currently working on a pipe network generation script.
I am using the nodes PIpeNetwork.AddStructureByPoint and PIpeNetwork.AddPipeByCurve, but i can’t generate more than one pipe or one manhole. I simplified my script (witch will use data from shape) to get a more readable example. Here, i am giving the node a list of two points, but only one is used. I may be missing something really simple, but can’t figure out what.
@jop478 thanks for reaching out, this is not an issue related to the toolkit but rather on a lack of understanding of the lacing strategy to apply. Please refer to the Dyno guide and try and understand the difference between Short, Longest, and Cross Product lacings. The forum is plenty of pointers for you to get acquainted with these basic concepts.
You need to convert the integers into string before passing them as new values Impossible d’effectuer un cast d’un objet de type ‘System.Int64’ en type ‘System.String’ or vice versa. for good measure I’ll take a look in the code, so wait for the next update if it doesn’t resolve.