CFx SDK Documentation 2024 SP0
|
#include <GiConveyorNode.h>
Public Member Functions | |
virtual void | setDestGeometry (OdGiConveyorGeometry &destGeometry)=0 |
virtual OdGiConveyorGeometry & | destGeometry () const =0 |
virtual | ~OdGiConveyorOutput () |
Corresponding C++ library: TD_Gi
<group OdGi_Classes>
Definition at line 65 of file GiConveyorNode.h.
|
inlinevirtual |
Definition at line 79 of file GiConveyorNode.h.
|
pure virtual |
Returns the destination geometry for this Conveyor object.
Implemented in OdGiConveyorConnector, OdGiConveyorEntryPoint, and OdGsConveyorNodeBase.
|
pure virtual |
Sets the destination geometry for this Conveyor object.
destGeometry | [in] Destination geometry. |
Implemented in OdGiConveyorConnector, OdGiConveyorEntryPoint, and OdGsConveyorNodeBase.