Esempio n. 1
0
 public void ComposeOperations(SdfPathListOp stronger, SdfListOpType op)
 {
     UsdCsPINVOKE.SdfPathListOp_ComposeOperations(swigCPtr, SdfPathListOp.getCPtr(stronger), (int)op);
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public void Swap(SdfPathListOp rhs)
 {
     UsdCsPINVOKE.SdfPathListOp_Swap(swigCPtr, SdfPathListOp.getCPtr(rhs));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }