Click or drag to resize

ModelBuilderelementsApplyModifiers Method

apply modifiers to the elements

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void elementsApplyModifiers(
	List<BuilderElement> in_elems,
	List<ModifierBeam> beam_agents,
	List<ModifierShell> shell_agents
)

Parameters

in_elems
Type: System.Collections.GenericListBuilderElement
elements to apply modifiers to
beam_agents
Type: System.Collections.GenericListModifierBeam
agents which modify beam elements
shell_agents
Type: System.Collections.GenericListModifierShell
agents which modify shell elements
See Also