Revit.SDK.Samples.AvoidObstruction.CS.Section.Section C# (CSharp) Méthode

Section() private méthode

Private constructor, just be called in static factory method BuildSections.
private Section ( Autodesk dir ) : System
dir Autodesk Pipe's direction
Résultat System
        private Section(Autodesk.Revit.DB.XYZ  dir)
        {
            m_dir = dir;
            m_startFactor = 0;
            m_endFactor = 0;
            m_refs = new List<ReferenceWithContext>();
            m_pipes = new List<Pipe>();
        }