IList<Int32> IResultReader.ContactNodeIds { get; }

Gets the list of the contact nodes used by the current result reader.

Examples

Gets all contact node ids. resultReader = ExtAPI.DataModel.AnalysisList[0].GetResultsData() mesh = resultReader.CreateMeshData() contNodeIds = resultReader.ContactNodeIds