|
ModelBuilderelementsApplyModifiers Method
|
Apply modifiers to the elements.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected void elementsApplyModifiers(
List<BuilderElement> in_elems,
List<ModifierBeam> beam_agents,
List<ModifierShell> shell_agents
)
Protected Sub elementsApplyModifiers (
in_elems As List(Of BuilderElement),
beam_agents As List(Of ModifierBeam),
shell_agents As List(Of ModifierShell)
)
protected:
void elementsApplyModifiers(
List<BuilderElement^>^ in_elems,
List<ModifierBeam^>^ beam_agents,
List<ModifierShell^>^ shell_agents
)
member elementsApplyModifiers :
in_elems : List<BuilderElement> *
beam_agents : List<ModifierBeam> *
shell_agents : List<ModifierShell> -> unit
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