-
|
Dear all, browsing the docs for BRX/.NET, the civil STRING entities unfortunately do not seem supported. db = Db.curDb()
ps, id, _ = Ed.Editor.entSel("\nSelect entities: ")
ent = Db.Entity(id)
pl = Db.Polyline3d.cast(Db.Entity(id))The approach does not work. Is there any chance I may fetch the vertices from the string object otherwise? Hints appreciated Best Seb |
Beta Was this translation helpful? Give feedback.
Answered by
CEXT-Dan
Mar 6, 2026
Replies: 1 comment 6 replies
-
|
Can you post a dwg with the entity? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Turns out the entity is derived from
AcDbCurve, so you can extract out theAcGeCurve. In this case it’s aAcGeCompositeCurve3d