Beispiel #1
0
        public UsdAttribute CreateFaceVaryingLinearInterpolationAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_CreateFaceVaryingLinearInterpolationAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
Beispiel #2
0
        public UsdAttribute CreateAnalyticUseLightDirectionAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiPxrBarnLightFilter_CreateAnalyticUseLightDirectionAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
Beispiel #3
0
        public UsdAttribute CreateAnalyticDensityExponentAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiPxrBarnLightFilter_CreateAnalyticDensityExponentAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
        public UsdAttribute GetAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdSkelInbetweenShape_GetAttr(swigCPtr), false);

            return(ret);
        }
Beispiel #5
0
        public UsdAttribute CreateRadiusAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiPxrBarnLightFilter_CreateRadiusAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
 public UsdAttribute CreateNormalOffsetsAttr()
 {
     UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdSkelInbetweenShape_CreateNormalOffsetsAttr__SWIG_1(swigCPtr), true);
     return ret;
 }
 public UsdAttribute GetNormalOffsetsAttr()
 {
     UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdSkelInbetweenShape_GetNormalOffsetsAttr(swigCPtr), true);
     return ret;
 }
Beispiel #8
0
        public UsdAttribute CreateCreaseSharpnessesAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_CreateCreaseSharpnessesAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
        public UsdAttribute CreatePurposeAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomImageable_CreatePurposeAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
Beispiel #10
0
        public UsdAttribute GetCornerSharpnessesAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_GetCornerSharpnessesAttr(swigCPtr), true);

            return(ret);
        }
Beispiel #11
0
        public UsdAttribute GetCreaseLengthsAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_GetCreaseLengthsAttr(swigCPtr), true);

            return(ret);
        }
Beispiel #12
0
        public UsdAttribute GetHoleIndicesAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_GetHoleIndicesAttr(swigCPtr), true);

            return(ret);
        }
Beispiel #13
0
        public UsdAttribute CreateTriangleSubdivisionRuleAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_CreateTriangleSubdivisionRuleAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
Beispiel #14
0
        public UsdAttribute GetTriangleSubdivisionRuleAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_GetTriangleSubdivisionRuleAttr(swigCPtr), true);

            return(ret);
        }
Beispiel #15
0
        public UsdAttribute GetDisplayColorAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomGprim_GetDisplayColorAttr(swigCPtr), true);

            return(ret);
        }
        public UsdAttribute GetVisibilityAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomImageable_GetVisibilityAttr(swigCPtr), true);

            return(ret);
        }
Beispiel #17
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UsdAttribute obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #18
0
        public UsdAttribute GetArgsPathAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiRisIntegrator_GetArgsPathAttr(swigCPtr), true);

            return(ret);
        }
 public static bool IsInbetween(UsdAttribute attr)
 {
     bool ret = UsdCsPINVOKE.UsdSkelInbetweenShape_IsInbetween(UsdAttribute.getCPtr(attr));
     if (UsdCsPINVOKE.SWIGPendingException.Pending) throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Beispiel #20
0
        public UsdAttribute CreateArgsPathAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiRisIntegrator_CreateArgsPathAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
 public UsdAttribute CreateNormalOffsetsAttr(VtValue defaultValue)
 {
     UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdSkelInbetweenShape_CreateNormalOffsetsAttr__SWIG_0(swigCPtr, VtValue.getCPtr(defaultValue)), true);
     if (UsdCsPINVOKE.SWIGPendingException.Pending) throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Beispiel #22
0
        public UsdAttribute CreateDisplayOpacityAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomGprim_CreateDisplayOpacityAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
 public UsdSkelInbetweenShape(UsdAttribute attr) : this(UsdCsPINVOKE.new_UsdSkelInbetweenShape__SWIG_1(UsdAttribute.getCPtr(attr)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #24
0
        public UsdAttribute GetDoubleSidedAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomGprim_GetDoubleSidedAttr(swigCPtr), true);

            return(ret);
        }
Beispiel #25
0
        public UsdAttribute GetAnalyticUseLightDirectionAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiPxrBarnLightFilter_GetAnalyticUseLightDirectionAttr(swigCPtr), true);

            return(ret);
        }
Beispiel #26
0
        public UsdAttribute GetOrientationAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomGprim_GetOrientationAttr(swigCPtr), true);

            return(ret);
        }
Beispiel #27
0
        public UsdAttribute GetAnalyticDensityFarValueAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiPxrBarnLightFilter_GetAnalyticDensityFarValueAttr(swigCPtr), true);

            return(ret);
        }
Beispiel #28
0
        public UsdAttribute CreateOrientationAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomGprim_CreateOrientationAttr__SWIG_2(swigCPtr), true);

            return(ret);
        }
Beispiel #29
0
        public UsdAttribute GetEdgeThicknessAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdRiPxrBarnLightFilter_GetEdgeThicknessAttr(swigCPtr), true);

            return(ret);
        }
Beispiel #30
0
        public UsdAttribute GetFaceVaryingLinearInterpolationAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_GetFaceVaryingLinearInterpolationAttr(swigCPtr), true);

            return(ret);
        }