Click or drag to resize

ICoordinates Interface

Provides access to coordinates systems defined in the project.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface ICoordinates

The ICoordinates type exposes the following members.

Properties
  NameDescription
Public propertyActivePlane
Gets and sets active plane. Active plane is used when adding new objects or performing operations on them.
Public propertyActiveSystem
Gets and sets active coordinate system. This system is used when adding new objects or performing operations on them.
Public propertyCount
Returns the number of coordinate systems in the project.
Public propertyGlobalSystem
Returns the global coordinate system.
Top
Methods
  NameDescription
Public methodAdd
Adds a new coordinate system with the active coordinate system being the base system.
Public methodGet
Returns reference to coordinate system with a specified name. If coordinate system is not found, ArgumentException is thrown.
Public methodRemove
Removes coordinate system from the project.
Top
See Also