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.
dd> - iSupport
- The CATIA Reference specifying the region to which the bolt pretension property is applied.
Refer: CATIAReference, CATIAProduct dd>
- 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.
dd> - iPublication
- The CATIA Publication specifying the region to which the bolt pretension property is applied.
Refer: CATIAPublication dd>
- 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.
dd> - iSupport
- The CATIA Reference specifying the region to which the bolt pretension property is applied.
Refer: CATIAReference dd>
- 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. dd>
- iRef
- The reference to the plane. dd>