2.2.4.41 Selection

Contents

Name

Selection

Remark

The Selection class provides methods and properties to access objects in selection in currect project.

Hierarchy

Examples

EX1

void Selection_Ex1()
{
	foreach(OriginObject obj in Selection.Objects)
	{
		// .. do something ..
	}
}

Header to Include

origin.h

Reference

Members

Name Brief Example
Selects object
Test to see whether a specific object is selected.
To get the selected Origin object by index.
Unselects object
Deselect all objects
The constructor.
The destructor.