Library | Module

Class pfcIntfCatiaPart



Description

A CatiaPart file from which to create an import feature.
See Also:
pfcSolid.CreateImportFeat()
Direct Parent Classes:
pfcIntfDataSource



Method Summary

static pfcIntfCatiaPartCreate (string FileName)
Creates a new object representing the CatiaPart file from which to create an import feature.



Method Detail


static pfcIntfCatiaPartCreate (string FileName)

Creates a new object representing the CatiaPart 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 IntfCatiaPart data object.