Exemplo n.º 1
0
 public void Set(GfRange3d box, GfMatrix4d matrix)
 {
     UsdCsPINVOKE.GfBBox3d_Set(swigCPtr, GfRange3d.getCPtr(box), GfMatrix4d.getCPtr(matrix));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }