pycatia.cat_str_functional_interfaces.end_cut_ess_object_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.cat_str_functional_interfaces.end_cut_ess_object_setting_att.EndCutESSObjectSettingAtt(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
EndCutESSObjectSettingAtt

The interface to access a CATIAEndCutESSObjectSettingAtt.
get_member_end_cut_info(io_admin_level: str, io_locked: str) bool

Note

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

Retrieves environment informations for the MemberEndCut
parameter.
Role:Retrieves the state of the MemberEndCut parameter in the current
environment.

Parameters:

ioAdminLevel

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.

ioLocked
Indicates if the parameter has been locked.

Returns:
Indicates if the parameter has been explicitly modified or remain to
the administrated value.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_sfe_end_cut_info(io_admin_level: str, io_locked: str) bool

Note

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

Retrieves environment informations for the SFEEndCut
parameter.
Role:Retrieves the state of the SFEEndCut parameter in the current
environment.

Parameters:

ioAdminLevel

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.

ioLocked
Indicates if the parameter has been locked.

Returns:
Indicates if the parameter has been explicitly modified or remain to
the administrated value.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_stiffener_end_cut_info(io_admin_level: str, io_locked: str) bool

Note

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

Retrieves environment informations for the StiffenerEndCut
parameter.
Role:Retrieves the state of the StiffenerEndCut parameter in the current
environment.

Parameters:

ioAdminLevel

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.

ioLocked
Indicates if the parameter has been locked.

Returns:
Indicates if the parameter has been explicitly modified or remain to
the administrated value.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

property member_end_cut: str

Note

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

Returns or sets the MemberEndCut parameter.

Ensure consistency with the C++ interface to which the work is delegated.
Return type:

str

set_member_end_cut_lock(i_locked: bool) None

Note

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

i_locked (bool) –

Return type:

None

set_sfe_end_cut_lock(i_locked: bool) None

Note

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

i_locked (bool) –

Return type:

None

set_stiffener_end_cut_lock(i_locked: bool) None

Note

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

i_locked (bool) –

Return type:

None

property sfe_end_cut: str

Note

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

str

property stiffener_end_cut: str

Note

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

str