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

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

            return(ret);
        }
示例#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);
        }
示例#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;
 }
示例#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);
        }
示例#10
0
        public UsdAttribute GetCornerSharpnessesAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomMesh_GetCornerSharpnessesAttr(swigCPtr), true);

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

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

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

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

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

            return(ret);
        }
示例#16
0
        public UsdAttribute GetVisibilityAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomImageable_GetVisibilityAttr(swigCPtr), true);

            return(ret);
        }
示例#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);
 }
示例#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;
 }
示例#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;
 }
示例#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();
     }
 }
示例#24
0
        public UsdAttribute GetDoubleSidedAttr()
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdGeomGprim_GetDoubleSidedAttr(swigCPtr), true);

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

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

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

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

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

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

            return(ret);
        }