public static HndzITaperedProfile GetITaperedSection(HndzITaperedProfile profile, ref HndzStructuralMaterial material) { SAPITaperedSection section = new SAPITaperedSection(); section.ConvertFromHndzTaperedI(profile, material); section = SAP2000API.GetITaperedSection(section); HndzITaperedProfile hndzProfile = new HndzITaperedProfile(); hndzProfile = section.ConvertToHndzTaperedI(ref material); return(hndzProfile); }