Exemplo n.º 1
0
 public JointRestState GetJointRestState(int index) {
   JointRestState ret = new JointRestState(C4dApiPINVOKE.CAWeightTag_GetJointRestState(swigCPtr, index), true);
   return ret;
 }
Exemplo n.º 2
0
 public void SetJointRestState(int index, JointRestState state) {
   C4dApiPINVOKE.CAWeightTag_SetJointRestState(swigCPtr, index, JointRestState.getCPtr(state));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(JointRestState obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }