pycatia.catia_de_settings_interfaces.iges_setting_att

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.catia_de_settings_interfaces.iges_setting_att.IgesSettingAtt(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
System.SettingController
IgesSettingAtt

Represents the CATIA IGES setting controller object.
Role: The CATIA IGES setting controller object deals with the setting
attributes displayed in the IGES 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
Right scroll to display the property pages titles until you get
IGES
Click IGES

The New Elements setting controller object can be retrieved as an item of the
setting controller collection using its name “CAACafNewEltSettingCtrl” as
follows:

Dim settingControllers1 As SettingControllers
Set settingControllers1 = CATIA.SettingControllers
Dim CATIAIGESSettingAtt1 As SettingController
Set CATIAIGESSettingAtt1 = settingControllers1.Item(“CATIdeIgesSettingCtrl”)
property angle: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Angle() As double

Returns or sets the Angle setting parameter value.
Role: The Angle setting parameter manages the maximal angle of
deformation.

Parameters:

oAngle
[out] The Angle parameter value
Legal values: value of angle in degree, between 0.0 and 10.0
deg.
Return type:

float

property apply_join: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ApplyJoin() As long

Returns or sets the Apply join setting parameter value.
Role: The XXX setting parameter manages the Apply Join
mode

Parameters:

oApplyJoin
[out] The Apply join parameter value
Legal values: 1 To Apply Join on faces, 0
otherwise.
Return type:

int

property author_name: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property AuthorName() As CATBSTR

Returns or sets the Author Name setting parameter value.
Role: The Author Name setting parameter manages the Author
Name.

Parameters:

oAuthorName
[out] The Author Name parameter value
Legal values: (any text).
Return type:

str

property author_organization: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property AuthorOrganization() As CATBSTR

Returns or sets the Author Organization setting parameter
value.
Role: The Author Organization setting parameter manages the Author
Organization.

Parameters:

oAuthorOrganization
[out] The Author Organization parameter value
Legal values: (any text).
Return type:

str

property crv_mod: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property CrvMod() As long

Returns or sets the Export BSpline mode setting parameter
value.
Role: The Export BSpline mode setting parameter manages the mode to export
curves and surfaces

Parameters:

oCrvMod
[out] The Export BSpline mode parameter value
Legal values:
0 for standard mode;
1 for BSpline mode : all curves and surfaces will be exported
as B-Spline curves and surfaces.
Return type:

int

property export_msbo: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ExportMSBO() As long

Returns or sets the Export Solid Mode setting parameter
value.
Role: The Export Solid Mode setting parameter manages the export of solids
and shells

Parameters:

oExportMSBO
[out] The Export Solid Mode parameter value
Legal values: 1 to export solids and shells as 186/514 IGES
entities, 0 to export them as trimmed surfaces.
Return type:

int

property export_unit: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ExportUnit() As long

Returns or sets the Export Units setting parameter value.
Role: The Export Units setting parameter manages the unit in exported IGES
Files.

Parameters:

oExportUnit
[out] The Export Units parameter value
Legal values: 0-10 :
0 : user unit;
1 : Inches;
2 : Millimeters;
3 : Feet;
4 : Miles;
5 : Meters;
6 : Kilometers;
7 : Mils;
8 : Microns;
9 : Centimeters;
10 : Microinches.
Return type:

int

get_angle_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetAngleInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Angle setting parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_apply_join_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetApplyJoinInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Apply Join setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_author_name_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetAuthorNameInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the AuthorName
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_author_organization_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetAuthorOrganizationInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the AuthorOrganization
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_crv_mod_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetCrvModInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Export BSpline mode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_export_msbo_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetExportMSBOInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Export Solid Mode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_export_unit_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetExportUnitInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Export Units setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_import_group_as_sel_set_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetImportGroupAsSelSetInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Import Selection Set mode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_only_show_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetOnlyShowInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Export only show setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_opt_c2_mode_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetOptC2ModeInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Continuity Optimization Mode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_opt_clean_topo_mode_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetOptCleanTopoModeInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Clean Topo Mode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_opt_fitting_mode_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetOptFittingModeInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Fitting Mode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_opt_invalid_geom_mode_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetOptInvalidGeomModeInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the InvalidGeom mode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_opt_loop3_d_mode_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetOptLoop3DModeInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Force 3D Loop setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_part_prod_mode_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetPartProdModeInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Import Product mode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_rep_mod_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetRepModInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Export representation mode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_show_completion_dialog_box_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetShowCompletionDialogBoxInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Show/No Show dialog box setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_tol_join_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetTolJoinInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the join tolerance setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_tol_opt_invalid_geom_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetTolOptInvalidGeomInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the InvalidGeom Tolerance setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_tolerance_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetToleranceInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the Tolerance ( optimize - fitting ) setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

property import_group_as_sel_set: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ImportGroupAsSelSet() As long

Returns or sets the Import Selection Set mode setting parameter
value.
Role: The Import Selection Set mode setting parameter manages the Import of
IGES groups.

Parameters:

oImportGroupAsSelSet
[out] The Import Selection Set mode parameter
value
Legal values:
1 To map IGES Groups as Selection Sets,
0 otherwise.
Return type:

int

property only_show: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property OnlyShow() As long

Returns or sets the Export only show setting parameter
value.
Role: The Export only show setting parameter manages the mode to export
entities in No-Show

Parameters:

oOnlyShow
[out] The Export only show parameter value
Legal values: 1 to export only visible elements, 0 to export
visible and invisible elements.
Return type:

int

property opt_c2_mode: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property OptC2Mode() As long

Returns or sets the Continuity Optimization Mode setting parameter
value.
Role: The Continuity Optimization Mode setting parameter manages the

Parameters:

oOptC2Mode
[out] The Continuity Optimization Mode parameter
value
Legal values: 0 to Disable Optimize Continuity ; 1 to Enable
default Optimize Continuity 2 to Enable Advanced Optimize
Continuity.
Return type:

int

property opt_clean_topo_mode: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property OptCleanTopoMode() As long

Returns or sets the clean topo mode setting parameter
value.
Role: The clean topo mode setting parameter manages the the Fitting Mode,
in Advanced Optimize Continuity Mode.

Parameters:

oOptCleanTopoMode
[out] The clean topo mode parameter value
Legal values: 0 to Disable the clean topo Mode, 1 to Enable the
clean topo Mode.
Return type:

int

property opt_fitting_mode: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property OptFittingMode() As long

Returns or sets the Fitting Mode setting parameter value.
Role: The Fitting Mode setting parameter manages the Fitting Mode, in
Advanced Optimize Continuity Mode.

Parameters:

oOptFittingMode
[out] The Fitting Mode parameter value
Fitting Mode values: 0 to Disable the Fitting Mode, 1 to Enable the
Fitting Mode.
Return type:

int

property opt_invalid_geom_mode: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property OptInvalidGeomMode() As long

Returns or sets the InvalidGeom mode setting parameter
value.
Role: The InvalidGeom mode setting parameter manages the Invalid Geometry
Checks.

Parameters:

oOptInvalidGeomMode
[out] The InvalidGeom mode parameter value
Legal values: 0 to disable Invalid Geometry Checks, 1 to enable
it.
Return type:

int

property opt_loop3_d_mode: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property OptLoop3DMode() As long

Returns or sets the Force 3D Loop setting parameter value.
Role: The Force 3D Loop setting parameter manages the Import of IGES
boundaries, to use only the 3D representation.

Parameters:

oOptLoop3DMode
[out] The Force 3D Loop parameter value
Legal values: 0 to keep file preference, 1 to Force the use of 3D
representation.
Return type:

int

property part_prod_mode: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property PartProdMode() As long

Returns or sets the Import Product mode setting parameter
value.
Role: The Import Product mode setting parameter manages the Product mode
for Import of 308/408 IGES entities.

Parameters:

oPartProdMode
[out] The Import Product mode parameter value
Legal values: 0 to import 308/408 in a CATPart, 1 to create a
Product Structure.
Return type:

int

property rep_mod: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property RepMod() As long

Returns or sets the Export representation mode setting parameter
value.
Role: The Export representation mode setting parameter manages the export
of faces as surfaces or as wireframe.

Parameters:

oRepMod
[out] The Export representation mode parameter
value
Legal values: 1 to export surfaces as wireframes, 0
otherwise.
Return type:

int

set_angle_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetAngleLock(boolean iLocked)

Locks or unlocks the Angle setting parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_apply_join_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetApplyJoinLock(boolean iLocked)

Locks or unlocks the Apply Join setting parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_author_name_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetAuthorNameLock(boolean iLocked)

Locks or unlocks the AuthorName parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_author_organization_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetAuthorOrganizationLock(boolean iLocked)

Locks or unlocks the AuthorOrganization parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_crv_mod_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetCrvModLock(boolean iLocked)

Locks or unlocks the Export BSpline mode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_export_msbo_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetExportMSBOLock(boolean iLocked)

Locks or unlocks the Export Solid Mode setting parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_export_unit_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetExportUnitLock(boolean iLocked)

Locks or unlocks the Export Units setting parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_import_group_as_sel_set_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetImportGroupAsSelSetLock(boolean iLocked)

Locks or unlocks the Import Selection Set mode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_only_show_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetOnlyShowLock(boolean iLocked)

Locks or unlocks the Export only show setting parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_opt_c2_mode_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetOptC2ModeLock(boolean iLocked)

Locks or unlocks the Continuity Optimizationmode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_opt_clean_topo_mode_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetOptCleanTopoModeLock(boolean iLocked)

Locks or unlocks the Clean Topo Mode setting parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_opt_fitting_mode_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetOptFittingModeLock(boolean iLocked)

Locks or unlocks the Fitting Mode setting parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_opt_invalid_geom_mode_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetOptInvalidGeomModeLock(boolean iLocked)

Locks or unlocks the InvalidGeom mode setting parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_opt_loop3_d_mode_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetOptLoop3DModeLock(boolean iLocked)

Locks or unlocks the Force 3D Loop setting parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_part_prod_mode_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetPartProdModeLock(boolean iLocked)

Locks or unlocks the Import Product mode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_rep_mod_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetRepModLock(boolean iLocked)

Locks or unlocks the Export representation mode setting
parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_show_completion_dialog_box_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetShowCompletionDialogBoxLock(boolean iLocked)

Locks or unlocks the Show/No Show dialog box setting
parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_tol_join_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetTolJoinLock(boolean iLocked)

Locks or unlocks the join tolerance setting parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_tol_opt_invalid_geom_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetTolOptInvalidGeomLock(boolean iLocked)

Locks or unlocks the InvalidGeom Tolerance setting
parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_tolerance_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetToleranceLock(boolean iLocked)

Locks or unlocks the Tolerance ( optimize - fitting ) setting
parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

property show_completion_dialog_box: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ShowCompletionDialogBox() As long

Returns or sets the Show/No Show dialog box setting parameter
value.
Role: The Show/No Show dialog box setting parameter manages the visibility
of the Completion dialog box.
Legal values: 1 to show, and 0 to hide the Show/No Show dialog box.
Return type:

int

property tol_join: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property TolJoin() As double

Returns or sets the join tolerance setting parameter
value.
Role: The join tolerance setting parameter manages the Tolerance for
Join

Parameters:

oTolJoin
[out] The join tolerance parameter value
Legal values: Value of tolerance in mm, between 0.0 and 0.1
mm.
Return type:

float

property tol_opt_invalid_geom: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property TolOptInvalidGeom() As double

Returns or sets the InvalidGeom Tolerance setting parameter
value.
Role: The InvalidGeom Tolerance setting parameter manages the Tolerance for
invalid geometry checks.

Parameters:

oTolOptInvalidGeom
[out] The InvalidGeom Tolerance parameter value
Legal values: value of tolerance, in mm, between 0.5 and 20
mm.
Return type:

float

property tolerance: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Tolerance() As double

Returns or sets the tolerance ( optimize - fitting ) setting parameter
value.
Role: The tolerance ( optimize - fitting ) setting parameter manages the
tolerance for Optimize continuity and Fitting.

Parameters:

oTolerance
[out] The tolerance ( optimize - fitting ) parameter
value
Legal values: value of tolerance in mm, between 0.0005 and 0.10
mm.
Return type:

float