예제 #1
0
 private InvViews(Inventor.Views invViews)
 {
     InternalViews = invViews;
 }
예제 #2
0
 public static InvViews ByInvViews(Inventor.Views invViews)
 {
     return(new InvViews(invViews));
 }