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