Home
last modified time | relevance | path

Searched refs:SpringPart (Results 1 – 1 of 1) sorted by relevance

/dports/cad/leocad/leocad-21.06/common/
H A Dlc_synth.cpp113 explicit lcSynthInfoShockAbsorber(const char* SpringPart);
375 char SpringPart[16]; in lcSynthInit() member
390 Info->SetSynthInfo(new lcSynthInfoShockAbsorber(AbsorberInfo.SpringPart)); in lcSynthInit()
525 lcSynthInfoShockAbsorber::lcSynthInfoShockAbsorber(const char* SpringPart) in lcSynthInfoShockAbsorber() argument
526 : lcSynthInfoStraight(110.00f), mSpringPart(SpringPart) in lcSynthInfoShockAbsorber()