示例#1
0
 public void SetRotationOrder(SWIGTYPE_p_ROTATIONORDER order) {
   C4dApiPINVOKE.BaseObject_SetRotationOrder(swigCPtr, SWIGTYPE_p_ROTATIONORDER.getCPtr(order));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
示例#2
0
 public SWIGTYPE_p_ROTATIONORDER GetRotationOrder() {
   SWIGTYPE_p_ROTATIONORDER ret = new SWIGTYPE_p_ROTATIONORDER(C4dApiPINVOKE.BaseObject_GetRotationOrder(swigCPtr), true);
   return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_ROTATIONORDER obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }