Hello, I am trying to print a list of texts that come from a property set at a central point of a polygon.
I have 46 points for insertion and 46 texts, I have tried changing the Lazing but it only shows one text… I don’t know where the error is?
Could you repost the image of your Dynamo workflow with your nodes pinned using the “export as Image - Workspace” option (See below)? Without seeing the list structures that feed the node to generate text, it’s challenging to provide solid feedback.
Sure.. i Attach the image in the first post. Attach again.
Sorry, could you pin the outputs of each node (see below), and for exporting the workspace image, I like to zoom in as much as possible into a node or anywhere really in the canvass, then export the workspace. It’ll still capture the entire workflow.
The list structure for points and text look right, my question would be what does the list structure of the block and layer look like? Has to be a lacing item, you had it set to auto when you ran it the first time I assume?
Use a string to select the property value and with this same name to the layer
Maybe it’s a beginner’s mistake, but it may help someone.
The solution was to change the Document.Block module to the Document.ModelSpace. The texts are now generated correctly