All Frameworks  Object Hierarchy  This Framework  Next  Indexes  

AnalysisMaterial (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---AnalysisMaterial
 


Represents an AnalysisMaterial object.
This object is used to manage the Analysis properties of a material.

Method Index

GetType
Returns the analysis type (Ex: MATERIAL_ORTHOTROPIC, MATERIAL_ISOTROPIC).
GetValue
Returns an analysis value of the material.
PutValue
Sets an analysis value of the material.

Methods


o Func GetType() As CATBSTR
Returns the analysis type (Ex: MATERIAL_ORTHOTROPIC, MATERIAL_ISOTROPIC).
o Func GetValue(CATBSTR iLabel) As CATVariant
Returns an analysis value of the material. The name of the parameter is needed
o Sub PutValue(CATBSTR iLabel,
CATVariant iValue)
Sets an analysis value of the material. The name of the parameter is needed

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