Ejemplo n.º 1
0
 public void SetRange(int index, UsdGeomFaceSetAPIVector values)
 {
     UsdCsPINVOKE.UsdGeomFaceSetAPIVector_SetRange(swigCPtr, index, UsdGeomFaceSetAPIVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public UsdGeomFaceSetAPIVector(UsdGeomFaceSetAPIVector other) : this(UsdCsPINVOKE.new_UsdGeomFaceSetAPIVector__SWIG_1(UsdGeomFaceSetAPIVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }