Category Assembly, Object ProAssembly

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: pfcAssembly::DynamicPositioning
Synopsis
#include <ProAssembly.h>
ProErrorProAssemblyDynPosSet(
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
PRO_TK_NO_ERRORThe function successfully set the new value.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Assembly: Basic Assembly Access: Locations of Assembly Components

Sample Code References:

  1. pt_examples ( TestAsm.c )