FbxLimits.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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 FbxLimits : global::System.IDisposable {
  12. private global::System.Runtime.InteropServices.HandleRef swigCPtr;
  13. protected bool swigCMemOwn;
  14. internal FbxLimits(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(FbxLimits obj) {
  19. return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
  20. }
  21. ~FbxLimits() {
  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_FbxLimits(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 FbxLimits() : this(NativeMethods.new_FbxLimits(), true) {
  37. }
  38. public bool GetActive() {
  39. bool ret = NativeMethods.FbxLimits_GetActive(swigCPtr);
  40. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  41. return ret;
  42. }
  43. public void SetActive(bool pActive) {
  44. NativeMethods.FbxLimits_SetActive(swigCPtr, pActive);
  45. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  46. }
  47. public bool GetMinXActive() {
  48. bool ret = NativeMethods.FbxLimits_GetMinXActive(swigCPtr);
  49. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  50. return ret;
  51. }
  52. public bool GetMinYActive() {
  53. bool ret = NativeMethods.FbxLimits_GetMinYActive(swigCPtr);
  54. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  55. return ret;
  56. }
  57. public bool GetMinZActive() {
  58. bool ret = NativeMethods.FbxLimits_GetMinZActive(swigCPtr);
  59. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  60. return ret;
  61. }
  62. public FbxDouble3 GetMin() {
  63. var ret = NativeMethods.FbxLimits_GetMin(swigCPtr);
  64. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  65. return ret;
  66. }
  67. public void SetMinXActive(bool pActive) {
  68. NativeMethods.FbxLimits_SetMinXActive(swigCPtr, pActive);
  69. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  70. }
  71. public void SetMinYActive(bool pActive) {
  72. NativeMethods.FbxLimits_SetMinYActive(swigCPtr, pActive);
  73. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  74. }
  75. public void SetMinZActive(bool pActive) {
  76. NativeMethods.FbxLimits_SetMinZActive(swigCPtr, pActive);
  77. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  78. }
  79. public void SetMinActive(bool pXActive, bool pYActive, bool pZActive) {
  80. NativeMethods.FbxLimits_SetMinActive(swigCPtr, pXActive, pYActive, pZActive);
  81. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  82. }
  83. public void SetMin(FbxDouble3 pMin) {
  84. NativeMethods.FbxLimits_SetMin(swigCPtr, pMin);
  85. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  86. }
  87. public bool GetMaxXActive() {
  88. bool ret = NativeMethods.FbxLimits_GetMaxXActive(swigCPtr);
  89. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  90. return ret;
  91. }
  92. public bool GetMaxYActive() {
  93. bool ret = NativeMethods.FbxLimits_GetMaxYActive(swigCPtr);
  94. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  95. return ret;
  96. }
  97. public bool GetMaxZActive() {
  98. bool ret = NativeMethods.FbxLimits_GetMaxZActive(swigCPtr);
  99. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  100. return ret;
  101. }
  102. public FbxDouble3 GetMax() {
  103. var ret = NativeMethods.FbxLimits_GetMax(swigCPtr);
  104. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  105. return ret;
  106. }
  107. public void SetMaxXActive(bool pActive) {
  108. NativeMethods.FbxLimits_SetMaxXActive(swigCPtr, pActive);
  109. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  110. }
  111. public void SetMaxYActive(bool pActive) {
  112. NativeMethods.FbxLimits_SetMaxYActive(swigCPtr, pActive);
  113. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  114. }
  115. public void SetMaxZActive(bool pActive) {
  116. NativeMethods.FbxLimits_SetMaxZActive(swigCPtr, pActive);
  117. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  118. }
  119. public void SetMaxActive(bool pXActive, bool pYActive, bool pZActive) {
  120. NativeMethods.FbxLimits_SetMaxActive(swigCPtr, pXActive, pYActive, pZActive);
  121. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  122. }
  123. public void SetMax(FbxDouble3 pMax) {
  124. NativeMethods.FbxLimits_SetMax(swigCPtr, pMax);
  125. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  126. }
  127. public bool GetAnyMinMaxActive() {
  128. bool ret = NativeMethods.FbxLimits_GetAnyMinMaxActive(swigCPtr);
  129. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  130. return ret;
  131. }
  132. public FbxDouble3 Apply(FbxDouble3 pVector) {
  133. var ret = NativeMethods.FbxLimits_Apply(swigCPtr, pVector);
  134. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  135. return ret;
  136. }
  137. }
  138. }