FreeParameter (Object)

Interface to access a CATIAFreeParameter.

Properties


Property InfRange() As
Returns or sets the inferior bound of the free parameter object. The optimization cannot escape those bounds.
Property Parameter() As
Returns or sets which parameter (CATIAParameter) is linked to this object. The parameter must be real.
Property Step() As
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.
Property SupRange() As
Returns or sets the superior bound of the free parameter object. The optimization cannot escape those bounds.