Beispiel #1
0
 public static List <Curve> StandardPartyDesk(Curve bounds, int numSeats)
 {
     return(DrawGeneric.CrossThroughSpace(bounds));
 }
Beispiel #2
0
 public static List <Curve> StandardOpenMeetingSpace(Curve bounds, int numSeats)
 {
     return(DrawGeneric.CrossThroughSpace(bounds));
 }
Beispiel #3
0
 public static List <Curve> StandardSingleDesk(Curve bounds)
 {
     return(DrawGeneric.CrossThroughSpace(bounds));
 }