pycatia.knowledge_interfaces.free_parameter

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-06-11 12:40:47.360445

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.knowledge_interfaces.free_parameter.FreeParameter(com_object)

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
FreeParameter

Interface to access a CATIAFreeParameter.
property inf_range: float

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)
o Property InfRange() As double

Returns or sets the inferior bound of the free parameter object. The
optimization cannot escape those bounds.
Return type:

float

property parameter: RealParam

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)
o Property Parameter() As RealParam

Returns or sets which parameter (CATIAParameter) is linked to this object.
The parameter must be real.
Return type:

RealParam

property step: float

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)
o Property Step() As double

Returns or sets the initial step used by the optimisation to look for a
better solution. This step is just a preliminary indication. It will vary
during the optimisation process.
Return type:

float

property sup_range: float

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)
o Property SupRange() As double

Returns or sets the superior bound of the free parameter object. The
optimization cannot escape those bounds.
Return type:

float