Can you guide me on how to control triangle length with code block or python script?
Take a look at the SurfaceBuildOptions class in the Civil 3D API. The properties you’ll want are UseMaximumTriangleLength and MaximumTriangleLength.
1 Like
How to write in dynamo code block or python script?