pycatia.abq_automation_interfaces.abq_temperature

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_temperature.ABQTemperature(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
ABQTemperature

Represents an Abaqus temperature object (ABQTemperature).
Role: Access an Abaqus temperature object or determine its properties. It has
common properties of ABQInitialTemperature,
ABQTemperatureHistory
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)

This adds the support from a product to the Field.

Parameters:

iProduct
The CATIA Product specifying the object to which the field is
applied.
iSupport
The CATIA Reference specifying the region to which the field 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 Analysis
Entity.

Parameters:

iProduct
The CATIA Product specifying the object to which the field is
applied.
iPublication
The CATIA Publication specifying the region to which the field is
applied.

Refer: CATIAPublication
Parameters:
Return type:

None

property apply_user_subroutine: bool

Note

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

Sets or returns the user subroutine flag.

Returns:
A boolean specifying whether a user subroutine will be
applied.
Return type:

bool

property distribution: int

Note

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

Sets or returns the distribution type associated with this temperature
field.


Legal values:
UNIFORM
JOB
USERDEFINED
JOB_USERDEFINED


Example:
This example sets the distribution type to
USERDEFINED.

Dim abqTemperature As ABQTemperature
abqTemperature.Distribution = USERDEFINED
Returns:

enum distribution_type

Return type:

int

property job: ABQJob

Note

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

Sets or returns the Abaqus job associated with this temperature field. *
The job being attached to the temperature field must belong to a thermal case
and must not belong to same analysis case to which the temperature field
belongs.

Example:
This example retrieves the ABQJob abqJob.

Dim abqTemperature As ABQTemperature
Dim abqJob As ABQJob
Set abqJob = abqTemperature.Job
Return type:

ABQJob

property magnitude: float

Note

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

Sets or returns the magnitude of the temperature field.

Returns:
The magnitude of the temperature field.
Return type:

float

property type: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Type() As CATBSTR (Read Only)

Returns the type of the Temperature.

Returns:
The type of the Temperature.
Return type:

str