CircularArc3PointClose constructor

CircularArc3PointClose(
  1. int ec,
  2. int eid,
  3. int l,
  4. ByteDataReader buffer,
  5. CGM cgm,
)

Implementation

CircularArc3PointClose(super.ec, super.eid, super.l, super.buffer, super.cgm) {
  final index = makeEnum();
  type = switch (index) {
    0 => 0,
    1 => 1,
    _ => 1,
  };
}