Block definition objects

Hi,

I’m trying to extract some information from the parent instancedefinition of a blocked curve. I’ve gotten the block definition, and at least according to ObjectType I was able to get the curve inside the block definition, but that curve seems to have no curve-specific properties. Do I have to…what’s the term, “cast?” the output of GetObjects to get an actual curve?

EDIT: It seems so, got it.

Thanks,
Jim

Just in case you need a sample:

https://github.com/dalefugier/SamplePy/blob/master/SampleDumpInstanceDefinition.py