543544545546547548549550551552
public final ObjectPoly getPoly() { if(_poly == null) { _poly = new ObjectPoly(this); } return _poly; }