public SelectionRectangle(MeshCreatorControl control) { this.control = control; this.rectMesh = new SelectionRectangleMesh(); auxBoundingBoxList = new List<TgcBoundingBox>(); this.selectiveObjectsAdditive = false; }
public SelectionRectangle(MeshCreatorControl control) { this.control = control; this.rectMesh = new SelectionRectangleMesh(); auxBoundingBoxList = new List <TgcBoundingBox>(); this.selectiveObjectsAdditive = false; }