pycatia.abq_automation_interfaces.abq_analytical_rigid_surface

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_analytical_rigid_surface.ABQAnalyticalRigidSurface(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
ABQAnalyticalRigidSurface

Represents an Abaqus Analytical rigid surface (ABQAnalyticalRigidSurface)
object.
add_support_from_publication(i_product: Product, i_publication: Publication) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddSupportFromPublication(Product iProduct,
Publication iPublication)

Adds a support to the Analytical rigid surface. If the support already
exists, it is removed.

Parameters:

iProduct
The CATIA Product specifying the object to which the rigid body
constraint is applied.
iPublication
The CATIA Publication specifying the region to which the rigid body
constraint is applied.

Refer: CATIAPublication
Parameters:
Return type:

None

add_support_from_reference(i_product: Product, i_ref: Reference) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddSupportFromReference(Product iProduct,
Reference iRef)

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

Parameters:

iProduct
The CATIA Product specifying the positioning
object.
iSupport
The CATIAReference specifying the object that is being pointed
to.

Refer: CATIAReference , CATIAProduct
Parameters:
Return type:

None

property flip_side: bool

Note

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

Sets or returns the flip state for the ARS.
Return type:

bool

set_handler(i_product: Product, i_ref: Reference) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetHandler(Product iProduct,
Reference iRef)

Set the handler for the Analytical rigid surface.

Parameters:

iProduct
The CATIAProduct specifying the positioning
object.
iRef
The CATIAReference specifying the object that is being pointed
to.
Parameters:
Return type:

None

set_handler_from_publication(i_product: Product, i_publication: Publication) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetHandlerFromPublication(Product iProduct,
Publication iPublication)

Sets the handler for the Analytical rigid surface. Any previously set
handler will be replaced with the new value.

Parameters:

iProduct
The CATIA Product for handeler.
iPublication
The CATIA Publication for handeler.

Refer: CATIAPublication
Parameters:
Return type:

None