How to change Block definition type through api
What language are you programming in?
Rhino C#(Rhino common)
Block instance definitions, InstanceDefinition
, are stored in the document - RhinoDoc.InstanceDefinitions
. Using these, you can get the existing block instance definition geometry, modify it or add to it.
β Dale
Hi @dale
instance definition does not contain any set property to modify instance definition types.
1 Like
I cannot able to modify a block to link type . Can you please elaborate the method to implement itβ¦
This is true. Linked blocks are from external files. Linked blocks are for βread only.β
β Dale
Thanks @dale