Active Group Parts Filter (Expression) — DisplayEntityUtils

Addon: DisplayEntityUtils · Category: Expression · Since: 2.6.2, 3.3.4 (Filter Syntax)

Syntax

[a] [new] part[ |-](filter|selection) [from|using|of] %activegroup%

Description

Create a selection of parts from an active group, which can later be filtered

Examples

set {_partfilter} to a new part filter from {_activegroup}

#3.3.3 and earlier
set {_partselection} to a new part selection using {_activegroup}
set {_partselection} to a new part selection of {_activegroup}

#2.7.7 and earlier
set {_partselection} to a new spawned part selection from {_spawnedgroup}

View source