FbxSkeleton.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. //------------------------------------------------------------------------------
  2. // <auto-generated />
  3. //
  4. // This file was automatically generated by SWIG (http://www.swig.org).
  5. // Version 3.0.12
  6. //
  7. // Do not make changes to this file unless you know what you are doing--modify
  8. // the SWIG interface file instead.
  9. //------------------------------------------------------------------------------
  10. namespace Autodesk.Fbx {
  11. public class FbxSkeleton : FbxNodeAttribute {
  12. internal FbxSkeleton(global::System.IntPtr cPtr, bool ignored) : base(cPtr, ignored) { }
  13. // override void Dispose() {base.Dispose();}
  14. public new static FbxSkeleton Create(FbxManager pManager, string pName) {
  15. global::System.IntPtr cPtr = NativeMethods.FbxSkeleton_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
  16. FbxSkeleton ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxSkeleton(cPtr, false);
  17. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  18. return ret;
  19. }
  20. public new static FbxSkeleton Create(FbxObject pContainer, string pName) {
  21. global::System.IntPtr cPtr = NativeMethods.FbxSkeleton_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
  22. FbxSkeleton ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxSkeleton(cPtr, false);
  23. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  24. return ret;
  25. }
  26. public void Reset() {
  27. NativeMethods.FbxSkeleton_Reset(swigCPtr);
  28. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  29. }
  30. public void SetSkeletonType(FbxSkeleton.EType pSkeletonType) {
  31. NativeMethods.FbxSkeleton_SetSkeletonType(swigCPtr, (int)pSkeletonType);
  32. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  33. }
  34. public FbxSkeleton.EType GetSkeletonType() {
  35. FbxSkeleton.EType ret = (FbxSkeleton.EType)NativeMethods.FbxSkeleton_GetSkeletonType(swigCPtr);
  36. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  37. return ret;
  38. }
  39. public bool GetSkeletonTypeIsSet() {
  40. bool ret = NativeMethods.FbxSkeleton_GetSkeletonTypeIsSet(swigCPtr);
  41. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  42. return ret;
  43. }
  44. public FbxSkeleton.EType GetSkeletonTypeDefaultValue() {
  45. FbxSkeleton.EType ret = (FbxSkeleton.EType)NativeMethods.FbxSkeleton_GetSkeletonTypeDefaultValue(swigCPtr);
  46. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  47. return ret;
  48. }
  49. public double GetLimbLengthDefaultValue() {
  50. double ret = NativeMethods.FbxSkeleton_GetLimbLengthDefaultValue(swigCPtr);
  51. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  52. return ret;
  53. }
  54. public double GetLimbNodeSizeDefaultValue() {
  55. double ret = NativeMethods.FbxSkeleton_GetLimbNodeSizeDefaultValue(swigCPtr);
  56. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  57. return ret;
  58. }
  59. public bool SetLimbNodeColor(FbxColor pColor) {
  60. bool ret = NativeMethods.FbxSkeleton_SetLimbNodeColor(swigCPtr, pColor);
  61. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  62. return ret;
  63. }
  64. public FbxColor GetLimbNodeColor() {
  65. var ret = NativeMethods.FbxSkeleton_GetLimbNodeColor(swigCPtr);
  66. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  67. return ret;
  68. }
  69. public bool GetLimbNodeColorIsSet() {
  70. bool ret = NativeMethods.FbxSkeleton_GetLimbNodeColorIsSet(swigCPtr);
  71. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  72. return ret;
  73. }
  74. public FbxColor GetLimbNodeColorDefaultValue() {
  75. var ret = NativeMethods.FbxSkeleton_GetLimbNodeColorDefaultValue(swigCPtr);
  76. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  77. return ret;
  78. }
  79. public bool IsSkeletonRoot() {
  80. bool ret = NativeMethods.FbxSkeleton_IsSkeletonRoot(swigCPtr);
  81. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  82. return ret;
  83. }
  84. public static string sSize {
  85. get {
  86. string ret = NativeMethods.FbxSkeleton_sSize_get();
  87. return ret;
  88. }
  89. }
  90. public static string sLimbLength {
  91. get {
  92. string ret = NativeMethods.FbxSkeleton_sLimbLength_get();
  93. return ret;
  94. }
  95. }
  96. public static double sDefaultSize {
  97. get {
  98. double ret = NativeMethods.FbxSkeleton_sDefaultSize_get();
  99. return ret;
  100. }
  101. }
  102. public static double sDefaultLimbLength {
  103. get {
  104. double ret = NativeMethods.FbxSkeleton_sDefaultLimbLength_get();
  105. return ret;
  106. }
  107. }
  108. public FbxPropertyDouble Size {
  109. get {
  110. FbxPropertyDouble ret = new FbxPropertyDouble(NativeMethods.FbxSkeleton_Size_get(swigCPtr), false);
  111. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  112. return ret;
  113. }
  114. }
  115. public FbxPropertyDouble LimbLength {
  116. get {
  117. FbxPropertyDouble ret = new FbxPropertyDouble(NativeMethods.FbxSkeleton_LimbLength_get(swigCPtr), false);
  118. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  119. return ret;
  120. }
  121. }
  122. public override int GetHashCode(){
  123. return swigCPtr.Handle.GetHashCode();
  124. }
  125. public bool Equals(FbxSkeleton other) {
  126. if (object.ReferenceEquals(other, null)) { return false; }
  127. return this.swigCPtr.Handle.Equals (other.swigCPtr.Handle);
  128. }
  129. public override bool Equals(object obj){
  130. if (object.ReferenceEquals(obj, null)) { return false; }
  131. /* is obj a subclass of this type; if so use our Equals */
  132. var typed = obj as FbxSkeleton;
  133. if (!object.ReferenceEquals(typed, null)) {
  134. return this.Equals(typed);
  135. }
  136. /* are we a subclass of the other type; if so use their Equals */
  137. if (typeof(FbxSkeleton).IsSubclassOf(obj.GetType())) {
  138. return obj.Equals(this);
  139. }
  140. /* types are unrelated; can't be a match */
  141. return false;
  142. }
  143. public static bool operator == (FbxSkeleton a, FbxSkeleton b) {
  144. if (object.ReferenceEquals(a, b)) { return true; }
  145. if (object.ReferenceEquals(a, null) || object.ReferenceEquals(b, null)) { return false; }
  146. return a.Equals(b);
  147. }
  148. public static bool operator != (FbxSkeleton a, FbxSkeleton b) {
  149. return !(a == b);
  150. }
  151. public new enum EType {
  152. eRoot,
  153. eLimb,
  154. eLimbNode,
  155. eEffector
  156. }
  157. }
  158. }