Abstract base class for standard values calculators. Each component type has a concrete implementation that calculates standard values based on user-provided input parameters.
More...
Abstract base class for standard values calculators. Each component type has a concrete implementation that calculates standard values based on user-provided input parameters.
◆ Calculate()
Calculates and generates a complete component declaration with standard values based on the provided input data.
- Parameters
-
| inputData | The user-provided input parameters. |
- Returns
- A fully populated component declaration.
◆ CreateInput()
| BaseInput VectoInputManager.Core.BaseStandardValues.CreateInput |
( |
| ) |
|
|
abstract |
Creates a new input data object for this component type with default values.
- Returns
- A new BaseInput instance for this component type.
◆ SetInput()
Sets the calculated component into the appropriate property of a VectoInputDeclaration.
- Parameters
-
| vInputDeclaration | The target declaration container. |
| sv | The component to set (typically generated by Calculate method). |
The documentation for this class was generated from the following file:
- VectoInputManagerCore/BaseClasses/BaseStandardValues.cs