Esempio n. 1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_SReal obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 2
0
 public bool SetWeightMap(int index, SWIGTYPE_p_SReal map, int cnt) {
   bool ret = C4dApiPINVOKE.CAWeightTag_SetWeightMap(swigCPtr, index, SWIGTYPE_p_SReal.getCPtr(map), cnt);
   return ret;
 }
Esempio n. 3
0
 public void DrawXORPolyLine(SWIGTYPE_p_SReal p, int cnt) {
   C4dApiPINVOKE.BaseDraw_DrawXORPolyLine(swigCPtr, SWIGTYPE_p_SReal.getCPtr(p), cnt);
 }
Esempio n. 4
0
 public void GetWeightMap(int index, SWIGTYPE_p_SReal map, int cnt) {
   C4dApiPINVOKE.CAWeightTag_GetWeightMap(swigCPtr, index, SWIGTYPE_p_SReal.getCPtr(map), cnt);
 }
Esempio n. 5
0
 public void DrawPointArray(int cnt, SWIGTYPE_p_SVector vp, SWIGTYPE_p_SReal vc) {
   C4dApiPINVOKE.BaseDraw_DrawPointArray__SWIG_2(swigCPtr, cnt, SWIGTYPE_p_SVector.getCPtr(vp), SWIGTYPE_p_SReal.getCPtr(vc));
 }