summaryrefslogtreecommitdiff
path: root/inc/StlMesh_MeshExplorer.lxx
blob: a6fea8ff8e88812fb06e42a95627d10a0f686778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//=======================================================================
// File:	StlMesh_MeshExplorer.lxx
// Created:	Mon Sep 25 10:09:46 1995
// Author:	Philippe GIRODENGO
// Copyright:    Matra Datavision	

//=======================================================================
//function : MoreTriangle
//design   : 
//warning  : 
//=======================================================================

inline Standard_Boolean StlMesh_MeshExplorer::MoreTriangle() const 
{ return triangleIndex <= nbTriangles; }