

Trim - Extend To Face - AFG_Cut_Profile_To_FaceĮdit with Frame Generator - AFG_Cut_Profile_To_Face_EditĮdit with Frame Generator - AFG_FrameMember_EditĮdit with Frame Generator - AFG_Mitrecut_Profiles_Edit &Undo Isolate - AFG_CMD_UNISOLATE_ENDTREATMENT Promote Frame Generator Components - AFG_CMD_PromoteĮdit with Frame Generator - AFG_CMD_TrimProfile_Edit Multi Select - AFG_CMD_Multiple_SelectionĮdit with Frame Generator - AFG_CMD_Notch_Profile_Edit Lengthen - Shorten Frame Member - AFG_CMD_Lengthen_ProfileĮdit with Frame Generator - AFG_CMD_Lengthen_Profile_Edit Structural Shape Authoring - AFG_CMD_Authoringĭemote Frame Generator Components - AFG_CMD_Demote Source Component - AEC_Exchange_Command_Source_Component Shrinkwrap Substitute - AEC_Exchange_Command_Shrinkwrap Include Connector - AEC_Exchange_Command_Include_Connector Suppress Connector(s) - AEC_Exchange:Command:Connector:Suppressĭelete Link - AEC_Exchange:Command:Connector:UnlinkĬheck Design - AEC_Exchange:Command:Qualit圜heckĮxport Building Components - AEC_Exchange:Command:ShareDesignPackage Pipe Connector - AEC_Exchange:Command:Connector:Pipe Link Connectors - AEC_Exchange:Command:Connector:Link Promote Component Connectors - AEC_Exchange:Command:Connector:IncludeChildren View Center - AcadBlockChangeInsPointToViewCenterĪctivate Design View Representation - ActivateDesignViewCmdĪctivate LevelofDetail - ActivateLODRepCtxCmdĬopy Of Form - AD4FLauncher:Command:EditCopyOfFormĪdd Connector - AEC_Exchange:Command:Connector:AddĬable Tray Connector - AEC_Exchange:Command:Connector:CableĬonduit Connector - AEC_Exchange:Command:Connector:Conduitĭelete Connector(s) - AEC_Exchange:Command:Connector:Deleteĭuct Connector - AEC_Exchange:Command:Connector:DuctĮdit Connector - AEC_Exchange:Command:Connector:EditĮlectrical Connector - AEC_Exchange:Command:Connector:Electrical Model Origin - AcadBlockChangeInsPointToModelSpace Show all linear dimension - 3DAShowAllLimDimCtxCmdĮdit the surface texture symbol - 3daSurfTxtEditĭimension Visibility - 3DAVisibilit圜txCmd Hide all linear dimension - 3DAHideAllLinDimCtxCmd It may have the following output in case Inventor 2012 is tried. If it’s placed into any existing Ribbon Button callback and the button is clicked, the named text file will be created. Sw.WriteLine(string.Format("", item.DisplayName, item.InternalName)) Using (StreamWriter sw = new StreamWriter("c:\\temp\\InventorControlDefinitions.txt"))įoreach (Inventor.ControlDefinition item in cmdManager.ControlDefinitions)


#Icopy author code#
The following code snippet achieves the goal.ĬommandManager cmdManager = How can we find them out programmatically then? However, the control definitions (with the API name ControlDefinition) are not well documented any may be changed from version to version. We may have the need to provide some Inventor control definition somewhere sometimes.
