Beispiel #1
0
        public FbxLayerElementPolygonGroup CreateElementPolygonGroup()
        {
            global::System.IntPtr       cPtr = FbxWrapperNativePINVOKE.FbxGeometryBase_CreateElementPolygonGroup(swigCPtr);
            FbxLayerElementPolygonGroup ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementPolygonGroup(cPtr, false);

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

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

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

            return(ret);
        }
        public static FbxLayerElementPolygonGroup Create(FbxLayerContainer pOwner, string pName)
        {
            global::System.IntPtr       cPtr = FbxWrapperNativePINVOKE.FbxLayerElementPolygonGroup_Create(FbxLayerContainer.getCPtr(pOwner), pName);
            FbxLayerElementPolygonGroup ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementPolygonGroup(cPtr, false);

            return(ret);
        }
Beispiel #6
0
        public bool RemoveElementPolygonGroup(FbxLayerElementPolygonGroup pElementPolygonGroup)
        {
            bool ret = fbx_wrapperPINVOKE.FbxGeometryBase_RemoveElementPolygonGroup(swigCPtr, FbxLayerElementPolygonGroup.getCPtr(pElementPolygonGroup));

            return(ret);
        }
Beispiel #7
0
 public void SetPolygonGroups(FbxLayerElementPolygonGroup pPolygonGroups)
 {
     fbx_wrapperPINVOKE.FbxLayer_SetPolygonGroups(swigCPtr, FbxLayerElementPolygonGroup.getCPtr(pPolygonGroups));
 }
Beispiel #8
0
 public void SetPolygonGroups(FbxLayerElementPolygonGroup pPolygonGroups)
 {
     FbxWrapperNativePINVOKE.FbxLayer_SetPolygonGroups(swigCPtr, FbxLayerElementPolygonGroup.getCPtr(pPolygonGroups));
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLayerElementPolygonGroup obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }