![]() | APIget |
public List<double[]> getSectionResDomainPoints( int domainIndex, int domainType, double cleanResponseTolerance = 0 )
Public Function getSectionResDomainPoints ( domainIndex As Integer, domainType As Integer, Optional cleanResponseTolerance As Double = 0 ) As List(Of Double()) Dim instance As API Dim domainIndex As Integer Dim domainType As Integer Dim cleanResponseTolerance As Double Dim returnValue As List(Of Double()) returnValue = instance.getSectionResDomainPoints(domainIndex, domainType, cleanResponseTolerance)
public: List<array<double>^>^ getSectionResDomainPoints( int domainIndex, int domainType, double cleanResponseTolerance = 0 )
member getSectionResDomainPoints : domainIndex : int * domainType : int * ?cleanResponseTolerance : float (* Defaults: let _cleanResponseTolerance = defaultArg cleanResponseTolerance 0 *) -> List<float[]>
(c) NextFEM 2015-2025