All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

AnalysisMeshPart (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---AnalysisSet
            |
            +---AnalysisMeshPart
 


The interface to access a CATIAAnalysisMeshPart.

Property Index

Activity
Returns the activity of an meshpart.
AnalysisMeshLocalSpecifications
Returns the local specification collection from the meshpart analysis.

Method Index

AddSupportFromPublication
Creates a new support and add it to the support description of the mesh part.
AddSupportFromReference
Creates a new support and add it to the support description of the mesh part.
SetGlobalSpecification
Sets the value corresponding to the given global specification.
SetSpecificationFromPublication
Adds the geometric value corresponding to the given global specification.
SetSpecificationFromReference
Set the geometric value corresponding to the given global specification.

Properties


o Property Activity() As boolean
Returns the activity of an meshpart.
Parameters:
oActivity

Legal values:
FALSE
Mesh Part is not active.
TRUE
Mesh Part is active.
o Property AnalysisMeshLocalSpecifications() As CATIAAnalysisMeshLocalSpecifications (Read Only)
Returns the local specification collection from the meshpart analysis.

Methods


o Sub AddSupportFromPublication(CATIAProduct iProduct,
CATIAPublication iSupport)
Creates a new support and add it to the support description of the mesh part.
Parameters:
iProduct
the CATIA Product that represent the object to linked.
iPublication
the CATIA Publication that represent the the geometry to meshed.
See also:
Publication, Product
o Sub AddSupportFromReference(CATIAProduct iProduct,
CATIAReference iSupport)
Creates a new support and add it to the support description of the mesh part.
Parameters:
iProduct
the CATIA Product that represent the object to linked.
iSupport
the CATIA Reference that represent the geometry to meshed.
See also:
Reference, Product
o Sub SetGlobalSpecification(CATBSTR iName,
CATVariant iValue)
Sets the value corresponding to the given global specification.
Parameters:
iName
The identifier if the global specification.
iValue
The value of the global specification.
o Sub SetSpecificationFromPublication(CATBSTR iName,
CATIAProduct iProduct,
CATIAPublication iSupport,
long iMode)
Adds the geometric value corresponding to the given global specification.
Parameters:
iName
The identifier if the global specification.
iProduct
the CATIA Product that represent the object to linked.
iPublication
the CATIA Publication that represent the the geometry to meshed.
See also:
Publication, Product
iMode
The mode used to valuate the publication global specification.
Legal values:
0
the global specification is defined as a single reference.
1
the global specification is added to exising references.
o Sub SetSpecificationFromReference(CATBSTR iName,
CATIAProduct iProduct,
CATIAReference iSupport,
long iMode)
Set the geometric value corresponding to the given global specification.
Parameters:
iName
The identifier if the global specification.
iProduct
the CATIA Product that represent the object to linked.
iSupport
the CATIA Reference that represent the geometry to meshed.
See also:
Reference, Product
iMode
The mode used to valuate the reference global specification.
Legal values:
0
the global specification is defined as a single reference.
1
the global specification is added to exising references.

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