public CAMorphNode GetDown() { global::System.IntPtr cPtr = C4dApiPINVOKE.CAMorphNode_GetDown(swigCPtr); CAMorphNode ret = (cPtr == global::System.IntPtr.Zero) ? null : new CAMorphNode(cPtr, false); return(ret); }
public CAMorphNode FindFromIndex(CAPoseMorphTag tag, int index) { global::System.IntPtr cPtr = C4dApiPINVOKE.CAMorph_FindFromIndex(swigCPtr, CAPoseMorphTag.getCPtr(tag), index); CAMorphNode ret = (cPtr == global::System.IntPtr.Zero) ? null : new CAMorphNode(cPtr, false); return(ret); }
public CAMorphNode Find(CAPoseMorphTag tag, BaseList2D bl) { global::System.IntPtr cPtr = C4dApiPINVOKE.CAMorph_Find(swigCPtr, CAPoseMorphTag.getCPtr(tag), BaseList2D.getCPtr(bl)); CAMorphNode ret = (cPtr == global::System.IntPtr.Zero) ? null : new CAMorphNode(cPtr, false); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CAMorphNode obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public int GetNodeIndex(CAMorphNode node) { int ret = C4dApiPINVOKE.CAMorph_GetNodeIndex(swigCPtr, CAMorphNode.getCPtr(node)); return(ret); }