Beispiel #1
0
 public void SetRange(GfRange3d box)
 {
     UsdCsPINVOKE.GfBBox3d_SetRange(swigCPtr, GfRange3d.getCPtr(box));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }