pycatia.structure_interfaces.str_cutback

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.structure_interfaces.str_cutback.StrCutback(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
CATAssemblyInterfaces.AssemblyFeature
StrCutback

Represents the cutback object.
It is aggregated to an extremity of a member. It can be retrieved using the
StrMemberExtremity object.
property offset: Parameter

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Offset() As Parameter (Read Only)

Returns the parameter defining the offset.
Return type:

Parameter

property type: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Type() As CatStrCutbackType (Read Only)

Returns the type of the cutback object.

Example:
This example retrieves the type for the StrMember
object.

Type = Member.Type
Returns:

enum cat_str_cutback_type

Return type:

int