Revit.SDK.Samples.Reinforcement.CS.BeamFramReinMaker.FillBottomBars C# (CSharp) Метод

FillBottomBars() публичный Метод

Create the rebar at the bottom of beam
public FillBottomBars ( ) : bool
Результат bool
        public bool FillBottomBars()
        {
            // get the geometry information of the bottom rebar
             RebarGeometry geomInfo = m_geometry.GetBottomRebar();

             // create the rebar
             Rebar rebar = PlaceRebars(m_bottomType, null, null, geomInfo,
                                 RebarHookOrientation.Left, RebarHookOrientation.Left);
             return (null != rebar);
        }