Method SelectPartOccurrencesInBox
SelectPartOccurrencesInBox(ExtendedBox, bool)
find part occurrences in the scene in a given box and add them to the selection
Declaration
public void SelectPartOccurrencesInBox(ExtendedBox box, bool strictlyIncludes)
Parameters
Type | Name | Description |
---|---|---|
ExtendedBox | box | The extension box |
bool | strictlyIncludes | If false, parts only need to intersect the box to be selected |