Description:

Selects objects within the command.

Syntax:
protected Result SelectObjects(
String prompt,
ObjectType filter,
TransformObjectList list
)
protected
Parameters:
  • prompt
  • Type: System.String
  • The selection prompt.
  • filter
  • Type: DocObjects.ObjectType
  • Geometry filter to limit selection. Use function above if you do not need specific types.
Returns:
Type: Result
The operation result.

Description:

Selects objects within the command.

Syntax:
protected Result SelectObjects(
String prompt,
TransformObjectList list
)
protected
Parameters:
  • prompt
  • Type: System.String
  • The selection prompt.
Returns:
Type: Result
The operation result.

SelectObjects method

Class:  Rhino.Commands.TransformCommand

Nothing found