FbxAxisSystem.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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 FbxAxisSystem : global::System.IDisposable {
  12. private global::System.Runtime.InteropServices.HandleRef swigCPtr;
  13. protected bool swigCMemOwn;
  14. internal FbxAxisSystem(global::System.IntPtr cPtr, bool cMemoryOwn) {
  15. swigCMemOwn = cMemoryOwn;
  16. swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
  17. }
  18. internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxAxisSystem obj) {
  19. return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
  20. }
  21. ~FbxAxisSystem() {
  22. Dispose();
  23. }
  24. public virtual void Dispose() {
  25. lock(this) {
  26. if (swigCPtr.Handle != global::System.IntPtr.Zero) {
  27. if (swigCMemOwn) {
  28. swigCMemOwn = false;
  29. NativeMethods.delete_FbxAxisSystem(swigCPtr);
  30. }
  31. swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
  32. }
  33. global::System.GC.SuppressFinalize(this);
  34. }
  35. }
  36. public FbxAxisSystem() : this(NativeMethods.new_FbxAxisSystem__SWIG_0(), true) {
  37. }
  38. public FbxAxisSystem(EUpVector pUpVector, EFrontVector pFrontVector, FbxAxisSystem.ECoordSystem pCoorSystem) : this(NativeMethods.new_FbxAxisSystem__SWIG_1((int)pUpVector, (int)pFrontVector, (int)pCoorSystem), true) {
  39. }
  40. public FbxAxisSystem(FbxAxisSystem pAxisSystem) : this(NativeMethods.new_FbxAxisSystem__SWIG_2(FbxAxisSystem.getCPtr(pAxisSystem)), true) {
  41. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  42. }
  43. public FbxAxisSystem(FbxAxisSystem.EPreDefinedAxisSystem pAxisSystem) : this(NativeMethods.new_FbxAxisSystem__SWIG_3((int)pAxisSystem), true) {
  44. }
  45. private bool _equals(FbxAxisSystem pAxisSystem) {
  46. bool ret = NativeMethods.FbxAxisSystem__equals(swigCPtr, FbxAxisSystem.getCPtr(pAxisSystem));
  47. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  48. return ret;
  49. }
  50. public static FbxAxisSystem MayaZUp {
  51. get {
  52. FbxAxisSystem ret = new FbxAxisSystem(NativeMethods.FbxAxisSystem_MayaZUp_get(), false);
  53. return ret;
  54. }
  55. }
  56. public static FbxAxisSystem MayaYUp {
  57. get {
  58. FbxAxisSystem ret = new FbxAxisSystem(NativeMethods.FbxAxisSystem_MayaYUp_get(), false);
  59. return ret;
  60. }
  61. }
  62. public static FbxAxisSystem Max {
  63. get {
  64. FbxAxisSystem ret = new FbxAxisSystem(NativeMethods.FbxAxisSystem_Max_get(), false);
  65. return ret;
  66. }
  67. }
  68. public static FbxAxisSystem Motionbuilder {
  69. get {
  70. FbxAxisSystem ret = new FbxAxisSystem(NativeMethods.FbxAxisSystem_Motionbuilder_get(), false);
  71. return ret;
  72. }
  73. }
  74. public static FbxAxisSystem OpenGL {
  75. get {
  76. FbxAxisSystem ret = new FbxAxisSystem(NativeMethods.FbxAxisSystem_OpenGL_get(), false);
  77. return ret;
  78. }
  79. }
  80. public static FbxAxisSystem DirectX {
  81. get {
  82. FbxAxisSystem ret = new FbxAxisSystem(NativeMethods.FbxAxisSystem_DirectX_get(), false);
  83. return ret;
  84. }
  85. }
  86. public static FbxAxisSystem Lightwave {
  87. get {
  88. FbxAxisSystem ret = new FbxAxisSystem(NativeMethods.FbxAxisSystem_Lightwave_get(), false);
  89. return ret;
  90. }
  91. }
  92. public void DeepConvertScene(FbxScene pScene) {
  93. NativeMethods.FbxAxisSystem_DeepConvertScene(swigCPtr, FbxScene.getCPtr(pScene));
  94. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  95. }
  96. public void ConvertScene(FbxScene pScene) {
  97. NativeMethods.FbxAxisSystem_ConvertScene(swigCPtr, FbxScene.getCPtr(pScene));
  98. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  99. }
  100. public FbxAxisSystem.ECoordSystem GetCoorSystem() {
  101. FbxAxisSystem.ECoordSystem ret = (FbxAxisSystem.ECoordSystem)NativeMethods.FbxAxisSystem_GetCoorSystem(swigCPtr);
  102. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  103. return ret;
  104. }
  105. public enum EUpVector {
  106. eXAxis = 1, eXAxisDown = -1,
  107. eYAxis = 2, eYAxisDown = -2,
  108. eZAxis = 3, eZAxisDown = -3,
  109. };
  110. public enum EFrontVector {
  111. eParityEven = 1, eParityEvenNegative = -1,
  112. eParityOdd = 2, eParityOddNegative = -2,
  113. };
  114. public EUpVector GetUpVector() {
  115. EUpVector result = (EUpVector)NativeMethods.FbxAxisSystem_GetUpVector(swigCPtr);
  116. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();;
  117. return result;
  118. }
  119. public EFrontVector GetFrontVector() {
  120. EFrontVector result = (EFrontVector)NativeMethods.FbxAxisSystem_GetFrontVector(swigCPtr);
  121. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();;
  122. return result;
  123. }
  124. public bool Equals(FbxAxisSystem other) {
  125. if (object.ReferenceEquals(other, null)) { return false; }
  126. return _equals(other);
  127. }
  128. public override bool Equals(object obj){
  129. if (object.ReferenceEquals(obj, null)) { return false; }
  130. /* is obj a subclass of this type; if so use our Equals */
  131. var typed = obj as FbxAxisSystem;
  132. if (!object.ReferenceEquals(typed, null)) {
  133. return this.Equals(typed);
  134. }
  135. /* are we a subclass of the other type; if so use their Equals */
  136. if (typeof(FbxAxisSystem).IsSubclassOf(obj.GetType())) {
  137. return obj.Equals(this);
  138. }
  139. /* types are unrelated; can't be a match */
  140. return false;
  141. }
  142. public static bool operator == (FbxAxisSystem a, FbxAxisSystem b) {
  143. if (object.ReferenceEquals(a, b)) { return true; }
  144. if (object.ReferenceEquals(a, null) || object.ReferenceEquals(b, null)) { return false; }
  145. return a.Equals(b);
  146. }
  147. public static bool operator != (FbxAxisSystem a, FbxAxisSystem b) {
  148. return !(a == b);
  149. }
  150. public override int GetHashCode() {
  151. int ret = NativeMethods.FbxAxisSystem_GetHashCode(swigCPtr);
  152. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  153. return ret;
  154. }
  155. public enum ECoordSystem {
  156. eRightHanded,
  157. eLeftHanded
  158. }
  159. public enum EPreDefinedAxisSystem {
  160. eMayaZUp,
  161. eMayaYUp,
  162. eMax,
  163. eMotionBuilder,
  164. eOpenGL,
  165. eDirectX,
  166. eLightwave
  167. }
  168. }
  169. }