|
CFx SDK Documentation 2024 SP0
|
#include "TD_PackPush.h"#include "Gi/GiExport.h"#include "RxObject.h"#include "Ge/GePoint2dArray.h"#include "Ge/GeVector3d.h"#include "Ge/GeMatrix3d.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| struct | OdGiClipBoundary |
Functions | |
| ODGI_EXPORT bool | odgiIsValidClipBoundary (const OdGePoint2dArray &points) |
| ODGI_EXPORT void | odgiEmptyClipBoundary (OdGiClipBoundary &clipBoundary) |
| ODGI_EXPORT void odgiEmptyClipBoundary | ( | OdGiClipBoundary & | clipBoundary | ) |
Makes clip boundary empty by zeroing all its properties to default.
| clipBoundary | [in] Clip boundary to be reset. |
| ODGI_EXPORT bool odgiIsValidClipBoundary | ( | const OdGePoint2dArray & | points | ) |
Checks whether the specified clip boundary is valid for clipping.
| points | [in] Points that compose a clipping boundary. |