Click or drag to resize

ModelBuilderelementsApplyModifiers Method

Apply modifiers to the elements.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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