Export3DXmlSettingAtt (Object)

Represents a setting controller for the 3D XML export settings.
Role: This interface is implemented by a component which represents the controller of the 3D XML export settings.

Properties


Property AlternateView() As
Deprecated:
R19 This method will be replaced by Returns or sets the alternate view activation flag.
Example:
This example activates the alternate view export.
  
  export3DXmlSettingAtt.AlternateView = True
  
Property Animation() As
Returns or sets the animation activation flag.
Example:
This example activates the animation export.
  
  export3DXmlSettingAtt.Animation = True
  
Property AnnotatedView() As
Deprecated:
R19 This method will be replaced by Returns or sets the annotated view activation flag.
Example:
This example activates the annotated view export.
  
  export3DXmlSettingAtt.AnnotatedView = True
  
Property Annotation3D() As
Returns or sets the 3D annotation activation flag.
Example:
This example activates the 3D annotation export.
  
  export3DXmlSettingAtt.Annotation3D = True
  
Property DesignReview() As
Returns or sets the Design Review activation flag.
Example:
This example activates the Design Review export.
  
  export3DXmlSettingAtt.DesignReview = True
  
Property GeometryRepresentationFormat() As
Returns or sets the format of geometry representation.
Example:
This example sets the representation format to the exact mode.
  
  export3DXmlSettingAtt.GeometryRepresentationFormat = cat3DXmlExact
  
Property Measure() As
Deprecated:
R19 This method will be replaced by Returns or sets the measure activation flag.
Example:
This example activates the measure export.
  
  export3DXmlSettingAtt.Measure = True
  
Property PPRSaveConfig() As
Returns or sets the PPR config.
Example:
This example sets the PPR config. Product And resources export is acivated.
  
  export3DXmlSettingAtt.PPRSaveConfig = cat3DXmlProductAndResourceList
  
Property Presentation() As
Deprecated:
R19 This method will be replaced by Returns or sets the presentation activation flag.
Example:
This example activates the presentation export.
  
  export3DXmlSettingAtt.Presentation = True
  
Property Section() As
Deprecated:
R19 This method will be replaced by Returns or sets the section activation flag.
Example:
This example activates the section export.
  
  export3DXmlSettingAtt.Section = True
  
Property SurfaceAccuracy() As
Returns or sets the surface accuracy.
Example:
This example sets the surface accuracy used by the exact mode.
  
  export3DXmlSettingAtt.SurfaceAccuracy = 0.01
  
Property WorkInstructions() As
Returns or sets the Work Instructions activation flag.
Example:
This example activates the Work Instructions export.
  
  export3DXmlSettingAtt.DesignReview = True
  

Methods


Func GetAlternateViewInfo( ioAdminLevel, ioLocked) As
Deprecated:
R19 This method will be replaced by Retrieves environment informations for the alternate view setting.
Role:Retrieves the state of the alternate view setting in the current environment.
Parameters:
AdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
oLocked
Indicates if the parameter has been locked.
oModified
Indicates if the parameter has been explicitly modified or remain to the administrated value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Func GetAnimationInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the animation setting.
Role:Retrieves the state of the animation setting in the current environment.
Parameters:
AdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
oLocked
Indicates if the parameter has been locked.
oModified
Indicates if the parameter has been explicitly modified or remain to the administrated value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Func GetAnnotatedViewInfo( ioAdminLevel, ioLocked) As
Deprecated:
R19 This method will be replaced by Retrieves environment informations for the annotated view setting.
Role:Retrieves the state of the annotated view setting in the current environment.
Parameters:
AdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
oLocked
Indicates if the parameter has been locked.
oModified
Indicates if the parameter has been explicitly modified or remain to the administrated value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Func GetAnnotation3DInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the 3D annotation setting.
Role:Retrieves the state of the 3D annotation setting in the current environment.
Parameters:
AdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
oLocked
Indicates if the parameter has been locked.
oModified
Indicates if the parameter has been explicitly modified or remain to the administrated value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Func GetDesignReviewInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the Design Review setting.
Role:Retrieves the state of the Design Review setting in the current environment.
Parameters:
AdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
oLocked
Indicates if the parameter has been locked.
oModified
Indicates if the parameter has been explicitly modified or remain to the administrated value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Func GetGeometryRepresentationFormatInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the geometry representation format setting.
Role:Retrieves the state of the parameter geometry representation format setting in the current environment.
Parameters:
AdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
oLocked
Indicates if the parameter has been locked.
oModified
Indicates if the parameter has been explicitly modified or remain to the administrated value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Func GetMeasureInfo( ioAdminLevel, ioLocked) As
Deprecated:
R19 This method will be replaced by Retrieves environment informations for the measure setting.
Role:Retrieves the state of the measure setting in the current environment.
Parameters:
AdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
oLocked
Indicates if the parameter has been locked.
oModified
Indicates if the parameter has been explicitly modified or remain to the administrated value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Func GetPPRSaveConfigInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the PPRSaveConfig setting.
Role:Retrieves the state of the PPRSaveConfig setting in the current environment.
Parameters:
AdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
oLocked
Indicates if the parameter has been locked.
oModified
Indicates if the parameter has been explicitly modified or remain to the administrated value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Func GetPresentationInfo( ioAdminLevel, ioLocked) As
Deprecated:
R19 This method will be replaced by Retrieves environment informations for the presentation setting.
Role:Retrieves the state of the presentation setting in the current environment.
Parameters:
AdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
oLocked
Indicates if the parameter has been locked.
oModified
Indicates if the parameter has been explicitly modified or remain to the administrated value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Func GetSectionInfo( ioAdminLevel, ioLocked) As
Deprecated:
R19 This method will be replaced by Retrieves environment informations for the section setting.
Role:Retrieves the state of the section setting in the current environment.
Parameters:
AdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
oLocked
Indicates if the parameter has been locked.
oModified
Indicates if the parameter has been explicitly modified or remain to the administrated value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Func GetSurfaceAccuracyInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the surface accuracy setting.
Role:Retrieves the state of the surface accuracy setting in the current environment.
Parameters:
AdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
oLocked
Indicates if the parameter has been locked.
oModified
Indicates if the parameter has been explicitly modified or remain to the administrated value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Func GetWorkInstructionsInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the Work Instructions setting.
Role:Retrieves the state of the Work Instructions setting in the current environment.
Parameters:
AdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
oLocked
Indicates if the parameter has been locked.
oModified
Indicates if the parameter has been explicitly modified or remain to the administrated value.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Sub SetAlternateViewLock( iLocked)
Deprecated:
R19 This method will be replaced by Locks or unlocks the flag.
Role:Locks or unlocks the parameter if it is possible in the current administrated. In user mode this method will always return E_FAIL.
Parameters:
iLocked
The locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Sub SetAnimationLock( iLocked)
Locks or unlocks the flag.
Role:Locks or unlocks the parameter if it is possible in the current administrated. In user mode this method will always return E_FAIL.
Parameters:
iLocked
The locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Sub SetAnnotatedViewLock( iLocked)
Deprecated:
R19 This method will be replaced by Locks or unlocks the flag.
Role:Locks or unlocks the parameter if it is possible in the current administrated. In user mode this method will always return E_FAIL.
Parameters:
iLocked
The locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Sub SetAnnotation3DLock( iLocked)
Locks or unlocks the flag.
Role:Locks or unlocks the parameter if it is possible in the current administrated. In user mode this method will always return E_FAIL.
Parameters:
iLocked
The locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Sub SetDesignReviewLock( iLocked)
Locks or unlocks the flag.
Role:Locks or unlocks the parameter if it is possible in the current administrated. In user mode this method will always return E_FAIL.
Parameters:
iLocked
The locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Sub SetGeometryRepresentationFormatLock( iLocked)
Locks or unlocks the flag.
Role:Locks or unlocks the parameter if it is possible in the current administrated. In user mode this method will always return E_FAIL.
Parameters:
iLocked
The locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Sub SetMeasureLock( iLocked)
Deprecated:
R19 This method will be replaced by Locks or unlocks the flag.
Role:Locks or unlocks the parameter if it is possible in the current administrated. In user mode this method will always return E_FAIL.
Parameters:
iLocked
The locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Sub SetPPRSaveConfigLock( iLocked)
Locks or unlocks the flag.
Role:Locks or unlocks the parameter if it is possible in the current administrated. In user mode this method will always return E_FAIL.
Parameters:
iLocked
The locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Sub SetPresentationLock( iLocked)
Deprecated:
R19 This method will be replaced by Locks or unlocks the flag.
Role:Locks or unlocks the parameter if it is possible in the current administrated. In user mode this method will always return E_FAIL.
Parameters:
iLocked
The locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Sub SetSectionLock( iLocked)
Deprecated:
R19 This method will be replaced by Locks or unlocks the flag.
Role:Locks or unlocks the parameter if it is possible in the current administrated. In user mode this method will always return E_FAIL.
Parameters:
iLocked
The locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Sub SetSurfaceAccuracyLock( iLocked)
Locks or unlocks the flag.
Role:Locks or unlocks the parameter if it is possible in the current administrated. In user mode this method will always return E_FAIL.
Parameters:
iLocked
The locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Sub SetWorkInstructionsLock( iLocked)
Locks or unlocks the flag.
Role:Locks or unlocks the parameter if it is possible in the current administrated. In user mode this method will always return E_FAIL.
Parameters:
iLocked
The locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure