I am Creating BPMN2 GEF editor. I have used BPMN2 standard Models.As of now i am able to drag and drop StartEvent from palette into editor. But the StartEventFigure doesn't place in the required position (ie : mouse cursor position (or) drag position).I cant able to set the bounds returned by the CreateRequest Object in getCreateCommand. So my figure doesn't place in desired location. Please suggest any solution to set bounds in model and get it in refreshVisuals() of its editpart.
Thanks.