Click or drag to resize

ModelBuilderelementsCategorize Method

splits up the incoming list of grass elements

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void elementsCategorize(
	IReadOnlyList<BuilderElement> in_elems,
	out List<BuilderElement> elems,
	out List<ModifierBeam> beam_agents,
	out List<ModifierShell> shell_agents,
	MessageLogger logger
)

Parameters

in_elems
Type: System.Collections.GenericIReadOnlyListBuilderElement
list of grass elements
elems
Type: System.Collections.GenericListBuilderElement
list of grass elements which are structural elements
beam_agents
Type: System.Collections.GenericListModifierBeam

[Missing <param name="beam_agents"/> documentation for "M:Karamba.Models.ModelBuilder.elementsCategorize(System.Collections.Generic.IReadOnlyList{Karamba.Elements.BuilderElement},System.Collections.Generic.List{Karamba.Elements.BuilderElement}@,System.Collections.Generic.List{Karamba.Elements.ModifierBeam}@,System.Collections.Generic.List{Karamba.Elements.ModifierShell}@,Karamba.Utilities.MessageLogger)"]

shell_agents
Type: System.Collections.GenericListModifierShell

[Missing <param name="shell_agents"/> documentation for "M:Karamba.Models.ModelBuilder.elementsCategorize(System.Collections.Generic.IReadOnlyList{Karamba.Elements.BuilderElement},System.Collections.Generic.List{Karamba.Elements.BuilderElement}@,System.Collections.Generic.List{Karamba.Elements.ModifierBeam}@,System.Collections.Generic.List{Karamba.Elements.ModifierShell}@,Karamba.Utilities.MessageLogger)"]

logger
Type: Karamba.UtilitiesMessageLogger

[Missing <param name="logger"/> documentation for "M:Karamba.Models.ModelBuilder.elementsCategorize(System.Collections.Generic.IReadOnlyList{Karamba.Elements.BuilderElement},System.Collections.Generic.List{Karamba.Elements.BuilderElement}@,System.Collections.Generic.List{Karamba.Elements.ModifierBeam}@,System.Collections.Generic.List{Karamba.Elements.ModifierShell}@,Karamba.Utilities.MessageLogger)"]

See Also