ICoordinates Interface |
Namespace: EMInvent.InventSim.COMServer
The ICoordinates type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivePlane |
Gets and sets active plane. Active plane is used when adding new objects
or performing operations on them.
| |
| ActiveSystem |
Gets and sets active coordinate system. This system is used when adding new objects
or performing operations on them.
| |
| Count |
Returns the number of coordinate systems in the project.
| |
| GlobalSystem |
Returns the global coordinate system.
|
| Name | Description | |
|---|---|---|
| Add |
Adds a new coordinate system with the active coordinate system being the base system.
| |
| Get |
Returns reference to coordinate system with a specified name. If coordinate system is not found,
ArgumentException is thrown.
| |
| Remove |
Removes coordinate system from the project.
|