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

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.
Returns

float

Return type

float

property parameter

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.
Returns

RealParam

Return type

RealParam

property step

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.
Returns

float

Return type

float

property sup_range

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.
Returns

float

Return type

float