Component_SurfaceToTrussAppendAdditionalComponentMenuItems Method

Override this function if you want to insert some custom menu items in your derived Component class. Items will be added between List Matching items and parameter menus.

Definition

Namespace: Karamba.GHopper.Utilities
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected override void AppendAdditionalComponentMenuItems(
	ToolStripDropDown menu
)

Parameters

menu  ToolStripDropDown

[Missing <param name="menu"/> documentation for "M:Karamba.GHopper.Utilities.Component_SurfaceToTruss.AppendAdditionalComponentMenuItems(System.Windows.Forms.ToolStripDropDown)"]

See Also