Library | Module

Class pfcSliceExportData



Description

This class specifies data for slice export.



Property Summary

intseqCompIds
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

static pfcSliceExportDataCreate ( /* optional */ intseq CompIds)
Creates a new SliceExportData object used for slice export.



Property Detail


intseqCompIds

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


static pfcSliceExportDataCreate ( /* optional */ intseq CompIds)

Creates a new SliceExportData object used for slice export.

Return value is used as a somponent of pfcGeomExportInstructions .
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.