chrono::cascade::ChCascadeDoc::ScanShapesCallback Class Referenceabstract

Description

Class to be used as a callback interface for post-processing Cascade shapes.

#include <ChCascadeDoc.h>

Inherited by DumpShapesCallback, and GetNamedShapesCallback.

Public Member Functions

virtual bool ForShape (TopoDS_Shape &mshape, TopLoc_Location &mloc, char *mname, int mlevel, TDF_Label &mlabel)=0
 Callback function to be executed for each scanned Cascade shape. More...
 

Member Function Documentation

◆ ForShape()

virtual bool chrono::cascade::ChCascadeDoc::ScanShapesCallback::ForShape ( TopoDS_Shape &  mshape,
TopLoc_Location &  mloc,
char *  mname,
int  mlevel,
TDF_Label &  mlabel 
)
pure virtual

Callback function to be executed for each scanned Cascade shape.

If this function returns 'false', processing of children shapes is skipped.


The documentation for this class was generated from the following file:
  • /builds/uwsbel/chrono/src/chrono_cascade/ChCascadeDoc.h