Linestocks
Functions introduced:
typedef struct pro_lnstk
{
ProName name;
ProAssembly owner;
} ProLnstk;
The function ProAssemblyLnstksCollect() finds all the linestocks defined for a specified assembly.
The functions ProPipelineLnstkGet() and ProPipelineLnstkSet() get and set the default linestock for a specified pipeline feature.
The function ProLnstkCreate() creates a new linestock in the specified assembly.
這是否有幫助?