All Frameworks  Object Hierarchy  This Framework  Indexes   

AnalysisMeshPart (Object)

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
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 (Read Only)
Returns the local specification collection from the meshpart analysis.

Methods


o Sub AddSupportFromPublication( iProduct,
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( iProduct,
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( iName,
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( iName,
iProduct,
iSupport,
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( iName,
iProduct,
iSupport,
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.