A3DRWParamsUnigraphicsData
Fields
|
|
Detailed Description
-
struct A3DRWParamsUnigraphicsData
Reading parameters specific to Unigraphics CAD files.
- Version
3.0
Public Members
-
A3DBool m_bApplyToAllLevels
With a value of
A3D_TRUE
, the preferred reference sets list will apply to all the components, including subassemblies.if
A3D_FALSE
it will only be applied to the top assembly. NOTE: the same option exists in the NX software program loading option.
-
A3DUns32 m_uiPreferredReferenceSetsSize
The size of m_ppcPreferredReferenceSets.
-
A3DUTF8Char **m_ppcPreferredReferenceSets
List of Reference Set names that we will try to load, in order.
The first valid RefSet will be loaded. Depending of the option m_bApplyToAllLevels, this will be applied only on the top assembly or on all levels (sub-assemblies + parts). The behavior should be the same as in the NX software program “assembly loading option”. If it’s not specified by the user, we will add to this list the default RefSets: “As Saved”, “Entire Part”, “Empty” (same as in NX).