ABQPretensionProperty (Object)

Represents a pretension property (ABQPretensionProperty) object.
Role: Access an Abaqus pretension property.

Methods


Sub AddSupportFromProduct( iProduct, 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
Sub AddSupportFromPublication( iProduct, 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
Sub AddSupportFromReference( iReference, 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
Sub ClearCuttingPlane()
Clears the cutting plane.
Sub SetCuttingPlane( iProduct, 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.