예제 #1
0
 private InvSelectSet(Inventor.SelectSet invSelectSet)
 {
     InternalSelectSet = invSelectSet;
 }
예제 #2
0
 public static InvSelectSet ByInvSelectSet(Inventor.SelectSet invSelectSet)
 {
     return(new InvSelectSet(invSelectSet));
 }