Hi,
I need to customize one of the methods for Block Subdivision (skeleton, recursive or offset subdivison).
To be precise I want to add lotDepth attribute in Block parameters.
Is that possible? And if It requires overriding the algorithm, is there any chance to see the source codes and edit them?
Thanks.
Solved! Go to Solution.
You can turn off subdivision by setting shape creation to false on the block, then write a CGA rule that subdivides in the way you need, and then convert the model generated by the rule to shapes, and run rules on those shapes.
Thank for your reply.
Can you suggest any source that could help me to write sudivision rules.
Dear Chris,
It has been very helpful. Thank you very much