All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

AnalysisMeshLocalSpecification (Object)

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


The interface to access a CATIAAnalysisMeshLocalSpecification.

Property Index

Type
Returns the type of the local specification.

Method Index

AddSupportFromPublication
Defines the support of the local specification.
AddSupportFromReference
Defines the support of the local specification.
SetAttribute
Sets the value corresponding to the given local specification.

Properties


o Property Type() As CATBSTR (Read Only)
Returns the type of the local specification.
Returns:
The string that represent the type of local specification.

Methods


o Sub AddSupportFromPublication(CATBSTR iName,
CATIAProduct iProduct,
CATIAPublication iSupport)
Defines the support of the local specification.
Parameters:
iName
The identifier of the attribute.
iProduct
the CATIA Product that represent the object to linked.
iPublication
the CATIA Publication that represent the geometry.
See also:
Publication, Product
o Sub AddSupportFromReference(CATBSTR iName,
CATIAProduct iProduct,
CATIAReference iSupport)
Defines the support of the local specification.
Parameters:
iName
The identifier of the attribute.
iProduct
the CATIA Product that represent the object to linked.
iSupport
the CATIA Reference that represent the geometry.
See also:
Reference, Product
o Sub SetAttribute(CATBSTR iName,
CATVariant iValue)
Sets the value corresponding to the given local specification.
Parameters:
iName
The identifier of the attribute.
iValue
The value of the local specification.

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