Function ProAssemblyDynPosSet
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:
Synopsis
#include <ProAssembly.h>
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
The function successfully set the new value.
Model is in read-only state.
One or more of the arguments are invalid.
Sample Code References
User Guide References
これは役に立ちましたか?