|
CFx SDK Documentation
2023 SP0
|
#include <GiConveyorEntryPoint.h>
Public Member Functions | |
| OdGiConveyorEntryPoint () | |
| OdGiConveyorEntryPoint (OdGiConveyorGeometry &geom) | |
| OdGiConveyorGeometry & | geometry () |
| void | setDestGeometry (OdGiConveyorGeometry &destGeometry) |
| OdGiConveyorGeometry & | destGeometry () const |
Protected Attributes | |
| OdGiConveyorGeometry * | m_pGeometry |
<group OdGi_Classes>
Definition at line 37 of file GiConveyorEntryPoint.h.
| OdGiConveyorEntryPoint::OdGiConveyorEntryPoint | ( | ) |
| OdGiConveyorEntryPoint::OdGiConveyorEntryPoint | ( | OdGiConveyorGeometry & | geom | ) |
|
virtual |
Returns the destination geometry for this Conveyor object.
Implements OdGiConveyorOutput.
|
inline |
Definition at line 52 of file GiConveyorEntryPoint.h.
|
virtual |
Sets the destination geometry for this Conveyor object.
| destGeometry | [in] Destination geometry. |
Implements OdGiConveyorOutput.
|
protected |
Definition at line 40 of file GiConveyorEntryPoint.h.