/** * This is graph model used for hit test and draw. * */ const defaultVertexDiameter = 30; function VertexModel() { this.diameter = globalApplication.GetDefaultVertexSize(); }