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