public PrimitiveBase(ShapeBase shape, string name, string type) : base(shape, name, type) { }
public ClosedCurveBase(ShapeBase shape, string name, string type) : base(shape, name, type) { }