API Documentation > Interface Classes > Class pfcIntfParaSolid
Class pfcIntfParaSolid

# include <pfcModel.h>

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

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