AnalysisMeshLocalSpecification (Object)

The interface to access a CATIAAnalysisMeshLocalSpecification.

Properties


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

Methods


Sub AddSupportFromPublication( iName, iProduct, 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:
,
Sub AddSupportFromReference( iName, iProduct, 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:
,
Sub SetAttribute( iName, iValue)
Sets the value corresponding to the given local specification.
Parameters:
iName
The identifier of the attribute.
iValue
The value of the local specification.