vcTransportTarget
A transport target defines where a product instance is to be physically placed when it arrives to a transport node (vcTransportNode). This information is used by the transport controllers.
Properties
Name | Type | Access | Description |
ProductPosition | vcMatrix | RW |
Target position where a product should be placed. This matrix is expressed in world coordinates and denotes the target position and orientation of the product. Note that this is not the same as the position and orientation of the product: the difference is the offset defined in the corresponding vcProductType. |
ResourcePosition | vcMatrix | RW |
Hint for the desired location of a resource while it is placing a product instance to the ProductPosition. Expressed in world coordinates. |
ProductPositionNode | vcNode | RW | By default, the node that contains ResourcePositionFrame, which is set in the transporting statement (TransportIn, TransportOut, or TransportPatternIn). If frames have not been selected, the statements use the transport node. In TransportOut, ProductPositionNode is set no None. Reference node to ProductPositionInNode. Note that a reference to the vcProduct itself can be used to get the current position of the product instance at any time. |
ResourcePositionNode | vcNode | RW | By default, the node that contains ResourcePositionFrame, which is set in the transporting statement (TransportIn and TransportPatternIn). If frames have not been set, the statements use the transport node. Reference node to ResourcePositionInNode. |
ProductPositionInNode | vcMatrix | RW | Position in relation to ProductPositionNode, if the value of ProductPositionNode is not None. The property can be used to transport the product from or into moving processes or nodes. |
ResourcePositionInNode | vcMatrix | RW | Position in relation to ResourcePositionNode, if the value of ResourcePositionNode is not None. The property can be used to transport the product from or into moving processes or nodes. |