Esempio n. 1
0
    public static SWIGTYPE_p_wchar_t Get_Schema_Path()
    {
        IntPtr             cPtr = HCSPPINVOKE.Get_Schema_Path();
        SWIGTYPE_p_wchar_t ret  = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_wchar_t(cPtr, false);

        return(ret);
    }
Esempio n. 2
0
 public static void Update()
 {
     HCSPPINVOKE.Update();
 }
Esempio n. 3
0
 public static void Init(string arg0, byte arg1)
 {
     HCSPPINVOKE.Init__SWIG_1(arg0, arg1);
 }
Esempio n. 4
0
 public static void Set_Schema_Path(string arg0)
 {
     HCSPPINVOKE.Set_Schema_Path(arg0);
 }
Esempio n. 5
0
 public static void Set_Rendering_Options(string arg0)
 {
     HCSPPINVOKE.Set_Rendering_Options(arg0);
 }
Esempio n. 6
0
    public static int Compute_Geometry_Key_Count(int arg0, System.Text.StringBuilder arg1)
    {
        int ret = HCSPPINVOKE.Compute_Geometry_Key_Count(arg0, arg1);

        return(ret);
    }
Esempio n. 7
0
    public static bool Update_Entity(int arg0)
    {
        bool ret = HCSPPINVOKE.Update_Entity__SWIG_2(arg0);

        return(ret);
    }
Esempio n. 8
0
 public static void Delete_Entity_Geometry(uint arg0, int *arg1)
 {
     HCSPPINVOKE.Delete_Entity_Geometry__SWIG_1(arg0, arg1);
 }
Esempio n. 9
0
    public static byte Get_Hash_Level()
    {
        byte ret = HCSPPINVOKE.Get_Hash_Level();

        return(ret);
    }
Esempio n. 10
0
 public static void Compute_Selected_Entity_List(int **arg0, int *arg1)
 {
     HCSPPINVOKE.Compute_Selected_Entity_List(arg0, arg1);
 }
Esempio n. 11
0
    public static bool Associate_Key_To_Entity(int arg0, HLONG arg1)
    {
        bool ret = HCSPPINVOKE.Associate_Key_To_Entity(arg0, arg1);

        return(ret);
    }
Esempio n. 12
0
    public static int Check_Consistency()
    {
        int ret = HCSPPINVOKE.Check_Consistency();

        return(ret);
    }
Esempio n. 13
0
    public static bool Get_Instances_To_Bodies()
    {
        bool ret = HCSPPINVOKE.Get_Instances_To_Bodies();

        return(ret);
    }
Esempio n. 14
0
 public static void Set_Instances_To_Bodies(bool arg0)
 {
     HCSPPINVOKE.Set_Instances_To_Bodies(arg0);
 }
Esempio n. 15
0
 public static void Set_Hash_Level(byte arg0)
 {
     HCSPPINVOKE.Set_Hash_Level(arg0);
 }
Esempio n. 16
0
 public static void Close()
 {
     HCSPPINVOKE.Close();
 }
Esempio n. 17
0
 public static void Delete_Entity_Geometry(uint arg0, int *arg1, bool arg2)
 {
     HCSPPINVOKE.Delete_Entity_Geometry__SWIG_0(arg0, arg1, arg2);
 }
Esempio n. 18
0
 public static void open_assembly_internal(int assembly, bool tesselate, int level)
 {
     HCSPPINVOKE.open_assembly_internal(assembly, tesselate, level);
 }
Esempio n. 19
0
    public static bool Update_Entity(int arg0, int arg1, int arg2)
    {
        bool ret = HCSPPINVOKE.Update_Entity__SWIG_0(arg0, arg1, arg2);

        return(ret);
    }
Esempio n. 20
0
 public static void merge_body_faces_internal(int *bodies_to_merge, uint num_Bodies)
 {
     HCSPPINVOKE.merge_body_faces_internal(bodies_to_merge, num_Bodies);
 }
Esempio n. 21
0
    public static int Compute_Geometry_Keys(int arg0, int arg1, HLONG *arg2, string arg3)
    {
        int ret = HCSPPINVOKE.Compute_Geometry_Keys(arg0, arg1, arg2, arg3);

        return(ret);
    }
Esempio n. 22
0
 public static void insert_vertices_for_body(int body)
 {
     HCSPPINVOKE.insert_vertices_for_body(body);
 }
Esempio n. 23
0
    public static int Compute_TagID(HLONG arg0, int arg1)
    {
        int ret = HCSPPINVOKE.Compute_TagID(arg0, arg1);

        return(ret);
    }
Esempio n. 24
0
 public static void Init(string arg0, byte arg1, bool arg2)
 {
     HCSPPINVOKE.Init__SWIG_0(arg0, arg1, arg2);
 }
Esempio n. 25
0
 public static void Show_Rendering_Options(System.Text.StringBuilder arg0)
 {
     HCSPPINVOKE.Show_Rendering_Options(arg0);
 }
Esempio n. 26
0
 public static void Show_One_Rendering_Option(string arg0, System.Text.StringBuilder arg1)
 {
     HCSPPINVOKE.Show_One_Rendering_Option(arg0, arg1);
 }