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