M_Rhino_Commands_TransformCommand_SelectObjects_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Selects objects within the command.
Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
protected Result SelectObjects(
string prompt,
ObjectType filter,
TransformObjectList list
)
VB
Protected Function SelectObjects (
prompt As String,
filter As ObjectType,
list As TransformObjectList
) As Result
- prompt
- Type: System.String
The selection prompt. - filter
- Type: Rhino.DocObjects.ObjectType
Geometry filter to limit selection. Use function above if you do not need specific types. - list
- Type: Rhino.Collections.TransformObjectList
A list of objects to transform. This is a special list type.
Type: Result
The operation result.
Supported in: 5D58w
TransformCommand Class
SelectObjects Overload
Rhino.Commands Namespace