109 int along_face = 0;//0 =使用投影向量(proj_vector),1 =使用面法线 110 double proj_vector[3] = { 0.0, 0.0, -1.0 };//投影的向量方向 111 tag_t proj1tag = NULL_TAG; 112 UF_MODL_create_proj_curves(curve_refs, face1_refs, along_face, proj_vector, &proj1tag); 113 114 115...
EntryPoint ="UF_MODL_create_proj_curves")]2internalstaticexternint_CreateProjCurves(System.IntPtr curveRefs, System.IntPtr faceRefs,intalongFaceNormal,double[] projVector,outNXOpen.Tag projCurveFeature);34[DllImport("libufun.dll", CallingConvention = CallingConvention.Cdecl, CharSet = CharSet....