Description | ||||||||
Enables or disables dynamic component positioning. When enabled, all the components can have a unique transformation with respect to the top-level assembly. | ||||||||
Replacement in Object TOOLKIT: | pfcAssembly::DynamicPositioning | |||||||
Synopsis | ||||||||
#include <ProAssembly.h> | ||||||||
ProError | ProAssemblyDynPosSet | ( | ||||||
ProAssembly top_assem | ||||||||
/* (In) | ||||||||
The top-level assembly for which to enable dynamic positioning | ||||||||
*/ | ||||||||
ProBoolean enable | ||||||||
/* (In) | ||||||||
The Boolean value that enables or disables positioning | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|