Accessing contact model parameters in Matlab
Posted: Sat Mar 23, 2019 9:51 pm
Hi all! I am trying to access parameters (stiffness, friction, etc) from model files in Matlab, but I am having a hard time figuring out what functions I have available to use to access these parameters. Here are a few things I have tried:
Section of code I am trying to access: Any help with how to access these parameters would be greatly appreciated!
Code: Select all
>> Model1.getForceSet().get(25)
ans =
index_plane
Code: Select all
>> Model1.getForceSet().get(25).getPropertyByIndex(1)
ans =
ElasticFoundationForce::ContactParametersSet
Section of code I am trying to access: Any help with how to access these parameters would be greatly appreciated!