Question
CREOSON: How to get the Grid-Reference of a dimension in .drw ?
How to get the Grid-Reference of a dimension? I tried to read a dimension by CREOSON
c.dimension_list_detail(name='D14')
and the response is :
[{'dwg_dim': False,
'dim_type': 'linear',
'name': 'd14',
'sheet': 0,
'value': 30.0,
'encoded': False,
'text': ['{0:@D}\n']}]
No grid-reference info. So what's the correct way?
