API Documentation > Classes > Class pfcIntfSTL
Class pfcIntfSTL
Description
A STL file from which to create an import feature.
See Also:
Direct Parent Classes:
Method Summary
static pfcIntfSTL
Create (string FileName)
Creates a new object representing the STL file from which to create an import feature.
Method Detail
static pfcIntfSTL
Create
(string FileName)
Creates a new object representing the STL file from which to create an import feature.
The return value must be passed to pfcSolid.CreateImportFeat() to read from the file.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfSTL data object.
Was this helpful?