Page 1 of 1

Getting Measurement from CADDimension

Posted: 06 Sep 2017, 16:16
by nthangaraj
How can i get Measurement Value from CADDimension.
How can i determine if a CADDimension is Rotated or Aligned Dimension

Thanks,
Thangaraj N

Re: Getting Measurement from CADDimension

Posted: 08 Sep 2017, 15:30
by support
Hi,

To get Measurement value from CADDimension look at the CADDimension.Block.Entities. The CADText or CADMtext entities contain information about the measurement value.

To obtain information about the dimension type (rotated, aligned, etc.) you should use the Flags property. You'll find more information about its values at https://cadsofttools.com/help/cadnet/in ... 00474.html

Catherine.