setModel2DWidthMeters method

Future<void> setModel2DWidthMeters(
  1. num width
)

Set the 2D model's width in meters

Implementation

Future<void> setModel2DWidthMeters(num width) =>
    DisplayRulePlatform.instance.setModel2DWidthMeters(id, width);