AccessmaterialApi.materials()[name].creep().potential() materialApi.materials()[name].plastic().potential() materialApi.materials()[name].viscous().potential() Potential(...)
This method creates a Potential object. PathmaterialApi.materials()[name].creep().Potential materialApi.materials()[name].plastic().Potential materialApi.materials()[name].viscous().Potential Prototypeodb_Potential& Potential(const odb_SequenceSequenceDouble& table, bool temperatureDependency, int dependencies); Required arguments
Optional arguments
Table data
Return valueA Potential object. ExceptionsRangeError. MembersThe Potential object has members with the same names and descriptions as the arguments to the Potential method. |