public bool SetProxyPrim(UsdSchemaBase proxy) { bool ret = UsdCsPINVOKE.UsdGeomImageable_SetProxyPrim__SWIG_1(swigCPtr, UsdSchemaBase.getCPtr(proxy)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static bool Equals(UsdSchemaBase lhs, UsdSchemaBase rhs) { bool ret = UsdCsPINVOKE.UsdSchemaBase_Equals(UsdSchemaBase.getCPtr(lhs), UsdSchemaBase.getCPtr(rhs)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public UsdGeomScope(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdGeomScope__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public UsdRiPxrRodLightFilter(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdRiPxrRodLightFilter__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public UsdSkelPackedJointAnimation(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdSkelPackedJointAnimation__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public UsdSchemaBase(UsdSchemaBase otherSchema) : this(UsdCsPINVOKE.new_UsdSchemaBase__SWIG_2(UsdSchemaBase.getCPtr(otherSchema)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public UsdGeomFaceSetAPI(UsdSchemaBase schemaObj, TfToken setName) : this(UsdCsPINVOKE.new_UsdGeomFaceSetAPI__SWIG_3(UsdSchemaBase.getCPtr(schemaObj), TfToken.getCPtr(setName)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public static UsdGeomFaceSetAPIVector GetFaceSets(UsdSchemaBase schemaObj) { UsdGeomFaceSetAPIVector ret = new UsdGeomFaceSetAPIVector(UsdCsPINVOKE.UsdGeomFaceSetAPI_GetFaceSets__SWIG_1(UsdSchemaBase.getCPtr(schemaObj)), true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static UsdGeomFaceSetAPI Create(UsdSchemaBase schemaObj, TfToken setName) { UsdGeomFaceSetAPI ret = new UsdGeomFaceSetAPI(UsdCsPINVOKE.UsdGeomFaceSetAPI_Create__SWIG_3(UsdSchemaBase.getCPtr(schemaObj), TfToken.getCPtr(setName)), true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public UsdRiStatementsAPI(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdRiStatementsAPI__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public UsdRiRisOslPattern(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdRiRisOslPattern__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public UsdRiSplineAPI(UsdSchemaBase schemaObj, TfToken splineName, SdfValueTypeName valuesTypeName, bool doesDuplicateBSplineEndpoints) : this(UsdCsPINVOKE.new_UsdRiSplineAPI__SWIG_4(UsdSchemaBase.getCPtr(schemaObj), TfToken.getCPtr(splineName), SdfValueTypeName.getCPtr(valuesTypeName), doesDuplicateBSplineEndpoints), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public UsdVolField3DAsset(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdVolField3DAsset__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public UsdLuxCylinderLight(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdLuxCylinderLight__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public static UsdGeomCollectionAPI Create(UsdSchemaBase schemaObj, TfToken name, SdfPathVector targets) { UsdGeomCollectionAPI ret = new UsdGeomCollectionAPI(UsdCsPINVOKE.UsdGeomCollectionAPI_Create__SWIG_6(UsdSchemaBase.getCPtr(schemaObj), TfToken.getCPtr(name), SdfPathVector.getCPtr(targets)), true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }