API Documentation > Interface Classes > Class pfcIntfSTL
Class pfcIntfSTL

# include <pfcModel.h>

class
pfcIntfSTL
: public virtual
pfcIntfDataSource
{
xdeclare(pfcIntfSTL)
...
};
This is a
COMPACT class.

Description
A STL file from which to create an import feature.
See Also:
Method Summary
Create (xrstring FileName)
Creates a new object representing the STL file from which to create an import feature.
Methods Inherited from Class pfcIntfDataSource::
Method Detail
Create
(xrstring FileName)
Creates a new object representing the STL file from which to create an import feature.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfSTL data object.
Was this helpful?