CFx SDK Documentation  2023 SP0
Public Member Functions | Public Attributes | List of all members
GiMesh::TrEdge Struct Reference

#include <GiTrMeshSew.h>

Inheritance diagram for GiMesh::TrEdge:
OdSiEntity

Public Member Functions

void set (const OdGePoint3d *_pt1, const OdGePoint3d *_pt2, int iTr, int iEd)
 
bool extents (OdGeExtents3d &extents) const
 

Public Attributes

const OdGePoint3dpt1
 
const OdGePoint3dpt2
 
int indexTr
 
int indexEdge
 

Detailed Description

Definition at line 55 of file GiTrMeshSew.h.

Member Function Documentation

◆ extents()

bool GiMesh::TrEdge::extents ( OdGeExtents3d extents) const
inlinevirtual

Returns the extents of this Entity object.

Parameters
extents[out] Receives the extents.
Returns
Returns true if and only if this Entity object has extents.

Implements OdSiEntity.

Definition at line 65 of file GiTrMeshSew.h.

◆ set()

void GiMesh::TrEdge::set ( const OdGePoint3d _pt1,
const OdGePoint3d _pt2,
int  iTr,
int  iEd 
)
inline

Definition at line 63 of file GiTrMeshSew.h.

Member Data Documentation

◆ indexEdge

int GiMesh::TrEdge::indexEdge

Definition at line 61 of file GiTrMeshSew.h.

◆ indexTr

int GiMesh::TrEdge::indexTr

Definition at line 60 of file GiTrMeshSew.h.

◆ pt1

const OdGePoint3d* GiMesh::TrEdge::pt1

Definition at line 58 of file GiTrMeshSew.h.

◆ pt2

const OdGePoint3d* GiMesh::TrEdge::pt2

Definition at line 59 of file GiTrMeshSew.h.


The documentation for this struct was generated from the following file: