Description:

Add objects to list with a GetObject

Syntax:
public int AddObjects(
GetObject go,
bool allowGrips
)
Parameters:
  • go
  • Type: GetObject
  • Setup the GetObject, i.e. prompt, geometry filter, allow pre/post select before passing it as an argument.
  • allowGrips
  • Type: bool
  • Specifically allow grips to be selected. if true, grips must also be included in geometry filter of the GetObject in order to be selected.
Returns:
Type: int
Number of objects selected.
Available since:
6.0

Nothing found