pycatia.analysis_interfaces.analysis_mesh_local_specification

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.analysis_interfaces.analysis_mesh_local_specification.AnalysisMeshLocalSpecification(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
AnalysisMeshLocalSpecification

The interface to access a CATIAAnalysisMeshLocalSpecification.
add_support_from_publication(i_name: str, i_product: Product, i_support: Publication) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddSupportFromPublication(CATBSTR iName,
Product iProduct,
Publication 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
Parameters:
Return type:

None

add_support_from_reference(i_name: str, i_product: Product, i_support: Reference) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AddSupportFromReference(CATBSTR iName,
Product iProduct,
Reference 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
Parameters:
Return type:

None

set_attribute(i_name: str, i_value: cat_variant) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
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.
Parameters:
  • i_name (str) –

  • i_value (cat_variant) –

Return type:

None

property type: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Type() As CATBSTR (Read Only)

Returns the type of the local specification.

Returns:
The string that represent the type of local specification.
Return type:

str