Save all components of the assembly in a single file |
ISldWorks::GetUserPreferenceToggle(swUserPreferenceToggle_e.swExportVrmlAllComponentsInSingleFile)
ISldWorks::SetUserPreferenceToggle(swUserPreferenceToggle_e.swExportVrmlAllComponentsInSingleFile,
<OnFlag>) |
Boolean value |
Specifies whether to save all of the components of an assembly to a
single VRML (.wrl) file |
Output coordinate system |
IModelDocExtension::GetUserPreferenceString(swUserPreferenceString_e.swFileSaveAsCoordinateSystem,
swUserPreferenceOption_e.swDetailingNoOptionSpecified)
IModelDocExtension::SetUserPreferenceString(swUserPreferenceString_e.swFileSaveAsCoordinateSystem,
swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>) |
String value |
Contains the name of the transform coordinate system; an empty string
signifies that the default coordinate system does not require a transform;
coordinate settings are not saved with the document; they must be selected
at export time |