All Frameworks  Object Hierarchy  This Framework  Indexes   

ABQLoad (Object)

Represents the base interface for all load objects.
Role: The ABQLoad interface manages the common properties of any load.

Property Index

ActivationStatus
Sets or returns the activation status.
Amplitude
Sets or returns the amplitude, given the name of the amplitude.
Regions
Returns the region to which the load is applied.
SmoothAmplitude
Sets or returns the Smooth Amplitude, given the refernce of the Smooth amplitude.
Status
Returns the propagating status of the load.
TabularAmplitude
Sets or returns the amplitude, given the Tabular amplitude refrence.
Type
Returns the type of the load.
UseAmplitude
Sets or returns a boolean indicating whether amplitude is used in a load

Method Index

AddSupportFromProduct
Creates a new support and adds it to the description of the Analysis Entity.
AddSupportFromPublication
Creates a new support and adds it to the description of the Analysis Entity.
AddSupportFromReference
Creates a new support and adds it to the description of the Analysis Entity.

Properties


o Property ActivationStatus() As
Sets or returns the activation status.
Returns:
A boolean specifying whether the pressure is activated.
o Property Amplitude() As
Sets or returns the amplitude, given the name of the amplitude.
Returns:
The amplitude object selected.
o Property Regions() As (Read Only)
Returns the region to which the load is applied.
Returns:
The region.
o Property SmoothAmplitude() As
Sets or returns the Smooth Amplitude, given the refernce of the Smooth amplitude.
Returns:
The amplitude object selected.
o Property Status() As (Read Only)
Returns the propagating status of the load.
Returns:
The propagating status for example: if the load feature is created, it will return "CREATED" if the load feature is propagated from previous step, it will return "PROPAGATED"
o Property TabularAmplitude() As
Sets or returns the amplitude, given the Tabular amplitude refrence.
Returns:
The amplitude object selected.
o Property Type() As (Read Only)
Returns the type of the load.
Returns:
The type of the load.
o Property UseAmplitude() As
Sets or returns a boolean indicating whether amplitude is used in a load
Returns:
boolean specifying whether user defined amplitude is active.

Methods


o Sub AddSupportFromProduct( iProduct,
iSupport)
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 load is applied.
iSupport
The CATIA Reference specifying the region to which the load is applied.

Refer: CATIAReference , CATIAProduct
o Sub AddSupportFromPublication( iProduct,
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 load is applied.
iPublication
The CATIA Publication specifying the region to which the load is applied.

Refer: CATIAPublication
o Sub AddSupportFromReference( iReference,
iSupport)
Creates a new support and adds it to the description of the Analysis Entity.
Parameters:
iReference
The CATIA Reference specifying the object to which the load is applied.
iSupport
The CATIA Reference specifying the region to which the load is applied.

Refer: CATIAReference

Copyright © 2003, Dassault Systèmes. All rights reserved.