NXOpen .NET Reference  12.0.0
Classes | Public Types | Public Member Functions | List of all members
NXOpen.UF.UFUi Class Reference

Contains wrappers for all 'UF_UI' functions and data types. More...

Inheritance diagram for NXOpen.UF.UFUi:

Classes

struct  _Attachment
 
struct  _ErrData
 
struct  _MenubarItem
 
struct  _MessageButtons
 
struct  _SelectionOption
 
struct  Attachment
 Wrapper for UF_UI_attachment_s More...
 
struct  ChainedPoints
 Wrapper for UF_UI_chained_points_s More...
 
struct  ErrData
 Wrapper for UF_UI_err_data_s More...
 
struct  Mask
 Wrapper for UF_UI_mask_s More...
 
struct  MenubarItem
 Wrapper for UF_UI_menubar_item_s More...
 
struct  MessageButtons
 Wrapper for UF_UI_message_buttons_s More...
 
struct  MotionCbData
 Wrapper for UF_UI_motion_cb_data_s More...
 
struct  SelectionOption
 Wrapper for UF_UI_selection_option_s More...
 

Public Types

enum  DialogDirId
 Wrapper for UF_UI_dialog_dir_id_e More...
 
enum  DialogFilterId
 Wrapper for UF_UI_dialog_filter_id_e More...
 
enum  PointBaseMethod
 Wrapper for UF_UI_point_base_method_e More...
 
enum  SelMaskAction
 Wrapper for UF_UI_sel_mask_action_e More...
 

Public Member Functions

delegate void CbProc ()
 This delegate is equivalent to 'UF_UI_cb_proc'. More...
 
delegate int ChangeStateFnT (int new_state)
 This delegate is equivalent to 'UF_UI_change_state_fn_t'. More...
 
delegate bool CreatePartErrFT (IntPtr error_fn_data,[MarshalAs(UnmanagedType.LPStr)] string file_name, int error,[MarshalAs(UnmanagedType.U1)] out bool skip_error_disp)
 This delegate is equivalent to 'UF_UI_create_part_err_f_t'. More...
 
delegate void MotionFnT ([MarshalAs(UnmanagedType.LPArray, SizeConst=3)] double[] screen_pos, ref MotionCbData motion_cb_data, IntPtr data)
 This delegate is equivalent to 'UF_UI_motion_fn_t'. More...
 
delegate bool OpenPartErrFT (IntPtr error_fn_data,[MarshalAs(UnmanagedType.LPStr)] string file_name, int error, IntPtr error_status,[MarshalAs(UnmanagedType.U1)] out bool skip_error_disp)
 This delegate is equivalent to 'UF_UI_open_part_err_f_t'. More...
 
delegate int SelCbFnT (int num_selected,[MarshalAs(UnmanagedType.LPArray, SizeParamIndex=0)] NXOpen.Tag[] selected_objects, int num_deselected,[MarshalAs(UnmanagedType.LPArray, SizeParamIndex=2)] NXOpen.Tag[] deselected_objects, IntPtr user_data, IntPtr select_)
 This delegate is equivalent to 'UF_UI_sel_cb_fn_t'. More...
 
delegate int SelFilterFnT (NXOpen.Tag _object,[MarshalAs(UnmanagedType.LPArray, SizeConst=3)] int[] type, IntPtr user_data, IntPtr select_)
 This delegate is equivalent to 'UF_UI_sel_filter_fn_t'. More...
 
delegate int SelInitFnT (IntPtr select_, IntPtr user_data)
 This delegate is equivalent to 'UF_UI_sel_init_fn_t'. More...
 
void AddToClassSel (uint class_id)
 Wrapper method for UF_UI_add_to_class_sel More...
 
void AddToSelList (IntPtr select_, int num, NXOpen.Tag[] objs, bool highlight_flag)
 Wrapper method for UF_UI_add_to_sel_list More...
 
void AllowNonWorkPartFeatureSelection (IntPtr select_, bool allow)
 Wrapper method for UF_UI_allow_non_work_part_feature_selection More...
 
unsafe void AppendMenubarMenu (ref MenubarItem menu, ChangeStateFnT change_state, string application_name)
 Wrapper method for UF_UI_append_menubar_menu More...
 
unsafe void AskCreatePartFilename (ref string file_name, ref int units, out int response)
 Wrapper method for UF_UI_ask_create_part_filename More...
 
void AskCursorView (out int cursor_view)
 Wrapper method for UF_UI_ask_cursor_view More...
 
unsafe void AskDialogDirectory (DialogDirId dir_index, out string dir_name)
 Wrapper method for UF_UI_ask_dialog_directory More...
 
unsafe void AskDialogFilter (DialogFilterId dir_index, out string fltr_name)
 Wrapper method for UF_UI_ask_dialog_filter More...
 
unsafe void AskGlobalSelObjectList (out int num_objects, out NXOpen.Tag[] objects)
 Wrapper method for UF_UI_ask_global_sel_object_list More...
 
void AskInfoUnits (out int units)
 Wrapper method for UF_UI_ask_info_units More...
 
void AskIwDecimalPlaces (out int mode, out int decimal_places)
 Wrapper method for UF_UI_ask_iw_decimal_places More...
 
unsafe void AskLastPickedView (out string view_name)
 Wrapper method for uc1653 More...
 
int AskLockStatus ()
 Wrapper method for UF_UI_ask_lock_status More...
 
void AskMinimalGraphicsWindow (out bool is_set)
 Wrapper method for UF_UI_ask_minimal_graphics_window More...
 
unsafe void AskOpenPartFilename (ref string file_name, ref bool unused, out int response)
 Wrapper method for UF_UI_ask_open_part_filename More...
 
void AskRibbonVis (IntPtr ribbon_id, out int show)
 Wrapper method for UF_UI_ask_ribbon_vis More...
 
void AskSelCursorPos (IntPtr select_, out NXOpen.Tag view,[Out] double[] abs_cursor_pos)
 Wrapper method for UF_UI_ask_sel_cursor_pos More...
 
void AskSelDescriptor (IntPtr select_, out int descriptor)
 Wrapper method for UF_UI_ask_sel_descriptor More...
 
void AskSelListCount (IntPtr select_, out int count)
 Wrapper method for UF_UI_ask_sel_list_count More...
 
unsafe void AskSelObjectList (IntPtr select_, out int count, out NXOpen.Tag[] objs)
 Wrapper method for UF_UI_ask_sel_object_list More...
 
void AskSelRectanglePos (IntPtr select_, out NXOpen.Tag view,[Out] double[] pos1,[Out] double[] pos2,[Out] double[] pos3,[Out] double[] pos4)
 Wrapper method for UF_UI_ask_sel_rectangle_pos More...
 
unsafe int AskStringInput (string cue, ref string str, out int length)
 Wrapper method for uc1600 More...
 
void AskToolbarVis (IntPtr tool_id, out int show)
 Wrapper method for UF_UI_ask_toolbar_vis More...
 
void CancelUfDialog (int from_where)
 Wrapper method for UF_UI_cancel_uf_dialog More...
 
void CloseListingWindow ()
 Wrapper method for UF_UI_close_listing_window More...
 
unsafe void CreateFilebox (string prompt_string, string title_string, ref string filter_string, string default_name, out string filename, out int response)
 Wrapper method for UF_UI_create_filebox More...
 
unsafe void CreateFileboxWithMultipleFilters (string prompt_string, string title_string, string[] file_extensions, int num_extensions, string default_name, out string filename, out int response)
 Wrapper method for UF_UI_create_filebox_with_multiple_filters More...
 
void CreateRibbon (string file_name, int show, out IntPtr ribbon_id)
 Wrapper method for UF_UI_create_ribbon More...
 
void CreateToolbar (string file_name, int show, out IntPtr tool_id)
 Wrapper method for UF_UI_create_toolbar More...
 
void CreateUsertool (int tool_num, string filename, bool map_flag, out bool read_flag)
 Wrapper method for UF_UI_create_usertool More...
 
void DeleteFromClassSel (uint class_id)
 Wrapper method for UF_UI_delete_from_class_sel More...
 
void DisableQuickAccess ()
 Wrapper method for UF_UI_disable_quick_access More...
 
void DismissDialogArea2 ()
 Wrapper method for UF_UI_dismiss_dialog_area_2 More...
 
unsafe int DisplayMenu (string title, int default_item, string[] items, int num_items)
 Wrapper method for uc1603 More...
 
void DisplayMessage (string message, int option)
 Wrapper method for uc1601 More...
 
unsafe int DisplayMultiSelectMenu (string cue, int ip2, string[] items, int num_items,[Out] int[] selected)
 Wrapper method for uc1605 More...
 
void DisplayNonmodalMsg (string title_string, string message, int pos_method)
 Wrapper method for UF_UI_display_nonmodal_msg More...
 
int DisplayUrl (string url)
 Wrapper method for UF_UI_display_url More...
 
int DisplayUrlAndActivate (string url)
 Wrapper method for UF_UI_display_url_and_activate More...
 
void DisplayUsertool (int tool_num, bool map_flag)
 Wrapper method for UF_UI_display_usertool More...
 
void EnableQuickAccess ()
 Wrapper method for UF_UI_enable_quick_access More...
 
void ExitListingWindow ()
 Wrapper method for UF_UI_exit_listing_window More...
 
void GetDa1Coords (out short x, out short y)
 Wrapper method for UF_UI_get_DA1_coords More...
 
void GetDa2Coords (out short x, out short y)
 Wrapper method for UF_UI_get_DA2_coords More...
 
IntPtr GetDefaultParent ()
 Wrapper method for UF_UI_get_default_parent More...
 
unsafe int GetInputDoubles (string cp1, string[] cp2, int ip3,[In, Out] double[] ra4, ref int ip5)
 Wrapper method for uc1609 More...
 
unsafe int GetInputIntegers (string cp1, string[] cp2, int ip3,[In, Out] int[] ia4, ref int ip5)
 Wrapper method for uc1607 More...
 
unsafe int GetInputNumbers (string cp1, string[] cp2, int ip3,[In, Out] int[] ia4,[In, Out] double[] ra5, int[] ip6)
 Wrapper method for uc1608 More...
 
unsafe int GetInputValues (string cp1, string[] cp2, int ip3,[In, Out] int[] ia4,[In, Out] double[] ra5, ref string[] ca6, int[] ip7)
 Wrapper method for uc1613 More...
 
unsafe void InitAttachments (ref Attachment attach)
 Wrapper method for UF_UI_init_attachments More...
 
void IsListingWindowOpen (out bool response)
 Wrapper method for UF_UI_is_listing_window_open More...
 
void IsObjectInSelList (IntPtr select_, NXOpen.Tag _object, out bool in_list)
 Wrapper method for UF_UI_is_object_in_sel_list More...
 
int LockUgAccess (int from_where)
 Wrapper method for UF_UI_lock_ug_access More...
 
unsafe void MessageDialog (string title_string, UiMessageDialogType dialog_type, string[] messages, int num_messages, bool translate, ref MessageButtons buttons, out int response)
 Wrapper method for UF_UI_message_dialog More...
 
void OpenListingWindow ()
 Wrapper method for UF_UI_open_listing_window More...
 
int PickCsys (string title, ref int option,[Out] double[] csys_matrix,[Out] double[] origin)
 Wrapper method for uc1630 More...
 
int PickPoint (string cue,[Out] double[] point)
 Wrapper method for uc1615 More...
 
unsafe int PickView (string title, out string view_name)
 Wrapper method for uc1652 More...
 
void PointConstruct (string cue, ref PointBaseMethod base_method, out NXOpen.Tag point_tag,[Out] double[] base_pt, out int response)
 Wrapper method for UF_UI_point_construct More...
 
int PointSubfunction (string cue,[In, Out] int[] mode, int point_display_mode,[Out] double[] point)
 Wrapper method for uc1616 More...
 
void RegisterChangeStateFn (ChangeStateFnT change_state, string application_name)
 Wrapper method for UF_UI_register_change_state_fn More...
 
void RemoveAllFromSelList (IntPtr select_, bool unhighlight)
 Wrapper method for UF_UI_remove_all_from_sel_list More...
 
void RemoveFromSelList (IntPtr select_, int num, NXOpen.Tag[] objs, bool unhighlight)
 Wrapper method for UF_UI_remove_from_sel_list More...
 
void RemoveRibbon (IntPtr ribbon_id)
 Wrapper method for UF_UI_remove_ribbon More...
 
void RemoveToolbar (IntPtr tool_id)
 Wrapper method for UF_UI_remove_toolbar More...
 
void ResumeCreateToolbar ()
 Wrapper method for UF_UI_resume_create_toolbar More...
 
void ResumeInitAppstate ()
 Wrapper method for UF_UI_resume_init_appstate More...
 
void ResumeRemoveToolbar ()
 Wrapper method for UF_UI_resume_remove_toolbar More...
 
void RouteInvokeCallback (string call_back_name, int num_objects, ref NXOpen.Tag objects)
 Wrapper method for UF_UI_route_invoke_callback More...
 
void SaveListingWindow (string filename)
 Wrapper method for UF_UI_save_listing_window More...
 
unsafe void SelectByClass (string message, ref SelectionOption opts, out int response, out int count, out NXOpen.Tag[] _object)
 Wrapper method for UF_UI_select_by_class More...
 
unsafe void SelectConehead (string message, int num, double[] origins, double[] directions, string[] labels, UFDisp.ConeheadAttrbSTag[] attributes, double selection_point, int display_coneheads, out int selected_num, out int response)
 Wrapper method for UF_UI_select_conehead More...
 
unsafe void SelectFeature (string message, IntPtr filter, out int count, out NXOpen.Tag[] feature_tags, out int response)
 Wrapper method for UF_UI_select_feature More...
 
unsafe void SelectParameters (string message, NXOpen.Tag feature_tag, out int count, out NXOpen.Tag[] exp_tags, out int response)
 Wrapper method for UF_UI_select_parameters More...
 
unsafe void SelectPointCollection (string message, bool coincident_points, out ChainedPoints[] points, out int count, out int response)
 Wrapper method for UF_UI_select_point_collection More...
 
unsafe void SelectRoutingObjects (string title, string message, int types, ref int method, int scope, out int response, out int count, out NXOpen.Tag[] objects)
 Wrapper method for UF_UI_select_routing_objects More...
 
unsafe void SelectRpoDimensions (string message, NXOpen.Tag feature_tag, out int count, out NXOpen.Tag[] exp_tags, out int response)
 Wrapper method for UF_UI_select_rpo_dimensions More...
 
unsafe void SelectSingle (string message, ref SelectionOption opts, out int response, out NXOpen.Tag _object,[Out] double[] cursor, out NXOpen.Tag view)
 Wrapper method for UF_UI_select_single More...
 
void SelectSketch (string message, IntPtr mask, out NXOpen.Tag sketch_tag, out int response)
 Wrapper method for UF_UI_select_sketch More...
 
unsafe void SelectSketchDimensions (string message, NXOpen.Tag sketch_tag, out int count, out NXOpen.Tag[] exp_tags, out int response)
 Wrapper method for UF_UI_select_sketch_dimensions More...
 
unsafe void SelectTcResultFileToImport (string[] file_extensions, int num_extensions, out string filename, out int response)
 Wrapper method for UF_UI_select_tc_result_file_to_import More...
 
unsafe void SelectWithClassDialog (string message, string title, int scope, SelInitFnT sel_init_proc, IntPtr user_data, out int response, out int count, out NXOpen.Tag[] _object)
 Wrapper method for UF_UI_select_with_class_dialog More...
 
void SelectWithSingleDialog (string message, string title, int scope, SelInitFnT init_proc, IntPtr user_data, out int response, out NXOpen.Tag _object,[Out] double[] cursor, out NXOpen.Tag view)
 Wrapper method for UF_UI_select_with_single_dialog More...
 
void SetCursorView (int new_cursor_view)
 Wrapper method for UF_UI_set_cursor_view More...
 
void SetDialogDirectory (DialogDirId id, string dir_name)
 Wrapper method for UF_UI_set_dialog_directory More...
 
void SetDialogFilter (DialogFilterId id, string fltr_name)
 Wrapper method for UF_UI_set_dialog_filter More...
 
void SetForceUnlockFlag ()
 Wrapper method for UF_UI_set_force_unlock_flag More...
 
void SetMinimalGraphicsWindow (bool set)
 Wrapper method for UF_UI_set_minimal_graphics_window More...
 
void SetMinimalGraphicsWindowLocation (int left, int top, int right, int bottom)
 Wrapper method for UF_UI_set_minimal_graphics_window_location More...
 
void SetPrompt (string prompt_text)
 Wrapper method for UF_UI_set_prompt More...
 
void SetRibbonVis (IntPtr ribbonl_id, int show)
 Wrapper method for UF_UI_set_ribbon_vis More...
 
void SetSelMask (IntPtr select_, SelMaskAction action, int num, Mask[] mask_triples)
 Wrapper method for UF_UI_set_sel_mask More...
 
void SetSelProcs (IntPtr select_, SelFilterFnT filter_proc, SelCbFnT sel_cb, IntPtr user_data)
 Wrapper method for UF_UI_set_sel_procs More...
 
void SetSelType (IntPtr select_, int type)
 Wrapper method for UF_UI_set_sel_type More...
 
void SetSelectMask (int action, int num_items, int[] items_to_mask)
 Wrapper method for UF_UI_set_select_mask More...
 
void SetStatus (string status_text)
 Wrapper method for UF_UI_set_status More...
 
void SetToolbarVis (IntPtr tool_id, int show)
 Wrapper method for UF_UI_set_toolbar_vis More...
 
void SetUsertoolMenuEntry (int option_number, string label, string filename)
 Wrapper method for UF_UI_set_usertool_menu_entry More...
 
int SpecifyCsys (string title, ref int option,[Out] double[] csys_matrix,[Out] double[] origin, ref NXOpen.Tag csys_tag)
 Wrapper method for UF_UI_specify_csys More...
 
void SpecifyPlane (string message, ref int mode, int display, out int response, double[] orientation, double[] origin, out NXOpen.Tag plane_eid)
 Wrapper method for UF_UI_specify_plane More...
 
void SpecifyScreenPosition (string message, MotionFnT motion_cb, IntPtr motion_cb_data,[Out] double[] screen_pos, out NXOpen.Tag view_tag, out int response)
 Wrapper method for UF_UI_specify_screen_position More...
 
void SpecifyVector (string message, ref int mode, int display_conehead,[Out] double[] direction,[Out] double[] origin, out int response)
 Wrapper method for UF_UI_specify_vector More...
 
void SuspendCreateToolbar ()
 Wrapper method for UF_UI_suspend_create_toolbar More...
 
void SuspendInitAppstate ()
 Wrapper method for UF_UI_suspend_init_appstate More...
 
void SuspendRemoveToolbar ()
 Wrapper method for UF_UI_suspend_remove_toolbar More...
 
void ToggleStoplight (int toggle_on_off)
 Wrapper method for UF_UI_toggle_stoplight More...
 
unsafe void UgmgrAskCreatePartFileName (out string filename, out string part_type, out string template_name, out int response)
 Wrapper method for UF_UI_ugmgr_ask_create_part_file_name More...
 
int UnlockUgAccess (int from_where)
 Wrapper method for UF_UI_unlock_ug_access More...
 
void UpdateListingWindow ()
 Wrapper method for UF_UI_update_listing_window More...
 
void WriteListingWindow (string _string)
 Wrapper method for UF_UI_write_listing_window More...
 

Detailed Description

Contains wrappers for all 'UF_UI' functions and data types.

Member Enumeration Documentation

Wrapper for UF_UI_dialog_dir_id_e

Refer to UF_UI_dialog_dir_id_e for documentation
Mapping Help

Wrapper for UF_UI_dialog_filter_id_e

Refer to UF_UI_dialog_filter_id_e for documentation
Mapping Help

Wrapper for UF_UI_point_base_method_e

Refer to UF_UI_point_base_method_e for documentation
Mapping Help

Wrapper for UF_UI_sel_mask_action_e

Refer to UF_UI_sel_mask_action_e for documentation
Mapping Help

Member Function Documentation

void NXOpen.UF.UFUi.AddToClassSel ( uint  class_id)

Wrapper method for UF_UI_add_to_class_sel

Refer to UF_UI_add_to_class_sel for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.AddToSelList ( IntPtr  select_,
int  num,
NXOpen.Tag[]  objs,
bool  highlight_flag 
)

Wrapper method for UF_UI_add_to_sel_list

Refer to UF_UI_add_to_sel_list for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.AllowNonWorkPartFeatureSelection ( IntPtr  select_,
bool  allow 
)

Wrapper method for UF_UI_allow_non_work_part_feature_selection

Refer to UF_UI_allow_non_work_part_feature_selection for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.AppendMenubarMenu ( ref MenubarItem  menu,
ChangeStateFnT  change_state,
string  application_name 
)

Wrapper method for UF_UI_append_menubar_menu

Refer to UF_UI_append_menubar_menu for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.AskCreatePartFilename ( ref string  file_name,
ref int  units,
out int  response 
)

Wrapper method for UF_UI_ask_create_part_filename

Refer to UF_UI_ask_create_part_filename for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.AskCursorView ( out int  cursor_view)

Wrapper method for UF_UI_ask_cursor_view

Refer to UF_UI_ask_cursor_view for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.AskDialogDirectory ( DialogDirId  dir_index,
out string  dir_name 
)

Wrapper method for UF_UI_ask_dialog_directory

Refer to UF_UI_ask_dialog_directory for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.AskDialogFilter ( DialogFilterId  dir_index,
out string  fltr_name 
)

Wrapper method for UF_UI_ask_dialog_filter

Refer to UF_UI_ask_dialog_filter for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.AskGlobalSelObjectList ( out int  num_objects,
out NXOpen.Tag[]  objects 
)

Wrapper method for UF_UI_ask_global_sel_object_list

Refer to UF_UI_ask_global_sel_object_list for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.AskInfoUnits ( out int  units)

Wrapper method for UF_UI_ask_info_units

Refer to UF_UI_ask_info_units for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.AskIwDecimalPlaces ( out int  mode,
out int  decimal_places 
)

Wrapper method for UF_UI_ask_iw_decimal_places

Refer to UF_UI_ask_iw_decimal_places for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.AskLastPickedView ( out string  view_name)

Wrapper method for uc1653

Refer to uc1653 for documentation
Mapping Help

License requirements:None

int NXOpen.UF.UFUi.AskLockStatus ( )

Wrapper method for UF_UI_ask_lock_status

Refer to UF_UI_ask_lock_status for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.AskMinimalGraphicsWindow ( out bool  is_set)

Wrapper method for UF_UI_ask_minimal_graphics_window

Refer to UF_UI_ask_minimal_graphics_window for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.AskOpenPartFilename ( ref string  file_name,
ref bool  unused,
out int  response 
)

Wrapper method for UF_UI_ask_open_part_filename

Refer to UF_UI_ask_open_part_filename for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.AskRibbonVis ( IntPtr  ribbon_id,
out int  show 
)

Wrapper method for UF_UI_ask_ribbon_vis

Refer to UF_UI_ask_ribbon_vis for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.AskSelCursorPos ( IntPtr  select_,
out NXOpen.Tag  view,
[Out] double[]  abs_cursor_pos 
)

Wrapper method for UF_UI_ask_sel_cursor_pos

Refer to UF_UI_ask_sel_cursor_pos for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.AskSelDescriptor ( IntPtr  select_,
out int  descriptor 
)

Wrapper method for UF_UI_ask_sel_descriptor

Refer to UF_UI_ask_sel_descriptor for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.AskSelListCount ( IntPtr  select_,
out int  count 
)

Wrapper method for UF_UI_ask_sel_list_count

Refer to UF_UI_ask_sel_list_count for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.AskSelObjectList ( IntPtr  select_,
out int  count,
out NXOpen.Tag[]  objs 
)

Wrapper method for UF_UI_ask_sel_object_list

Refer to UF_UI_ask_sel_object_list for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.AskSelRectanglePos ( IntPtr  select_,
out NXOpen.Tag  view,
[Out] double[]  pos1,
[Out] double[]  pos2,
[Out] double[]  pos3,
[Out] double[]  pos4 
)

Wrapper method for UF_UI_ask_sel_rectangle_pos

Refer to UF_UI_ask_sel_rectangle_pos for documentation
Mapping Help

License requirements:None

unsafe int NXOpen.UF.UFUi.AskStringInput ( string  cue,
ref string  str,
out int  length 
)

Wrapper method for uc1600

Refer to uc1600 for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.AskToolbarVis ( IntPtr  tool_id,
out int  show 
)

Wrapper method for UF_UI_ask_toolbar_vis

Refer to UF_UI_ask_toolbar_vis for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.CancelUfDialog ( int  from_where)

Wrapper method for UF_UI_cancel_uf_dialog

Refer to UF_UI_cancel_uf_dialog for documentation
Mapping Help

License requirements:None

delegate void NXOpen.UF.UFUi.CbProc ( )

This delegate is equivalent to 'UF_UI_cb_proc'.

delegate int NXOpen.UF.UFUi.ChangeStateFnT ( int  new_state)

This delegate is equivalent to 'UF_UI_change_state_fn_t'.

void NXOpen.UF.UFUi.CloseListingWindow ( )

Wrapper method for UF_UI_close_listing_window

Refer to UF_UI_close_listing_window for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.CreateFilebox ( string  prompt_string,
string  title_string,
ref string  filter_string,
string  default_name,
out string  filename,
out int  response 
)

Wrapper method for UF_UI_create_filebox

Refer to UF_UI_create_filebox for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.CreateFileboxWithMultipleFilters ( string  prompt_string,
string  title_string,
string[]  file_extensions,
int  num_extensions,
string  default_name,
out string  filename,
out int  response 
)

Wrapper method for UF_UI_create_filebox_with_multiple_filters

Refer to UF_UI_create_filebox_with_multiple_filters for documentation
Mapping Help

License requirements:None

delegate bool NXOpen.UF.UFUi.CreatePartErrFT ( IntPtr  error_fn_data,
[MarshalAs(UnmanagedType.LPStr)] string  file_name,
int  error,
[MarshalAs(UnmanagedType.U1)] out bool  skip_error_disp 
)

This delegate is equivalent to 'UF_UI_create_part_err_f_t'.

void NXOpen.UF.UFUi.CreateRibbon ( string  file_name,
int  show,
out IntPtr  ribbon_id 
)

Wrapper method for UF_UI_create_ribbon

Refer to UF_UI_create_ribbon for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.CreateToolbar ( string  file_name,
int  show,
out IntPtr  tool_id 
)

Wrapper method for UF_UI_create_toolbar

Refer to UF_UI_create_toolbar for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.CreateUsertool ( int  tool_num,
string  filename,
bool  map_flag,
out bool  read_flag 
)

Wrapper method for UF_UI_create_usertool

Refer to UF_UI_create_usertool for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.DeleteFromClassSel ( uint  class_id)

Wrapper method for UF_UI_delete_from_class_sel

Refer to UF_UI_delete_from_class_sel for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.DisableQuickAccess ( )

Wrapper method for UF_UI_disable_quick_access

Refer to UF_UI_disable_quick_access for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.DismissDialogArea2 ( )

Wrapper method for UF_UI_dismiss_dialog_area_2

Refer to UF_UI_dismiss_dialog_area_2 for documentation
Mapping Help

License requirements:None

unsafe int NXOpen.UF.UFUi.DisplayMenu ( string  title,
int  default_item,
string[]  items,
int  num_items 
)

Wrapper method for uc1603

Refer to uc1603 for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.DisplayMessage ( string  message,
int  option 
)

Wrapper method for uc1601

Refer to uc1601 for documentation
Mapping Help

License requirements:None

unsafe int NXOpen.UF.UFUi.DisplayMultiSelectMenu ( string  cue,
int  ip2,
string[]  items,
int  num_items,
[Out] int[]  selected 
)

Wrapper method for uc1605

Refer to uc1605 for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.DisplayNonmodalMsg ( string  title_string,
string  message,
int  pos_method 
)

Wrapper method for UF_UI_display_nonmodal_msg

Refer to UF_UI_display_nonmodal_msg for documentation
Mapping Help

License requirements:None

int NXOpen.UF.UFUi.DisplayUrl ( string  url)

Wrapper method for UF_UI_display_url

Refer to UF_UI_display_url for documentation
Mapping Help

License requirements:None

int NXOpen.UF.UFUi.DisplayUrlAndActivate ( string  url)

Wrapper method for UF_UI_display_url_and_activate

Refer to UF_UI_display_url_and_activate for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.DisplayUsertool ( int  tool_num,
bool  map_flag 
)

Wrapper method for UF_UI_display_usertool

Refer to UF_UI_display_usertool for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.EnableQuickAccess ( )

Wrapper method for UF_UI_enable_quick_access

Refer to UF_UI_enable_quick_access for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.ExitListingWindow ( )

Wrapper method for UF_UI_exit_listing_window

Refer to UF_UI_exit_listing_window for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.GetDa1Coords ( out short  x,
out short  y 
)

Wrapper method for UF_UI_get_DA1_coords

Refer to UF_UI_get_DA1_coords for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.GetDa2Coords ( out short  x,
out short  y 
)

Wrapper method for UF_UI_get_DA2_coords

Refer to UF_UI_get_DA2_coords for documentation
Mapping Help

License requirements:None

IntPtr NXOpen.UF.UFUi.GetDefaultParent ( )

Wrapper method for UF_UI_get_default_parent

Refer to UF_UI_get_default_parent for documentation
Mapping Help

License requirements:None

unsafe int NXOpen.UF.UFUi.GetInputDoubles ( string  cp1,
string[]  cp2,
int  ip3,
[In, Out] double[]  ra4,
ref int  ip5 
)

Wrapper method for uc1609

Refer to uc1609 for documentation
Mapping Help

License requirements:None

unsafe int NXOpen.UF.UFUi.GetInputIntegers ( string  cp1,
string[]  cp2,
int  ip3,
[In, Out] int[]  ia4,
ref int  ip5 
)

Wrapper method for uc1607

Refer to uc1607 for documentation
Mapping Help

License requirements:None

unsafe int NXOpen.UF.UFUi.GetInputNumbers ( string  cp1,
string[]  cp2,
int  ip3,
[In, Out] int[]  ia4,
[In, Out] double[]  ra5,
int[]  ip6 
)

Wrapper method for uc1608

Refer to uc1608 for documentation
Mapping Help

License requirements:None

unsafe int NXOpen.UF.UFUi.GetInputValues ( string  cp1,
string[]  cp2,
int  ip3,
[In, Out] int[]  ia4,
[In, Out] double[]  ra5,
ref string[]  ca6,
int[]  ip7 
)

Wrapper method for uc1613

Refer to uc1613 for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.InitAttachments ( ref Attachment  attach)

Wrapper method for UF_UI_init_attachments

Refer to UF_UI_init_attachments for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.IsListingWindowOpen ( out bool  response)

Wrapper method for UF_UI_is_listing_window_open

Refer to UF_UI_is_listing_window_open for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.IsObjectInSelList ( IntPtr  select_,
NXOpen.Tag  _object,
out bool  in_list 
)

Wrapper method for UF_UI_is_object_in_sel_list

Refer to UF_UI_is_object_in_sel_list for documentation
Mapping Help

License requirements:None

int NXOpen.UF.UFUi.LockUgAccess ( int  from_where)

Wrapper method for UF_UI_lock_ug_access

Refer to UF_UI_lock_ug_access for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.MessageDialog ( string  title_string,
UiMessageDialogType  dialog_type,
string[]  messages,
int  num_messages,
bool  translate,
ref MessageButtons  buttons,
out int  response 
)

Wrapper method for UF_UI_message_dialog

Refer to UF_UI_message_dialog for documentation
Mapping Help

License requirements:None

delegate void NXOpen.UF.UFUi.MotionFnT ( [MarshalAs(UnmanagedType.LPArray, SizeConst=3)] double[]  screen_pos,
ref MotionCbData  motion_cb_data,
IntPtr  data 
)

This delegate is equivalent to 'UF_UI_motion_fn_t'.

void NXOpen.UF.UFUi.OpenListingWindow ( )

Wrapper method for UF_UI_open_listing_window

Refer to UF_UI_open_listing_window for documentation
Mapping Help

License requirements:None

delegate bool NXOpen.UF.UFUi.OpenPartErrFT ( IntPtr  error_fn_data,
[MarshalAs(UnmanagedType.LPStr)] string  file_name,
int  error,
IntPtr  error_status,
[MarshalAs(UnmanagedType.U1)] out bool  skip_error_disp 
)

This delegate is equivalent to 'UF_UI_open_part_err_f_t'.

int NXOpen.UF.UFUi.PickCsys ( string  title,
ref int  option,
[Out] double[]  csys_matrix,
[Out] double[]  origin 
)

Wrapper method for uc1630

Refer to uc1630 for documentation
Mapping Help

License requirements:None

int NXOpen.UF.UFUi.PickPoint ( string  cue,
[Out] double[]  point 
)

Wrapper method for uc1615

Refer to uc1615 for documentation
Mapping Help

License requirements:None

unsafe int NXOpen.UF.UFUi.PickView ( string  title,
out string  view_name 
)

Wrapper method for uc1652

Refer to uc1652 for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.PointConstruct ( string  cue,
ref PointBaseMethod  base_method,
out NXOpen.Tag  point_tag,
[Out] double[]  base_pt,
out int  response 
)

Wrapper method for UF_UI_point_construct

Refer to UF_UI_point_construct for documentation
Mapping Help

License requirements:None

int NXOpen.UF.UFUi.PointSubfunction ( string  cue,
[In, Out] int[]  mode,
int  point_display_mode,
[Out] double[]  point 
)

Wrapper method for uc1616

Refer to uc1616 for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.RegisterChangeStateFn ( ChangeStateFnT  change_state,
string  application_name 
)

Wrapper method for UF_UI_register_change_state_fn

Refer to UF_UI_register_change_state_fn for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.RemoveAllFromSelList ( IntPtr  select_,
bool  unhighlight 
)

Wrapper method for UF_UI_remove_all_from_sel_list

Refer to UF_UI_remove_all_from_sel_list for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.RemoveFromSelList ( IntPtr  select_,
int  num,
NXOpen.Tag[]  objs,
bool  unhighlight 
)

Wrapper method for UF_UI_remove_from_sel_list

Refer to UF_UI_remove_from_sel_list for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.RemoveRibbon ( IntPtr  ribbon_id)

Wrapper method for UF_UI_remove_ribbon

Refer to UF_UI_remove_ribbon for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.RemoveToolbar ( IntPtr  tool_id)

Wrapper method for UF_UI_remove_toolbar

Refer to UF_UI_remove_toolbar for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.ResumeCreateToolbar ( )

Wrapper method for UF_UI_resume_create_toolbar

Refer to UF_UI_resume_create_toolbar for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.ResumeInitAppstate ( )

Wrapper method for UF_UI_resume_init_appstate

Refer to UF_UI_resume_init_appstate for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.ResumeRemoveToolbar ( )

Wrapper method for UF_UI_resume_remove_toolbar

Refer to UF_UI_resume_remove_toolbar for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.RouteInvokeCallback ( string  call_back_name,
int  num_objects,
ref NXOpen.Tag  objects 
)

Wrapper method for UF_UI_route_invoke_callback

Refer to UF_UI_route_invoke_callback for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SaveListingWindow ( string  filename)

Wrapper method for UF_UI_save_listing_window

Refer to UF_UI_save_listing_window for documentation
Mapping Help

License requirements:None

delegate int NXOpen.UF.UFUi.SelCbFnT ( int  num_selected,
[MarshalAs(UnmanagedType.LPArray, SizeParamIndex=0)] NXOpen.Tag[]  selected_objects,
int  num_deselected,
[MarshalAs(UnmanagedType.LPArray, SizeParamIndex=2)] NXOpen.Tag[]  deselected_objects,
IntPtr  user_data,
IntPtr  select_ 
)

This delegate is equivalent to 'UF_UI_sel_cb_fn_t'.

unsafe void NXOpen.UF.UFUi.SelectByClass ( string  message,
ref SelectionOption  opts,
out int  response,
out int  count,
out NXOpen.Tag[]  _object 
)

Wrapper method for UF_UI_select_by_class

Refer to UF_UI_select_by_class for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.SelectConehead ( string  message,
int  num,
double[]  origins,
double[]  directions,
string[]  labels,
UFDisp.ConeheadAttrbSTag[]  attributes,
double  selection_point,
int  display_coneheads,
out int  selected_num,
out int  response 
)

Wrapper method for UF_UI_select_conehead

Refer to UF_UI_select_conehead for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.SelectFeature ( string  message,
IntPtr  filter,
out int  count,
out NXOpen.Tag[]  feature_tags,
out int  response 
)

Wrapper method for UF_UI_select_feature

Refer to UF_UI_select_feature for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.SelectParameters ( string  message,
NXOpen.Tag  feature_tag,
out int  count,
out NXOpen.Tag[]  exp_tags,
out int  response 
)

Wrapper method for UF_UI_select_parameters

Refer to UF_UI_select_parameters for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.SelectPointCollection ( string  message,
bool  coincident_points,
out ChainedPoints[]  points,
out int  count,
out int  response 
)

Wrapper method for UF_UI_select_point_collection

Refer to UF_UI_select_point_collection for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.SelectRoutingObjects ( string  title,
string  message,
int  types,
ref int  method,
int  scope,
out int  response,
out int  count,
out NXOpen.Tag[]  objects 
)

Wrapper method for UF_UI_select_routing_objects

Refer to UF_UI_select_routing_objects for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.SelectRpoDimensions ( string  message,
NXOpen.Tag  feature_tag,
out int  count,
out NXOpen.Tag[]  exp_tags,
out int  response 
)

Wrapper method for UF_UI_select_rpo_dimensions

Refer to UF_UI_select_rpo_dimensions for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.SelectSingle ( string  message,
ref SelectionOption  opts,
out int  response,
out NXOpen.Tag  _object,
[Out] double[]  cursor,
out NXOpen.Tag  view 
)

Wrapper method for UF_UI_select_single

Refer to UF_UI_select_single for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SelectSketch ( string  message,
IntPtr  mask,
out NXOpen.Tag  sketch_tag,
out int  response 
)

Wrapper method for UF_UI_select_sketch

Refer to UF_UI_select_sketch for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.SelectSketchDimensions ( string  message,
NXOpen.Tag  sketch_tag,
out int  count,
out NXOpen.Tag[]  exp_tags,
out int  response 
)

Wrapper method for UF_UI_select_sketch_dimensions

Refer to UF_UI_select_sketch_dimensions for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.SelectTcResultFileToImport ( string[]  file_extensions,
int  num_extensions,
out string  filename,
out int  response 
)

Wrapper method for UF_UI_select_tc_result_file_to_import

Refer to UF_UI_select_tc_result_file_to_import for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.SelectWithClassDialog ( string  message,
string  title,
int  scope,
SelInitFnT  sel_init_proc,
IntPtr  user_data,
out int  response,
out int  count,
out NXOpen.Tag[]  _object 
)

Wrapper method for UF_UI_select_with_class_dialog

Refer to UF_UI_select_with_class_dialog for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SelectWithSingleDialog ( string  message,
string  title,
int  scope,
SelInitFnT  init_proc,
IntPtr  user_data,
out int  response,
out NXOpen.Tag  _object,
[Out] double[]  cursor,
out NXOpen.Tag  view 
)

Wrapper method for UF_UI_select_with_single_dialog

Refer to UF_UI_select_with_single_dialog for documentation
Mapping Help

License requirements:None

delegate int NXOpen.UF.UFUi.SelFilterFnT ( NXOpen.Tag  _object,
[MarshalAs(UnmanagedType.LPArray, SizeConst=3)] int[]  type,
IntPtr  user_data,
IntPtr  select_ 
)

This delegate is equivalent to 'UF_UI_sel_filter_fn_t'.

delegate int NXOpen.UF.UFUi.SelInitFnT ( IntPtr  select_,
IntPtr  user_data 
)

This delegate is equivalent to 'UF_UI_sel_init_fn_t'.

void NXOpen.UF.UFUi.SetCursorView ( int  new_cursor_view)

Wrapper method for UF_UI_set_cursor_view

Refer to UF_UI_set_cursor_view for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetDialogDirectory ( DialogDirId  id,
string  dir_name 
)

Wrapper method for UF_UI_set_dialog_directory

Refer to UF_UI_set_dialog_directory for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetDialogFilter ( DialogFilterId  id,
string  fltr_name 
)

Wrapper method for UF_UI_set_dialog_filter

Refer to UF_UI_set_dialog_filter for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetForceUnlockFlag ( )

Wrapper method for UF_UI_set_force_unlock_flag

Refer to UF_UI_set_force_unlock_flag for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetMinimalGraphicsWindow ( bool  set)

Wrapper method for UF_UI_set_minimal_graphics_window

Refer to UF_UI_set_minimal_graphics_window for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetMinimalGraphicsWindowLocation ( int  left,
int  top,
int  right,
int  bottom 
)

Wrapper method for UF_UI_set_minimal_graphics_window_location

Refer to UF_UI_set_minimal_graphics_window_location for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetPrompt ( string  prompt_text)

Wrapper method for UF_UI_set_prompt

Refer to UF_UI_set_prompt for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetRibbonVis ( IntPtr  ribbonl_id,
int  show 
)

Wrapper method for UF_UI_set_ribbon_vis

Refer to UF_UI_set_ribbon_vis for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetSelectMask ( int  action,
int  num_items,
int[]  items_to_mask 
)

Wrapper method for UF_UI_set_select_mask

Refer to UF_UI_set_select_mask for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetSelMask ( IntPtr  select_,
SelMaskAction  action,
int  num,
Mask[]  mask_triples 
)

Wrapper method for UF_UI_set_sel_mask

Refer to UF_UI_set_sel_mask for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetSelProcs ( IntPtr  select_,
SelFilterFnT  filter_proc,
SelCbFnT  sel_cb,
IntPtr  user_data 
)

Wrapper method for UF_UI_set_sel_procs

Refer to UF_UI_set_sel_procs for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetSelType ( IntPtr  select_,
int  type 
)

Wrapper method for UF_UI_set_sel_type

Refer to UF_UI_set_sel_type for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetStatus ( string  status_text)

Wrapper method for UF_UI_set_status

Refer to UF_UI_set_status for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetToolbarVis ( IntPtr  tool_id,
int  show 
)

Wrapper method for UF_UI_set_toolbar_vis

Refer to UF_UI_set_toolbar_vis for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SetUsertoolMenuEntry ( int  option_number,
string  label,
string  filename 
)

Wrapper method for UF_UI_set_usertool_menu_entry

Refer to UF_UI_set_usertool_menu_entry for documentation
Mapping Help

License requirements:None

int NXOpen.UF.UFUi.SpecifyCsys ( string  title,
ref int  option,
[Out] double[]  csys_matrix,
[Out] double[]  origin,
ref NXOpen.Tag  csys_tag 
)

Wrapper method for UF_UI_specify_csys

Refer to UF_UI_specify_csys for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SpecifyPlane ( string  message,
ref int  mode,
int  display,
out int  response,
double[]  orientation,
double[]  origin,
out NXOpen.Tag  plane_eid 
)

Wrapper method for UF_UI_specify_plane

Refer to UF_UI_specify_plane for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SpecifyScreenPosition ( string  message,
MotionFnT  motion_cb,
IntPtr  motion_cb_data,
[Out] double[]  screen_pos,
out NXOpen.Tag  view_tag,
out int  response 
)

Wrapper method for UF_UI_specify_screen_position

Refer to UF_UI_specify_screen_position for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SpecifyVector ( string  message,
ref int  mode,
int  display_conehead,
[Out] double[]  direction,
[Out] double[]  origin,
out int  response 
)

Wrapper method for UF_UI_specify_vector

Refer to UF_UI_specify_vector for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SuspendCreateToolbar ( )

Wrapper method for UF_UI_suspend_create_toolbar

Refer to UF_UI_suspend_create_toolbar for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SuspendInitAppstate ( )

Wrapper method for UF_UI_suspend_init_appstate

Refer to UF_UI_suspend_init_appstate for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.SuspendRemoveToolbar ( )

Wrapper method for UF_UI_suspend_remove_toolbar

Refer to UF_UI_suspend_remove_toolbar for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.ToggleStoplight ( int  toggle_on_off)

Wrapper method for UF_UI_toggle_stoplight

Refer to UF_UI_toggle_stoplight for documentation
Mapping Help

License requirements:None

unsafe void NXOpen.UF.UFUi.UgmgrAskCreatePartFileName ( out string  filename,
out string  part_type,
out string  template_name,
out int  response 
)

Wrapper method for UF_UI_ugmgr_ask_create_part_file_name

Refer to UF_UI_ugmgr_ask_create_part_file_name for documentation
Mapping Help

License requirements:None

int NXOpen.UF.UFUi.UnlockUgAccess ( int  from_where)

Wrapper method for UF_UI_unlock_ug_access

Refer to UF_UI_unlock_ug_access for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.UpdateListingWindow ( )

Wrapper method for UF_UI_update_listing_window

Refer to UF_UI_update_listing_window for documentation
Mapping Help

License requirements:None

void NXOpen.UF.UFUi.WriteListingWindow ( string  _string)

Wrapper method for UF_UI_write_listing_window

Refer to UF_UI_write_listing_window for documentation
Mapping Help

License requirements:None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.