All Frameworks Class Hierarchy This Framework Indexes
CATIAV4Interfaces Interface CATIV4ISpecV4SettingAtt
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIV4ISpecV4SettingAtt
Interface representing the V4/V5SPEC setting controller object.
Role: The V4/V5 SPEC setting controller object deals with the setting
parameters displayed in the V4/V5 SPEC property page.
To access this property page:
- Click the Options command in the Tools menu
- Click + left of General to unfold the workbench list
- Click Compatibility
The different options for V4/V5SPEC tab:
| The Step By Step Update And Reroute |
| The Draft Feature Migration Mode |
Method Index
- o
GetDraftFeatureMigrationModeInfo(CATSettingInfo*)
- Retrieves information about the Draft Feature Migration Mode setting parameter.
- o
GetDraftFeatureMigrationMode(CATV4IV4V5SpecDraftMigrationEnum&)
- Retrieves the Draft Feature Migration Mode setting parameter value.
- o
GetStepByStepUpdateAndRerouteInfo(CATSettingInfo*)
- Retrieves information about the Step By Step Update And Reroute setting parameter.
- o
GetStepByStepUpdateAndReroute(CATBoolean&)
- Retrieves the Step By Step Update And Reroute setting parameter value.
- o
SetDraftFeatureMigrationModeLock(unsigned char)
- Locks or unlocks the Draft Feature Migration Mode setting parameter.
- o
SetDraftFeatureMigrationMode(CATV4IV4V5SpecDraftMigrationEnum)
- Sets the Draft Feature Migration Mode setting parameter value.
- o
SetStepByStepUpdateAndRerouteLock(unsigned char)
- Locks or unlocks the Step By Step Update And Reroute setting parameter.
- o
SetStepByStepUpdateAndReroute(CATBoolean)
- Sets the Step By Step Update And Reroute setting parameter value.
Methods
o GetDraftFeatureMigrationModeInfo
| public virtual GetDraftFeatureMigrationModeInfo( | | oInfo) |
-
Retrieves information about the Draft Feature Migration Mode setting parameter.
Refer to
CATSysSettingController for a detailed description.
o GetDraftFeatureMigrationMode
| public virtual GetDraftFeatureMigrationMode( | | oDraftMode) |
-
Retrieves the Draft Feature Migration Mode setting parameter value.
Role: The Draft Feature Migration Mode setting parameter manages the mode
of draft migration when copying as spec.
- Parameters:
-
- oDraftMode
- The Draft Feature Migration Mode setting parameter value.
This parameter represents the method chosen for ribbons propagation : square mode or cone mode.
- Returns:
- S_OK if the Draft Feature Migration Mode setting parameter value.
is successfully retrieved, and E_FAIL otherwise
o GetStepByStepUpdateAndRerouteInfo
| public virtual GetStepByStepUpdateAndRerouteInfo( | | oInfo) |
-
Retrieves information about the Step By Step Update And Reroute setting parameter.
Refer to
CATSysSettingController for a detailed description.
o GetStepByStepUpdateAndReroute
| public virtual GetStepByStepUpdateAndReroute( | | oStateOfCpdest) |
-
Retrieves the Step By Step Update And Reroute setting parameter value.
Role: The Step By Step Update And Reroute setting parameter manages the mode
reroute when copying as spec
- Parameters:
-
- oStateOfCpdest
- The Step By Step Update And Reroute setting parameter value.
Activated by default, the Step By Step Update And Reroute option allows to create V5 features, updating them progressively
and using both V4 and V5 BReps to go on.
- Returns:
- S_OK if the Step By Step Update And Reroute setting parameter value
is successfully retrieved, and E_FAIL otherwise
o SetDraftFeatureMigrationModeLock
| public virtual SetDraftFeatureMigrationModeLock( | | iLock) |
-
Locks or unlocks the Draft Feature Migration Mode setting parameter.
Refer to
CATSysSettingController for a detailed description.
o SetDraftFeatureMigrationMode
| public virtual SetDraftFeatureMigrationMode( | | draftMode) |
-
Sets the Draft Feature Migration Mode setting parameter value.
- Parameters:
-
- draftMode
- The Draft Feature Migration Mode setting parameter value.
This parameter represents the method chosen for ribbons propagation : square mode or cone mode.
- Returns:
- S_OK if the Draft Feature Migration Mode setting parameter value.
is successfully set, and E_FAIL otherwise
o SetStepByStepUpdateAndRerouteLock
| public virtual SetStepByStepUpdateAndRerouteLock( | | iLock) |
-
Locks or unlocks the Step By Step Update And Reroute setting parameter.
Refer to
CATSysSettingController for a detailed description.
o SetStepByStepUpdateAndReroute
| public virtual SetStepByStepUpdateAndReroute( | | iStateOfCpdest) |
-
Sets the Step By Step Update And Reroute setting parameter value.
- Parameters:
-
- iStateOfCpdest
- The Step By Step Update And Reroute setting parameter value.
Activated by default, the Step By Step Update And Reroute option allows to create V5 features, updating them progressively
and using both V4 and V5 BReps to go on.
- Returns:
- S_OK if the Step By Step Update And Reroute setting parameter value
is successfully set, and E_FAIL otherwise
This object is included in the file: CATIV4ISpecV4SettingAtt.h
If needed, your Imakefile.mk should include the module: CATV4iSettings