![]() |
Cyclone 3DR Script
from Technodigit, part of Hexagon. Copyright 1997-2025.
|
This class provide interface to send and receive objects through network interface when using TcpScript module. More...
Public Member Functions | |
| Array | RetrieveInputArray (string key) |
| Retrieve a array from the network context. | |
| SCircle | RetrieveInputCircle (string key) |
| Retrieve a circle from the network context. | |
| SCloud | RetrieveInputCloud (string key) |
| Retrieve a cloud from the network context. | |
| SCylinder | RetrieveInputCylinder (string key) |
| Retrieve a cylinder from the network context. | |
| number | RetrieveInputDouble (string key) |
| Retrieve a double from the network context. | |
| number | RetrieveInputInteger (string key) |
| Retrieve a integer from the network context. | |
| Object | RetrieveInputMap (string key) |
| Retrieve a map from the network context. | |
| SMatrix | RetrieveInputMatrix (string key) |
| Retrieve a matrix from the network context. | |
| SMultiline | RetrieveInputMultiline (string key) |
| Retrieve a multiline from the network context. | |
| SPoint | RetrieveInputPoint (string key) |
| Retrieve a point from the network context. | |
| SPoly | RetrieveInputPoly (string key) |
| Retrieve a poly from the network context. | |
| SVector | RetrieveInputVector (string key) |
| Retrieve a vector from the network context. | |
| Return (number retVal) | |
| Set the return value of the current execution. | |
| SendOutputArray (string key, Array array) | |
| Send a array through the network context. | |
| SendOutputCircle (string key, SCircle circle) | |
| Send a circle through the network context. | |
| SendOutputCloud (string key, SCloud cloud) | |
| Send a cloud through the network context. | |
| SendOutputCylinder (string key, SCylinder cylinder) | |
| Send a cylinder through the network context. | |
| SendOutputDouble (string key, number double) | |
| Send a double through the network context. | |
| SendOutputInteger (string key, number integer) | |
| Send a integer through the network context. | |
| SendOutputMap (string key, Object map) | |
| Send a map through the network context. | |
| SendOutputMatrix (string key, SMatrix matrix) | |
| Send a matrix through the network context. | |
| SendOutputMultiline (string key, SMultiline multiline) | |
| Send a multiline through the network context. | |
| SendOutputPoint (string key, SPoint point) | |
| Send a point through the network context. | |
| SendOutputPoly (string key, SPoly poly) | |
| Send a poly through the network context. | |
| SendOutputVector (string key, SVector vector) | |
| Send a vector through the network context. | |
Static Public Member Functions | |
| static SNetworkContext | GetContext () |
| Get the network context related to the current execution. | |
This class provide interface to send and receive objects through network interface when using TcpScript module.
|
static |
Get the network context related to the current execution.
| Array SNetworkContext::RetrieveInputArray | ( | string | key | ) |
Retrieve a array from the network context.
| key | (string) The string key referencing the array |
| SCircle SNetworkContext::RetrieveInputCircle | ( | string | key | ) |
Retrieve a circle from the network context.
| key | (string) The string key referencing the circle |
| SCloud SNetworkContext::RetrieveInputCloud | ( | string | key | ) |
Retrieve a cloud from the network context.
| key | (string) The string key referencing the cloud |
| SCylinder SNetworkContext::RetrieveInputCylinder | ( | string | key | ) |
Retrieve a cylinder from the network context.
| key | (string) The string key referencing the cylinder |
| number SNetworkContext::RetrieveInputDouble | ( | string | key | ) |
Retrieve a double from the network context.
| key | (string) The string key referencing the double |
| number SNetworkContext::RetrieveInputInteger | ( | string | key | ) |
Retrieve a integer from the network context.
| key | (string) The string key referencing the integer |
| Object SNetworkContext::RetrieveInputMap | ( | string | key | ) |
Retrieve a map from the network context.
| key | (string) The string key referencing the map |
| SMatrix SNetworkContext::RetrieveInputMatrix | ( | string | key | ) |
Retrieve a matrix from the network context.
| key | (string) The string key referencing the matrix |
| SMultiline SNetworkContext::RetrieveInputMultiline | ( | string | key | ) |
Retrieve a multiline from the network context.
| key | (string) The string key referencing the multiline |
| SPoint SNetworkContext::RetrieveInputPoint | ( | string | key | ) |
Retrieve a point from the network context.
| key | (string) The string key referencing the point |
| SPoly SNetworkContext::RetrieveInputPoly | ( | string | key | ) |
Retrieve a poly from the network context.
| key | (string) The string key referencing the poly |
| SVector SNetworkContext::RetrieveInputVector | ( | string | key | ) |
Retrieve a vector from the network context.
| key | (string) The string key referencing the vector |
| SNetworkContext::Return | ( | number | retVal | ) |
Set the return value of the current execution.
| retVal | (number) The return value to send |
| SNetworkContext::SendOutputArray | ( | string | key, |
| Array | array ) |
Send a array through the network context.
| key | (string) The string key referencing the array |
| array | (Array) The array to send |
| SNetworkContext::SendOutputCircle | ( | string | key, |
| SCircle | circle ) |
Send a circle through the network context.
| key | (string) The string key referencing the circle |
| circle | (SCircle) The circle to send |
| SNetworkContext::SendOutputCloud | ( | string | key, |
| SCloud | cloud ) |
Send a cloud through the network context.
| key | (string) The string key referencing the cloud |
| cloud | (SCloud) The cloud to send |
| SNetworkContext::SendOutputCylinder | ( | string | key, |
| SCylinder | cylinder ) |
Send a cylinder through the network context.
| key | (string) The string key referencing the cylinder |
| cylinder | (SCylinder) The cylinder to send |
| SNetworkContext::SendOutputDouble | ( | string | key, |
| number double | ) |
Send a double through the network context.
| key | (string) The string key referencing the double |
| double | (number) The double to send |
| SNetworkContext::SendOutputInteger | ( | string | key, |
| number | integer ) |
Send a integer through the network context.
| key | (string) The string key referencing the integer |
| integer | (number) The integer to send |
| SNetworkContext::SendOutputMap | ( | string | key, |
| Object | map ) |
Send a map through the network context.
| key | (string) The string key referencing the map |
| map | (Object) The map to send |
| SNetworkContext::SendOutputMatrix | ( | string | key, |
| SMatrix | matrix ) |
Send a matrix through the network context.
| key | (string) The string key referencing the matrix |
| matrix | (SMatrix) The matrix to send |
| SNetworkContext::SendOutputMultiline | ( | string | key, |
| SMultiline | multiline ) |
Send a multiline through the network context.
| key | (string) The string key referencing the multiline |
| multiline | (SMultiline) The multiline to send |
| SNetworkContext::SendOutputPoint | ( | string | key, |
| SPoint | point ) |
Send a point through the network context.
| key | (string) The string key referencing the point |
| point | (SPoint) The point to send |
| SNetworkContext::SendOutputPoly | ( | string | key, |
| SPoly | poly ) |
Send a poly through the network context.
| key | (string) The string key referencing the poly |
| poly | (SPoly) The poly to send |