コード例 #1
0
 public Usd_PrimFlagsDisjunction(Usd_Term term) : this(UsdCsPINVOKE.new_Usd_PrimFlagsDisjunction__SWIG_1(Usd_Term.getCPtr(term)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public Usd_PrimFlagsPredicate(Usd_Term term) : this(UsdCsPINVOKE.new_Usd_PrimFlagsPredicate__SWIG_2(Usd_Term.getCPtr(term)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }