pycatia.abq_automation_interfaces.abq_fastened_pair

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.abq_automation_interfaces.abq_fastened_pair.ABQFastenedPair(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
ABQAutomationItf.ABQInteraction
ABQFastenedPair

Represents an Abaqus Fastened Pair (ABQFastenedPair) object.
add_support_from_analysis_entity(i_product: Product, i_entity: AnalysisEntity) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddSupportFromAnalysisEntity(Product iProduct,
AnalysisEntity iEntity)

Creates a new support and adds it to the description of the Analysis
Entity.

Parameters:

iProduct
The CATIA Product specifying the object to which the contact is
applied.
iEntity
The CATIA Analysis Entity specifying the region to which the
contact is applied.
Parameters:
Return type:

None

add_support_from_constraint(i_product: Product, i_constraint: Constraint) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddSupportFromConstraint(Product iProduct,
Constraint iConstraint)

Creates a new support and adds it to the description of the Analysis
Entity.

Parameters:

iProduct
The CATIA Product specifying the object to which the contact is
applied.
iConstraint
The CATIA Constraint specifying the region to which the contact is
applied.
Parameters:
Return type:

None

property adjust_slave_node: bool

Note

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

Sets or returns the adjust slave node flag.
Return type:

bool

property connection_property: AnalysisEntity

Note

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

This property has been deprecated. Use the AddSupportFromAnalysisEntity
instead.
Return type:

AnalysisEntity

property formulation_option: int

Note

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

Sets or returns the formulation option.

Returns:
The formulation option.

Legal values:

SOLVERDEFAULT
SURFACETOSURFACE
NODETOSURFACE
Returns:

enum formulation_option_type

Return type:

int

property include_shell_thickness: bool

Note

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

Sets or returns the include shell element thickness flag.
Return type:

bool

property invert_master_surface: bool

Note

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

Sets or returns the invert master surface flag.
Return type:

bool

property invert_slave_surface: bool

Note

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

Sets or returns the invert slave surface flag.
Return type:

bool

property position_tolerance: int

Note

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

Sets or returns the position tolerance.

Returns:
The position tolerance

Legal values:

COMPUTED
SPECIFIED
Returns:

enum position_tolerance_type

Return type:

int

property position_tolerance_val: float

Note

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

Sets or returns the position tolerance value.
Return type:

float

property swap_master_slave: bool

Note

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

Sets or returns the swap master/slave surface flag.
Return type:

bool