Table of Contents

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

IFluentCommandTab

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

title string
solidworks ISldWorks

Returns

IPmpUiModelFluent

CreatePropertyManagerPageTab(string, Bitmap)

Creates a property manager page tab

IPmpTabFluent CreatePropertyManagerPageTab(string caption, Bitmap icon = null)

Parameters

caption string
icon Bitmap

Returns

IPmpTabFluent

the IPmpTabFluent that was created