CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
FacetModeler::TrEdge Struct Reference

#include <FMMeshSew.h>

Inheritance diagram for FacetModeler::TrEdge:
OdSiEntity

Public Member Functions

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

Public Attributes

const OdGePoint3dpt1
 
const OdGePoint3dpt2
 
int indexTr
 
int indexEdge
 

Detailed Description

Definition at line 53 of file FMMeshSew.h.

Member Function Documentation

◆ extents()

bool FacetModeler::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 63 of file FMMeshSew.h.

◆ set()

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

Definition at line 61 of file FMMeshSew.h.

Member Data Documentation

◆ indexEdge

int FacetModeler::TrEdge::indexEdge

Definition at line 59 of file FMMeshSew.h.

◆ indexTr

int FacetModeler::TrEdge::indexTr

Definition at line 58 of file FMMeshSew.h.

◆ pt1

const OdGePoint3d* FacetModeler::TrEdge::pt1

Definition at line 56 of file FMMeshSew.h.

◆ pt2

const OdGePoint3d* FacetModeler::TrEdge::pt2

Definition at line 57 of file FMMeshSew.h.


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