protected override int Run(string[] commandLine)
        {
            s_instance = this;

            m_ActiveModel   = Bentley.MstnPlatformNET.Session.Instance.GetActiveDgnModel();
            m_ActiveDgnFile = Bentley.MstnPlatformNET.Session.Instance.GetActiveDgnFile();

            return(0);
        }
 public PolyhedraCE(System.IntPtr mdlDesc)
     : base(mdlDesc)
 {
     s_instance = this;
 }