KnowledgeInterfaces FreeParameter (Object)
All Frameworks Object Hierarchy This Framework Previous Next Indexes
FreeParameter (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---FreeParameter
Interface to access a CATIAFreeParameter.
Property Index
-
InfRange
- Returns or sets the inferior bound of the free parameter object.
-
Parameter
- Returns or sets which parameter (CATIAParameter) is linked to this object.
-
Step
- Returns or sets the initial step used by the optimisation to look for a better solution.
-
SupRange
- Returns or sets the superior bound of the free parameter object.
Properties
o Property InfRange( | ) As double |
-
Returns or sets the inferior bound of the free parameter object.
The optimization cannot escape those bounds.
-
Returns or sets which parameter (CATIAParameter) is linked to this object.
The parameter must be real.
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.
o Property SupRange( | ) As double |
-
Returns or sets the superior bound of the free parameter object.
The optimization cannot escape those bounds.
Copyright © 2003, Dassault Systèmes. All rights reserved.