CFx SDK Documentation
2023 SP0
|
#include <GiTrMeshSew.h>
Public Member Functions | |
void | set (const OdGePoint3d *_pt1, const OdGePoint3d *_pt2, int iTr, int iEd) |
bool | extents (OdGeExtents3d &extents) const |
Public Attributes | |
const OdGePoint3d * | pt1 |
const OdGePoint3d * | pt2 |
int | indexTr |
int | indexEdge |
Definition at line 55 of file GiTrMeshSew.h.
|
inlinevirtual |
Returns the extents of this Entity object.
extents | [out] Receives the extents. |
Implements OdSiEntity.
Definition at line 65 of file GiTrMeshSew.h.
|
inline |
Definition at line 63 of file GiTrMeshSew.h.
int GiMesh::TrEdge::indexEdge |
Definition at line 61 of file GiTrMeshSew.h.
int GiMesh::TrEdge::indexTr |
Definition at line 60 of file GiTrMeshSew.h.
const OdGePoint3d* GiMesh::TrEdge::pt1 |
Definition at line 58 of file GiTrMeshSew.h.
const OdGePoint3d* GiMesh::TrEdge::pt2 |
Definition at line 59 of file GiTrMeshSew.h.