M_Rhino_Commands_TransformCommand_SelectObjects_1 - mcneel/rhinocommon-api-docs GitHub Wiki

TransformCommand.SelectObjects Method (String, ObjectType, TransformObjectList)

Selects objects within the command.

Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

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

Parameters

 

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.

Return Value

Type: Result
The operation result.

Version Information

Supported in: 5D58w

See Also

Reference

TransformCommand Class
SelectObjects Overload
Rhino.Commands Namespace

⚠️ **GitHub.com Fallback** ⚠️