CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
GiUtils.h File Reference
#include "UInt32Array.h"
#include "Ge/GeVector3d.h"
#include "BoolArray.h"

Go to the source code of this file.

Functions

template<class T3dPtIter>
void odgiSquareValues (OdInt32 nPoints, T3dPtIter pPoints, OdGeVector3d &n1, OdGeVector3d &n2)
 
template<class T3dPtIter>
OdGeVector3d odgiFaceNormal (OdInt32 nPoints, T3dPtIter pPoints)
 
bool OD_TOOLKIT_EXPORT odgiCalculateTriangleShellLoops (const OdUInt32Array &triangleIndicies, OdArray< OdUInt32Array > &loops, OdBoolArray *isClosed=NULL)
 

Function Documentation

◆ odgiCalculateTriangleShellLoops()

bool OD_TOOLKIT_EXPORT odgiCalculateTriangleShellLoops ( const OdUInt32Array & triangleIndicies,
OdArray< OdUInt32Array > & loops,
OdBoolArray * isClosed = NULL )

◆ odgiFaceNormal()

template<class T3dPtIter>
OdGeVector3d odgiFaceNormal ( OdInt32 nPoints,
T3dPtIter pPoints )

Definition at line 49 of file GiUtils.h.

◆ odgiSquareValues()

template<class T3dPtIter>
void odgiSquareValues ( OdInt32 nPoints,
T3dPtIter pPoints,
OdGeVector3d & n1,
OdGeVector3d & n2 )

Definition at line 33 of file GiUtils.h.