Library | Module

Interface IpfcSliceExportData



Description

This class specifies data for slice export.



Property Summary

PropertyCompIdsas Iintseq
A sequence of integers that identify the components that form the path from theroot assembly down to the component part or assembly being referred to.



Method Summary

FunctionCCpfcSliceExportData.Create (CompIds as Iintseq [optional]) as IpfcSliceExportData
Creates a new SliceExportData object used for slice export.



Property Detail


PropertyCompIdsas Iintseq

A sequence of integers that identify the components that form the path from theroot assembly down to the component part or assembly being referred to.





Method Detail


FunctionCCpfcSliceExportData.Create (CompIds as Iintseq [optional]) as IpfcSliceExportData

Creates a new SliceExportData object used for slice export.

Return value is used as a somponent of IpfcGeomExportInstructions .
Parameters:
CompIds
A sequence of integers that identify the components that form the path from the root assembly down to the component part or assembly being referred to.
Returns:
The new data object.