Exemplo n.º 1
0
 private InvViews(Inventor.Views invViews)
 {
     InternalViews = invViews;
 }
Exemplo n.º 2
0
 public static InvViews ByInvViews(Inventor.Views invViews)
 {
     return(new InvViews(invViews));
 }