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