Unable to extract any lines of shapes because the reference attachment is Read Only

For some reason,

the reference read is "read only"
I am unable to extract any lines or shapes out of the reference because the attached reference is read only

Any idea what to do? 

Parents Reply
  • As Alifur mentioned, you need to actually use a range box, then import the elements using a node e.g. if you want to import the polylines, use the PolyLine.FromElementsInRange method. That will import all polylines in the active model. You can also specify a specific reference attachment in this technique input.

    By default if you use the reference node it will always say that the elements are "read-only" since the attachment is locked for reading in GC

Children