Indexes   

ABQConcentratedForce (Object)

Represents an Abaqus concentrated force object (ABQConcentratedForce).
Role: Access an Abaqus concentrated force object or determine its properties.

Property Index

ApplyUserSubroutine
Sets or returns the user subroutine flag.
FollowNodalRotation
Sets or returns the follow nodal rotation flag.
LoadType
Sets or returns the load type whether Point Load, Distributed Load or Load Density.
UselocalCsys
Sets or returns a boolean indicating whether local coordinate system is used in Conc force
cf1
Sets or returns the concentrated force component in the 1-direction.
cf2
Sets or returns the concentrated force component in the 2-direction.
cf3
Sets or returns the concentrated force component in the 3-direction.
cm1
Sets or returns the concentrated moment component in the 1-direction.
cm2
Sets or returns the concentrated moment component in the 2-direction.
cm3
Sets or returns the concentrated moment component in the 3-direction.
localCsys
Sets or returns the local coordinate system of the concentrated force.

Method Index

GetHandler
Returns the handler for the distributed load.
GetLocalCsysFromPublication
Gets the published local coordinate system of the concentrated force.
SetHandler
Sets the handler for the distributed load.
SetLocalCsysFromPublication
Sets the published local coordinate system of the concentrated force.

Properties


o Property ApplyUserSubroutine() As
Sets or returns the user subroutine flag.
Returns:
A boolean specifying whether a user subroutine will be applied.
 
o Property FollowNodalRotation() As
Sets or returns the follow nodal rotation flag.
o Property LoadType() As
Sets or returns the load type whether Point Load, Distributed Load or Load Density.
Returns:
The load type.

Legal values:
POINTLOAD
DISTRIBUTEDLOAD
LOADDENSITY
  
 
o Property UselocalCsys() As
Sets or returns a boolean indicating whether local coordinate system is used in Conc force
Returns:
boolean specifying whether local csys is active.
o Property cf1() As
Sets or returns the concentrated force component in the 1-direction.
Returns:
The concentrated force component in the 1-direction.
 
o Property cf2() As
Sets or returns the concentrated force component in the 2-direction.
Returns:
The concentrated force component in the 2-direction.
 
o Property cf3() As
Sets or returns the concentrated force component in the 3-direction.
Returns:
The concentrated force component in the 3-direction.
 
o Property cm1() As
Sets or returns the concentrated moment component in the 1-direction.
Returns:
The concentrated moment component in the 1-direction.
 
o Property cm2() As
Sets or returns the concentrated moment component in the 2-direction.
Returns:
The concentrated moment component in the 2-direction.
 
o Property cm3() As
Sets or returns the concentrated moment component in the 3-direction.
Returns:
The concentrated moment component in the 3-direction.
 
o Property localCsys() As
Sets or returns the local coordinate system of the concentrated force.
Returns:
The local coordinate system.
 

Methods


o Sub GetHandler( oProduct,
oRef)
Returns the handler for the distributed load.
Parameters:
oProduct
The product for the handler.
oRef
The reference to the handler.
o Sub GetLocalCsysFromPublication( oProduct,
oPubAxisSystem)
Gets the published local coordinate system of the concentrated force.
Parameters:
oProduct
The CATIA Product specifying the local coordinate system publication.
oPubAxisSystem
The CATIA Axis system.

Refer: CATIAAxisSystem
o Sub SetHandler( iProduct,
iRef)
Sets the handler for the distributed load. Any previously set handler will be replaced with this new value.
Parameters:
iProduct
The product for the handler.
iRef
The reference to the handler.
o Sub SetLocalCsysFromPublication( iProduct,
iPubAxisSystem)
Sets the published local coordinate system of the concentrated force.
Returns:
Fails if the publication is not an axis system.
Parameters:
iProduct
The CATIA Product specifying the local coordinate system publication.
iPublication
The CATIA Publication on the axis system.

Refer: CATIAPublication

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