/// <summary>
 /// Attempts to attach unattached dimensions, for example in an imported DXF file
 /// </summary>
 public void AttachDimensions() => mBaseObject.AttachDimensions();