Exemplo n.º 1
0
        public new static FbxLine Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxLine_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxLine ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLine(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
        public FbxLine TessellateCurve(int pStep)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxNurbsCurve_TessellateCurve__SWIG_2(swigCPtr, pStep);
            FbxLine ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLine(cPtr, false);

            return(ret);
        }
Exemplo n.º 3
0
        public FbxLine TessellateCurve()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxNurbsCurve_TessellateCurve__SWIG_3(swigCPtr);
            FbxLine ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLine(cPtr, false);

            return(ret);
        }
Exemplo n.º 4
0
        public new static FbxLine Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxLine_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxLine ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLine(cPtr, false);

            return(ret);
        }
Exemplo n.º 5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLine obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }