CFx SDK Documentation 2024 SP0
|
#include <GiOrthoClipperEx.h>
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Protected Member Functions inherited from OdGiConveyorNode | |
OdGiConveyorNode () | |
This class implements a section/cutted geometry interface connector for clipper. {group:OdGi_Classes}
Definition at line 767 of file GiOrthoClipperEx.h.
|
pure virtual |
Retrieves active clipped geometry output interface.
|
pure virtual |
Provides ability to disable output for this conveyor node.
bDisable | [in] New state for conveyor node output disable. |
|
pure virtual |
Retrieves section/cutted geometry output interface.
|
pure virtual |
Checks whether section/cutted geometry output was set.
|
pure virtual |
Checks whether section/cutted geometry output skipping mode is enabled.
|
pure virtual |
Checks if closed sections output is enabled.
|
pure virtual |
Retrieves current state of conveyor node output disable mode.
|
pure virtual |
Checks whether opened sections output are enabled.
OdGiClippedGeometryConnector::ODRX_DECLARE_MEMBERS | ( | OdGiClippedGeometryConnector | ) |
|
pure virtual |
Sets section/cutted geometry output interface.
pOutput | [in] Section/cutted geometry output interface. |
|
pure virtual |
Enables skipping of section/cutted geometry output.
bSkip | [in] New state for section/cutted geometry output skipping mode. |
|
pure virtual |
Sets the draw context object (to access to traits, etc).
pDrawCtx | [in] Pointer to the draw context. |
|
pure virtual |
Sets external clipped geometry output interface.
pIface | [in] Pointer onto clipped geometry output interface. |