コード例 #1
0
ファイル: HndzSAP2000API.cs プロジェクト: A-Shawqi/HANDAZteel
        public static bool SetISection(HndzISectionProfile Isection, HndzStructuralMaterial material)
        {
            SAPISection sapISection = default(SAPISection);

            sapISection.ConvertFromHndzIProfile(Isection, material);
            return(SAP2000API.SetISection(sapISection));
        }