Interface IAddinModelBuilder
- Namespace
- Hymma.Solidworks.Addins.Fluent
- Assembly
- Hymma.Solidworks.Addins.Fluent.dll
an interface to create and register a property manager page
public interface IAddinModelBuilder
Methods
AddCommandTab()
Add a command tab to the solidworks ui for example 'Features' and 'Sketch' are command tabs
IFluentCommandTab AddCommandTab()
Returns
AddPropertyManagerPage(string, ISldWorks)
define a new property manger page. property manager pages open on the left hand side of the window (By default) when you run a command.
IPmpUiModelFluent AddPropertyManagerPage(string title, ISldWorks solidworks)
Parameters
titlestringsolidworksISldWorks
Returns
CreatePropertyManagerPageTab(string, Bitmap)
Creates a property manager page tab
IPmpTabFluent CreatePropertyManagerPageTab(string caption, Bitmap icon = null)
Parameters
Returns
- IPmpTabFluent
the IPmpTabFluent that was created