CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Functions
GiClipBoundary.h File Reference
#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)
 

Function Documentation

◆ odgiEmptyClipBoundary()

ODGI_EXPORT void odgiEmptyClipBoundary ( OdGiClipBoundary clipBoundary)

Makes clip boundary empty by zeroing all its properties to default.

Parameters
clipBoundary[in] Clip boundary to be reset.

◆ odgiIsValidClipBoundary()

ODGI_EXPORT bool odgiIsValidClipBoundary ( const OdGePoint2dArray points)

Checks whether the specified clip boundary is valid for clipping.

Parameters
points[in] Points that compose a clipping boundary.
Returns
true if clip boundary is valid, false otherwise.