Beispiel #1
0
 public static extern TrivTVStruct *TrivBspTVNew(int ULength,
                                                 int VLength,
                                                 int WLength,
                                                 int UOrder,
                                                 int VOrder,
                                                 int WOrder,
                                                 CagdPointType PType);
Beispiel #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);
Beispiel #3
0
 public static extern IPObjectStruct *IPGenCTLPTObject(CagdPointType PtType, double *Coords);
Beispiel #4
0
 public static extern IPObjectStruct *IPGenCtlPtObject(byte *Name,
                                                       CagdPointType PtType,
                                                       double *Coords,
                                                       IPObjectStruct *Pnext);
Beispiel #5
0
 public static extern TrngTriangSrfStruct *TrngCoerceTriSrfTo(TrngTriangSrfStruct *TriSrf,
                                                              CagdPointType PType);
Beispiel #6
0
 public static extern TrngTriangSrfStruct *TrngGrgTriSrfNew(int Length, CagdPointType PType);
Beispiel #7
0
 public static extern TrngTriangSrfStruct *TrngBspTriSrfNew(int Length,
                                                            int Order,
                                                            CagdPointType PType);
Beispiel #8
0
 public static extern TrngTriangSrfStruct *TrngTriSrfNew(TrngGeomType GType,
                                                         CagdPointType PType,
                                                         int Length);
Beispiel #9
0
 public static extern void TrivFFDCtlMeshUsingTV(double **Points,
                                                 int Length,
                                                 CagdPointType PType,
                                                 TrivTVStruct *DeformTV);
Beispiel #10
0
 public static extern TrivTVStruct *TrivPwrTVNew(int ULength,
                                                 int VLength,
                                                 int WLength,
                                                 CagdPointType PType);
Beispiel #11
0
 public static extern TrivTVStruct *TrivCoerceTVTo(TrivTVStruct *TV, CagdPointType PType);
Beispiel #12
0
 public static extern TrivTVStruct *TrivTVNew(TrivGeomType GType,
                                              CagdPointType PType,
                                              int ULength,
                                              int VLength,
                                              int WLength);