Exemplo n.º 1
0
 public UsdVolField3DAsset(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdVolField3DAsset__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public UsdShadeMaterialBindingAPI(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdShadeMaterialBindingAPI__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public UsdGeomXformable(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdGeomXformable__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
 override public bool Equals(object rhs)
 {
     return(UsdSchemaBase.Equals(this, rhs as UsdSchemaBase));
 }
Exemplo n.º 5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UsdSchemaBase obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 6
0
 public UsdRiPxrRampLightFilter(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdRiPxrRampLightFilter__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 7
0
 public UsdSchemaBase(UsdSchemaBase otherSchema) : this(UsdCsPINVOKE.new_UsdSchemaBase__SWIG_2(UsdSchemaBase.getCPtr(otherSchema)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 8
0
 public UsdLuxCylinderLight(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdLuxCylinderLight__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 9
0
 public UsdCollectionAPI(UsdSchemaBase schemaObj, TfToken name) : this(UsdCsPINVOKE.new_UsdCollectionAPI__SWIG_3(UsdSchemaBase.getCPtr(schemaObj), TfToken.getCPtr(name)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 10
0
        public static UsdGeomCollectionAPI Create(UsdSchemaBase schemaObj, TfToken name)
        {
            UsdGeomCollectionAPI ret = new UsdGeomCollectionAPI(UsdCsPINVOKE.UsdGeomCollectionAPI_Create__SWIG_7(UsdSchemaBase.getCPtr(schemaObj), TfToken.getCPtr(name)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 11
0
        public static UsdGeomCollectionAPIVector GetCollections(UsdSchemaBase schemaObj)
        {
            UsdGeomCollectionAPIVector ret = new UsdGeomCollectionAPIVector(UsdCsPINVOKE.UsdGeomCollectionAPI_GetCollections__SWIG_1(UsdSchemaBase.getCPtr(schemaObj)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 12
0
        public static UsdGeomCollectionAPI Create(UsdSchemaBase schemaObj, TfToken name, SdfPathVector targets, VtIntArray targetFaceCounts)
        {
            UsdGeomCollectionAPI ret = new UsdGeomCollectionAPI(UsdCsPINVOKE.UsdGeomCollectionAPI_Create__SWIG_5(UsdSchemaBase.getCPtr(schemaObj), TfToken.getCPtr(name), SdfPathVector.getCPtr(targets), VtIntArray.getCPtr(targetFaceCounts)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 13
0
 public UsdRiRisIntegrator(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdRiRisIntegrator__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 14
0
 public UsdSkelAnimation(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdSkelAnimation__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 15
0
 public UsdShadeNodeGraph(UsdSchemaBase schemaObj) : this(UsdCsPINVOKE.new_UsdShadeNodeGraph__SWIG_2(UsdSchemaBase.getCPtr(schemaObj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 16
0
 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();
     }
 }