I’m trying to return the DataCRC for a Textdot, but the code doesn’t seem to be working as expected. The following code snippet sets rObj to a Rhino.Geometry.TextDot, but then when I try to use the DataCRC method it only returns 0 instead of a normal CRC value.
Do I need to be accessing the Textdot differently?
@Dale,
Is there a similar issue with blocks (InstanceReferenceGeometry)?
rs.coercegeometry(blockGUID) does return a Rhino.Geometry.InstanceReferenceGeometry object, but again then calling DataCRC(0) returns a value of 0.