count
Displays the number of objects of a specified type that are present.
Displays the number of objects of a specified type that are listed that are present.
count Point_1 Point_2 Point_7 Point_8 Point_9 Point_11
Displays the number of points from the listed points that are present.
count Lines
Displays the number of lines that are present.
<{1,...}: PlxObject'>'
{1,...} 1 ∞ | Sequence of one or more objects | |
PlxObject | Object | Objects |
Mode | Target |
---|---|
All | Global |
None
Displays the number of objects of a specified type that are present and which fulfill a certain condition.
count Point_1 Point_2 Point_7 Point_8 Point_9 Point_11 "x>0"
Displays the number of points from the listed points that have an x-coordinate larger than 0.
count Lines "Length>2"
Displays the number of lines that have length larger than 2.
<{1,...}: PlxObject'>'Text'
{1,...} 1 ∞ | Sequence of one or more objects | |
PlxObject | Object | Objects |
Text | The condition that the objects that should be counted should fulfill |
Mode | Target |
---|---|
All | Global |
None