count
Displays the number of objects of a specified type that are present.
Displays the number of objects of a specified type that are present.
count Points
Displays the number of points that are present.
count Materials
Displays the number of materials that are present.
<no parameters>
<no parameters> |
Mode | Target |
---|---|
All | Listable |
None
Displays the number of objects of a specified type that are present.
count Points
Displays the number of points that are present.
count Materials
Displays the number of materials that are present.
<{1,...}: PlxObject'>'
{1,...} 1 ∞ | Sequence of one or more objects | |
PlxObject | Object | Objects which should be reported |
Mode | Target |
---|---|
All | Global |
None
Displays the number of objects of a specified type that are present and which fulfil a certain condition.
count FlowFunctions "Period<3"
Counts head functions, which period < 3.
<{1,...}: PlxObject'>'Text'
{1,...} 1 ∞ | Sequence of one or more objects | |
PlxObject | Object | Objects which should be reported |
Text | Condition | The condition that the objects should fulfil to be counted |
Mode | Target |
---|---|
All | Any |
None
Displays the number of objects of a specified type that are present and which fulfil a certain condition.
count Points "x>0"
Displays the number of points that have an x-coordinate larger than 0.
count Surfaces "Area<0.05"
Displays the number of surfaces that have an area smaller than 0.05.
<{1,...}: PlxObject'>'Text'
{1,...} 1 ∞ | Sequence of one or more objects | |
PlxObject | Object | Objects which should be reported |
Text | Condition | The condition that the objects should fulfil to be counted |
Mode | Target |
---|---|
All | Global |
None