groupfiltered grpf
      Makes a group of one or more objects that fulfill a certain criterion.
    
    
        Groups one or more objects.
      
      
        
          groupfiltered Polygon_1 Point_2 Point_3
        
        
          Makes a group of Polygon_1, Point_2 and Point_3.
        
      
      
        <{1,...}: PlxObject'>
      
      | {1,...} 1 ∞ | Sequence of one or more objects | |
| PlxObject | Object reference | Name of the object that should be grouped | 
| Mode | Target | 
|---|---|
| All | Global | 
        
          {1} Group
        
      
    
        Groups an object with a specified index from a list of objects.
      
      
        
          groupfiltered Lines 2
        
        
          Displays the line at index 2 from the list of lines.
        
      
      
        
          groupfiltered Points 1
        
        
          Displays the point at index 1 from the list of points.
        
      
      
        
          groupfiltered Phases 3
        
        
          Displays the phase at index 3 from the list of phases.
        
      
      
        <<{1,...}: PlxObject'> Integer'>
      
      | {1,...} 1 ∞ | Sequence of one or more objects | |
| PlxObject | Object | Objects to be grouped | 
| Integer | List index | Number of the object that should be grouped. The numbering of objects is 0-based, so the first object has number 0. | 
| Mode | Target | 
|---|---|
| All | Global | 
        
          {1} Group
        
      
    
        Groups a number of objects from a specified list of objects starting from a specified object.
      
      
        
          groupfiltered Lines 2 5
        
        
          Groups five lines from the list of lines starting from the line at index 2.
        
      
      
        
          groupfiltered Points 2 4
        
        
          Groups four points from the list of points starting from the point at index 2.
        
      
      
        
          groupfiltered Phases 1 4
        
        
          Groups four phases from the list of phases starting from the phase at index 1.
        
      
      
        <<{1,...}: PlxObject'> Integer' Integer'>
      
      | {1,...} 1 ∞ | Sequence of one or more objects | |
| PlxObject | Object | Objects to be grouped | 
| Integer | List index | Number of the starting object. The numbering of objects is 0-based, so the first object has number 0. | 
| Integer | Sublist length | Number of objects that should be grouped | 
| Mode | Target | 
|---|---|
| All | Global | 
        
          {1} Group
        
      
    
        Groups a list of objects that fulfill a specified criterion.
      
      
        
          groupfiltered Points "x<2"
        
        
          Groups a list of all points that have an x-coordinate with a value lesser than 2.
        
      
      
        
          groupfiltered Plates "Material!="
        
        
          Groups a list of all plates that have a material assigned to them.
        
      
      
        
          groupfiltered Materials "SoilMat"
        
        
          Groups a list of all soil materials.
        
      
      
        
          groupfiltered Lines "LineLoad<>"
        
        
          Groups a list of all lines that have a line load assigned to them.
        
      
      
        
          groupfiltered Phases "ShouldCalculate=False"
        
        
          Groups a list of all phases that are not to be calculated.
        
      
      
        
          groupfiltered Lines "Length<=1"
        
        
          Groups a list of all lines that have a length less or equal to 1.
        
      
      
        <<{1,...}: PlxObject'> Text'>
      
      | {1,...} 1 ∞ | Sequence of one or more objects | |
| PlxObject | Object | Objects to be grouped | 
| Text | Specified criterion | Criterion that the objects that should be grouped have to fulfill | 
| Mode | Target | 
|---|---|
| All | Global | 
        
          {1} Group
        
      
    
        Groups a list of specified staged construction features in a specified phase.
      
      
        
          groupfiltered EmbeddedBeamRow_2_1 EmbeddedBeamRow_1_1 Phase_2
        
        
          Groups a list of beams that are in Phase_2.
        
      
      
        <<<{1,...}: StagedFeature>'|StagedFeatureListable'> PlxBasePhase'>
      
      | {1,...} 1 ∞ | Sequence of one or more objects | |
| StagedFeature | Staged construction feature reference | List of the staged construction features from which the features should be grouped | 
| StagedFeatureListable | Staged construction feature list reference | Name of the staged construction features list from which the features should be grouped | 
| PlxBasePhase | Phase reference | Name of the phase from which the features should be grouped | 
| Mode | Target | 
|---|---|
| Mesh, Water levels, Staged construction | Global | 
        
          {1} Group
        
      
    
        Groups a list of staged construction features with a specified index in a specified phase.
      
      
        
          groupfiltered (EmbeddedBeamRow_2_1 EmbeddedBeamRow_1_1) Phase_1 0
        
        
          Groups the beams at index 0 from the specified list of beams that are in Phase_2.
        
      
      
        <<<<{1,...}: StagedFeature>'|StagedFeatureListable'> PlxBasePhase'> Integer'>
      
      | {1,...} 1 ∞ | Sequence of one or more objects | |
| StagedFeature | Staged construction feature reference | List of the staged construction features from which the features should be grouped | 
| StagedFeatureListable | Staged construction feature list reference | Name of the staged construction features list from which the features should be grouped | 
| PlxBasePhase | Phase reference | Name of the phase from which the features should be grouped | 
| Integer | List index | Number of the starting object. The numbering of objects is 0-based, so the first object has number 0. | 
| Mode | Target | 
|---|---|
| Mesh, Water levels, Staged construction | Global | 
        
          {1} Group
        
      
    
        Groups a specified number of staged construction features in a specified phase starting from a specified index.
      
      
        
          groupfiltered (EmbeddedBeamRow_2_1 EmbeddedBeamRow_1_1 EmbeddedBeamRow_3_1 EmbeddedBeamRow_4_1 EmbeddedBeamRow_5_1 EmbeddedBeamRow_6_1) Phase_1 0 3
        
        
          Groups three beams starting from index 2 from the specified list of beams that is in Phase_1.
        
      
      
        <<<<{1,...}: StagedFeature>'|StagedFeatureListable'> PlxBasePhase'> Integer' Integer'>
      
      | {1,...} 1 ∞ | Sequence of one or more objects | |
| StagedFeature | Staged construction feature reference | List of the staged construction features from which the features should be grouped | 
| StagedFeatureListable | Staged construction feature list reference | Name of the staged construction features list from which the features should be grouped | 
| PlxBasePhase | Phase reference | Name of the phase from which the features should be grouped | 
| Integer | List index | Number of the starting object. The numbering of objects is 0-based, so the first object has number 0. | 
| Integer | Sublist length | Number of objects that should be grouped | 
| Mode | Target | 
|---|---|
| Mesh, Water levels, Staged construction | Global | 
        
          {1} Group
        
      
    
        Groups a list of staged construction features that fulfil a condition in a specified phase.
      
      
        
          groupfiltered (EmbeddedBeamRow_2_1 EmbeddedBeamRow_1_1 EmbeddedBeamRow_3_1 EmbeddedBeamRow_4_1 EmbeddedBeamRow_5_1 EmbeddedBeamRow_6_1) Phase_1 "Active=True"
        
        
          Groups beams from the list of beams that are active in Phase_1.
        
      
      
        <<<<{1,...}: StagedFeature>'|StagedFeatureListable'> PlxBasePhase'> Text'>
      
      | {1,...} 1 ∞ | Sequence of one or more objects | |
| StagedFeature | Staged construction feature reference | List of the staged construction features from which the features should be grouped | 
| StagedFeatureListable | Staged construction feature list reference | Name of the staged construction features list from which the features should be grouped | 
| PlxBasePhase | Phase reference | Name of the phase from which the features should be grouped | 
| Text | Specified criterion | Criterion that the objects that should be grouped have to fulfill | 
| Mode | Target | 
|---|---|
| Mesh, Water levels, Staged construction | Global | 
        
          {1} Group
        
      
    
        Displays a list of phases, in which is the specified staged construction feature.
      
      
        
          groupfiltered PointLoad_1_1 Phase_1 Phase_2
        
        
          Displays phases, in which is PointLoad_1_1.
        
      
      
        <StagedFeature <<{2,...}: PlxBasePhase'>'|PhaseListable'>>
      
      | StagedFeature | Staged construction feature reference | Name of the staged construction feature which should be displayed | 
| {2,...} 2 ∞ | Sequence of two or more objects | |
| PlxBasePhase | Phase reference | Name of the phase from which the features should be displayed | 
| PhaseListable | Phase list reference | Name of the phase list from which the features should be grouped | 
| Mode | Target | 
|---|---|
| Mesh, Water levels, Staged construction | Global | 
        
          None
        
      
    
        Displays a phase with the specified index, in which is the staged construction feature.
      
      
        
          groupfiltered PointLoad_1_1 Phase_1 Phase_2 1
        
        
          Displays a phase at index 1, in which is PointLoad_1_1.
        
      
      
        <<StagedFeature <<{2,...}: PlxBasePhase'>'|PhaseListable'>> Integer'>
      
      | StagedFeature | Staged construction feature reference | Name of the staged construction feature which should be displayed | 
| {2,...} 2 ∞ | Sequence of two or more objects | |
| PlxBasePhase | Phase reference | Name of the phase from which the features should be displayed | 
| PhaseListable | Phase list reference | Name of the phase list from which the features should be grouped | 
| Integer | List index | Number of the starting phase. The numbering of objects is 0-based, so the first object has number 0. | 
| Mode | Target | 
|---|---|
| Mesh, Water levels, Staged construction | Global | 
        
          None
        
      
    
        Displays a list of phases, in which is the staged construction feature fulfil the specified criterion.
      
      
        
          groupfiltered PointLoad_1_1 Phase_1 Phase_2 Phase_3 Phase_4 Phase_5 0 3
        
        
          Displays three phases starting from the phase at index 0, in which is PointLoad_1_1.
        
      
      
        <<StagedFeature <<{2,...}: PlxBasePhase'>'|PhaseListable'>> Integer' Integer'>
      
      | StagedFeature | Staged construction feature reference | Name of the staged construction feature which should be displayed | 
| {2,...} 2 ∞ | Sequence of two or more objects | |
| PlxBasePhase | Phase reference | Name of the phase from which the features should be displayed | 
| PhaseListable | Phase list reference | Name of the phase list from which the features should be grouped | 
| Integer | List index | Number of the starting object. The numbering of objects is 0-based, so the first object has number 0. | 
| Integer | Sublist length | Number of objects that should be displayed | 
| Mode | Target | 
|---|---|
| Mesh, Water levels, Staged construction | Global | 
        
          None
        
      
    
        Groups a list of staged construction features that are in a specified phase, which fulfil the specified criterion.
      
      
        
          groupfiltered PointLoad_1_1 Phase_1 Phase_2 Phase_3 "Active=True"
        
        
          Groups phases, in which PointLoad_1_1 is active.
        
      
      
        <<StagedFeature <<{2,...}: PlxBasePhase'>'|PhaseListable'>> Text'>
      
      | StagedFeature | Staged construction feature reference | Name of the staged construction feature which should be grouped | 
| {2,...} 2 ∞ | Sequence of two or more objects | |
| PlxBasePhase | Phase reference | Name of the phase from which the features should be grouped | 
| PhaseListable | Phase list reference | Name of the phase list from which the features should be grouped | 
| Text | Specified criterion | Criterion that the objects that should be grouped have to fulfill | 
| Mode | Target | 
|---|---|
| Mesh, Water levels, Staged construction | Global | 
        
          {1} Group