pycatia.abq_automation_interfaces.abq_pretension_property

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_pretension_property.ABQPretensionProperty(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.ABQProperty
ABQPretensionProperty

Represents a pretension property (ABQPretensionProperty)
object.
Role: Access an Abaqus pretension property.
add_support_from_product(i_product: Product, i_support: Reference) None

Note

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

Creates a new support and adds it to the description of the bolt pretension
property.

Parameters:

iProduct
The CATIA Product specifying the object to which the bolt
pretension property is applied.
iSupport
The CATIA Reference specifying the region to which the bolt
pretension property is applied.

Refer: CATIAReference, CATIAProduct
Parameters:
Return type:

None

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)

Creates a new support and adds it to the description of the bolt pretension
property.

Parameters:

iProduct
The CATIA Product specifying the object to which the bolt
pretension property is applied.
iPublication
The CATIA Publication specifying the region to which the bolt
pretension property is applied.

Refer: CATIAPublication
Parameters:
Return type:

None

add_support_from_reference(i_reference: Reference, i_support: Reference) None

Note

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

Creates a new support and adds it to the description of the bolt pretension
property.

Parameters:

iReference
The CATIA Reference specifying the object to which the bolt
pretension property is applied.
iSupport
The CATIA Reference specifying the region to which the bolt
pretension property is applied.

Refer: CATIAReference
Parameters:
Return type:

None

clear_cutting_plane() None

Note

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

Clears the cutting plane.
Return type:

None

set_cutting_plane(i_product: Reference, i_ref: Reference) None

Note

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

Sets the cutting plane for the bolt pretension property. Cutting plane will
be needed in case user wants to model pretension in 3D bolt. Any previously set
plane will be replaced with this new value.

Parameters:

iProduct
The product for the plane.
iRef
The reference to the plane.
Parameters:
Return type:

None