Indexes   

ABQBoundaryConditions (Collection)

The collection of Abaqus boundary condition objects attached to
ABQGeneralStaticStep, ABQHeatTransferStep, and ABQExplicitDynamicsStep object.

Method Index

Add
Creates a new Abaqus boundary condition and adds it to the collection of Abaqus boundary conditions.
Item
Returns an Abaqus boundary condition using its index or its name from the
Remove
Removes an Abaqus boundary condition using its index or its name from the collection of boundary conditions.

Methods


o Func Add( iBoundaryType) As
Creates a new Abaqus boundary condition and adds it to the collection of Abaqus boundary conditions.
Parameters:
iBoundaryType
The type of the boundary condition to create.

Legal values:
"ABQClamp"
"ABQDisplacementBC"
Returns:
oBoundaryCondition The Abaqus boundary condition object that was created.
Example:
The following example creates a clamp boundary condition in the ABQBoundaryConditions collection:
 Dim abaqusBCs As ABQBoundaryConditions
 Dim abqClampBC As ABQClampBC
 Set abqClampBC =  abaqusBCs.Add("ABQClamp")
 
o Func Item( iIndex) As
Returns an Abaqus boundary condition using its index or its name from the ABQBoundaryConditions collection.
Parameters:
iIndex
The index or the name of the Abaqus boundary condition to retrieve from the collection of Abaqus boundary conditions. If the index is a number, it specifies the rank of the Abaqus boundary condition in the collection. The index of the first Abaqus boundary condition in the collection is 1, and the index of the last boundary condition is Count. If the index is a string, it specifies the name you assigned to the boundary condition using the CATIACollection::Name property.
Returns:
The specified ABQBoundaryCondition.
o Sub Remove( iIndex)
Removes an Abaqus boundary condition using its index or its name from the collection of boundary conditions.
Parameters:
iIndex
The index or the name of the Abaqus boundary condition to retrieve from the collection of Abaqus boundary conditions. If the index is a number, it specifies the rank of the Abaqus boundary condition in the collection. The index of the first Abaqus boundary condition in the collection is 1, and the index of the last boundary condition is Count. If the index is a string, it specifies the name you assigned to the boundary condition using the CATIACollection::Name property.

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