Interface IntfDataSource
Description
Base class to several classes that represent the source of data from which to create an import feature.
Direct Known Subclasses:
IntfNeutral,
IntfNeutralFile,
IntfIges,
IntfStep,
IntfVDA,
IntfICEM,
IntfACIS,
IntfDXF,
IntfCDRS,
IntfSTL,
IntfVRML,
IntfParaSolid,
IntfAI,
IntfCatiaPart,
IntfUG,
IntfProductView,
IntfCatiaProduct,
IntfCatiaCGR,
IntfJT,
IntfInventorPart,
IntfInventorAsm,
IntfIBL,
IntfPTS,
IntfSEdgePart,
IntfSEdgeSheetmetal User Guide References:
Method Summary
String | |
| Get method for attribute "FileName" The name of the imported feature file. |
| |
| Returns a IntfType instance that indicates the type of the source of data from which the import feature will be created. |
void | |
| Set method for attribute "FileName" The name of the imported feature file. |
Method Detail
Returns a
IntfType instance that indicates the type of the source of data from which the import feature will be created.
Returns:
One of the static instances of
IntfType (for example, INTF_NEUTRAL)
GetFileName |
String | GetFileName | () |
SetFileName |
void | SetFileName | (String value) |
The name of the imported feature file.