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); }
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); }
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); }
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); }
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); }
public bool RemoveElementSmoothing(FbxLayerElementSmoothing pElementSmoothing) { bool ret = fbx_wrapperPINVOKE.FbxGeometryBase_RemoveElementSmoothing(swigCPtr, FbxLayerElementSmoothing.getCPtr(pElementSmoothing)); return(ret); }
public void SetSmoothing(FbxLayerElementSmoothing pSmoothing) { fbx_wrapperPINVOKE.FbxLayer_SetSmoothing(swigCPtr, FbxLayerElementSmoothing.getCPtr(pSmoothing)); }
public void SetSmoothing(FbxLayerElementSmoothing pSmoothing) { FbxWrapperNativePINVOKE.FbxLayer_SetSmoothing(swigCPtr, FbxLayerElementSmoothing.getCPtr(pSmoothing)); }