|
ElementEccentricityaddTo Method
|
add the eccentricity to a C++ model.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void addTo(
Model feb_model
)
Public Sub addTo (
feb_model As Model
)
public:
void addTo(
Model^ feb_model
)
member addTo :
feb_model : Model -> unit
Parameters
- feb_model
- Type: Model
C++ model where to add the eccentricity.
See Also