Beispiel #1
0
        public static FbxLayerElementSmoothing Create(FbxLayerContainer pOwner, string pName)
        {
            global::System.IntPtr    cPtr = FbxWrapperNativePINVOKE.FbxLayerElementSmoothing_Create(FbxLayerContainer.getCPtr(pOwner), pName);
            FbxLayerElementSmoothing ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementSmoothing(cPtr, false);

            return(ret);
        }
Beispiel #2
0
        public FbxLayerElementSmoothing GetElementSmoothing()
        {
            global::System.IntPtr    cPtr = fbx_wrapperPINVOKE.FbxGeometryBase_GetElementSmoothing__SWIG_1(swigCPtr);
            FbxLayerElementSmoothing ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementSmoothing(cPtr, false);

            return(ret);
        }
Beispiel #3
0
        public FbxLayerElementSmoothing GetElementSmoothing(int pIndex)
        {
            global::System.IntPtr    cPtr = FbxWrapperNativePINVOKE.FbxGeometryBase_GetElementSmoothing__SWIG_0(swigCPtr, pIndex);
            FbxLayerElementSmoothing ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementSmoothing(cPtr, false);

            return(ret);
        }
Beispiel #4
0
        public FbxLayerElementSmoothing CreateElementSmoothing()
        {
            global::System.IntPtr    cPtr = FbxWrapperNativePINVOKE.FbxGeometryBase_CreateElementSmoothing(swigCPtr);
            FbxLayerElementSmoothing ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementSmoothing(cPtr, false);

            return(ret);
        }
Beispiel #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLayerElementSmoothing obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #6
0
        public bool RemoveElementSmoothing(FbxLayerElementSmoothing pElementSmoothing)
        {
            bool ret = fbx_wrapperPINVOKE.FbxGeometryBase_RemoveElementSmoothing(swigCPtr, FbxLayerElementSmoothing.getCPtr(pElementSmoothing));

            return(ret);
        }
Beispiel #7
0
 public void SetSmoothing(FbxLayerElementSmoothing pSmoothing)
 {
     fbx_wrapperPINVOKE.FbxLayer_SetSmoothing(swigCPtr, FbxLayerElementSmoothing.getCPtr(pSmoothing));
 }
Beispiel #8
0
 public void SetSmoothing(FbxLayerElementSmoothing pSmoothing)
 {
     FbxWrapperNativePINVOKE.FbxLayer_SetSmoothing(swigCPtr, FbxLayerElementSmoothing.getCPtr(pSmoothing));
 }