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