Ejemplo n.º 1
0
 public static extern TrivTVStruct *TrivBspTVNew(int ULength,
                                                 int VLength,
                                                 int WLength,
                                                 int UOrder,
                                                 int VOrder,
                                                 int WOrder,
                                                 CagdPointType PType);
Ejemplo n.º 2
0
 public static extern TrivTVStruct *TrivBspPeriodicTVNew(int ULength,
                                                         int VLength,
                                                         int WLength,
                                                         int UOrder,
                                                         int VOrder,
                                                         int WOrder,
                                                         int UPeriodic,
                                                         int VPeriodic,
                                                         int WPeriodic,
                                                         CagdPointType PType);
Ejemplo n.º 3
0
 public static extern IPObjectStruct *IPGenCTLPTObject(CagdPointType PtType, double *Coords);
Ejemplo n.º 4
0
 public static extern IPObjectStruct *IPGenCtlPtObject(byte *Name,
                                                       CagdPointType PtType,
                                                       double *Coords,
                                                       IPObjectStruct *Pnext);
Ejemplo n.º 5
0
 public static extern TrngTriangSrfStruct *TrngCoerceTriSrfTo(TrngTriangSrfStruct *TriSrf,
                                                              CagdPointType PType);
Ejemplo n.º 6
0
 public static extern TrngTriangSrfStruct *TrngGrgTriSrfNew(int Length, CagdPointType PType);
Ejemplo n.º 7
0
 public static extern TrngTriangSrfStruct *TrngBspTriSrfNew(int Length,
                                                            int Order,
                                                            CagdPointType PType);
Ejemplo n.º 8
0
 public static extern TrngTriangSrfStruct *TrngTriSrfNew(TrngGeomType GType,
                                                         CagdPointType PType,
                                                         int Length);
Ejemplo n.º 9
0
 public static extern void TrivFFDCtlMeshUsingTV(double **Points,
                                                 int Length,
                                                 CagdPointType PType,
                                                 TrivTVStruct *DeformTV);
Ejemplo n.º 10
0
 public static extern TrivTVStruct *TrivPwrTVNew(int ULength,
                                                 int VLength,
                                                 int WLength,
                                                 CagdPointType PType);
Ejemplo n.º 11
0
 public static extern TrivTVStruct *TrivCoerceTVTo(TrivTVStruct *TV, CagdPointType PType);
Ejemplo n.º 12
0
 public static extern TrivTVStruct *TrivTVNew(TrivGeomType GType,
                                              CagdPointType PType,
                                              int ULength,
                                              int VLength,
                                              int WLength);