 | ICoordinatesAdd Method |
Adds a new coordinate system with the active coordinate system being the base system.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxICoordinateSystem Add(
string name,
string p0,
string xyangle,
string xzangle,
string yzangle
)
Function Add (
name As String,
p0 As String,
xyangle As String,
xzangle As String,
yzangle As String
) As ICoordinateSystem
Dim instance As ICoordinates
Dim name As String
Dim p0 As String
Dim xyangle As String
Dim xzangle As String
Dim yzangle As String
Dim returnValue As ICoordinateSystem
returnValue = instance.Add(name, p0, xyangle,
xzangle, yzangle)
Parameters
- name
- Type: SystemString
Coordinate system name. - p0
- Type: SystemString
Origin of the system in the active coordinate system. - xyangle
- Type: SystemString
Angle of rotation around Z axis. - xzangle
- Type: SystemString
Angle of rotation around Y axis. - yzangle
- Type: SystemString
Angle of rota
Return Value
Type:
ICoordinateSystemReference to the newly create coordinate system.
See Also