A3DRWParamsUnigraphicsData
-
struct
A3DRWParamsUnigraphicsData Reading parameters specific to Unigraphics CAD files.
3.0
Variables
-
A3DBool
A3DRWParamsUnigraphicsData.m_bApplyToAllLevels -
With a value of
A3D_TRUE, the preferred reference sets list will apply to all the components, including subassemblies.if
A3D_FALSEit will only be applied to the top assembly. NOTE: the same option exists in the NX software program loading option.
-
A3DUns32
A3DRWParamsUnigraphicsData.m_uiPreferredReferenceSetsSize -
The size of
m_ppcPreferredReferenceSets.
-
A3DUTF8Char **
A3DRWParamsUnigraphicsData.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).
-
A3DBool
A3DRWParamsUnigraphicsData.m_bFitAllToUpdateViewCameras -
With a value of
A3D_TRUE, the camera views will be computed after a fit all.Zoom, position, and rotation of the view will be updated.