Exemple #1
0
        public bool ComputeExtentAtTimes(SWIGTYPE_p_std__vectorT_VtArrayT_GfVec3f_t_t extents, SWIGTYPE_p_std__vectorT_UsdTimeCode_t times, UsdTimeCode baseTime, GfMatrix4d transform)
        {
            bool ret = UsdCsPINVOKE.UsdGeomPointInstancer_ComputeExtentAtTimes__SWIG_1(swigCPtr, SWIGTYPE_p_std__vectorT_VtArrayT_GfVec3f_t_t.getCPtr(extents), SWIGTYPE_p_std__vectorT_UsdTimeCode_t.getCPtr(times), UsdTimeCode.getCPtr(baseTime), GfMatrix4d.getCPtr(transform));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_VtArrayT_GfVec3f_t_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }