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.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectFreeParameterInterface to access a CATIAFreeParameter.-
property
inf_range¶ Note
- CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)
- o Property InfRange() As doubleReturns or sets the inferior bound of the free parameter object. Theoptimization 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 RealParamReturns or sets which parameter (CATIAParameter) is linked to this object.The parameter must be real.
- Returns
RealParam
- Return type
-
property
step¶ Note
- CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)
- o Property Step() As doubleReturns or sets the initial step used by the optimisation to look for abetter solution. This step is just a preliminary indication. It will varyduring 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 doubleReturns or sets the superior bound of the free parameter object. Theoptimization cannot escape those bounds.
- Returns
float
- Return type
float
-
property