Example #1
0
 internal static HandleRef getCPtr(CAWeightTag obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #2
0
 public bool makeAnimalJoints(GeListNode node, DescriptionCommand desc)
 {
     CharakterAnimal Main = new CharakterAnimal(node, desc);
     this.wtagGlob = Main.getwtagJoint();
     return true;
 }
Example #3
0
 public bool TransferWeightMap(BaseDocument doc, CAWeightTag dst, int sindex, int dindex, int offset, int cnt, AliasTrans trans) {
   bool ret = C4dApiPINVOKE.CAWeightTag_TransferWeightMap(swigCPtr, BaseDocument.getCPtr(doc), CAWeightTag.getCPtr(dst), sindex, dindex, offset, cnt, AliasTrans.getCPtr(trans));
   return ret;
 }