.. vale off :class:`ECADImportSettings` =========================== .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.ExternalData.ECADImportSettings Bases: :py:obj:`object` T:Ansys.Mechanical.ExternalData.ECADImportSettings defines how to import external data from an ECAD file. .. !! processed by numpydoc !! .. py:currentmodule:: ECADImportSettings Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UseDummyNetData` - The UseDummyNetData falg of the ECAD file. For External Data files that include trace mapping, * - :py:attr:`~Format` - Gets the existing corresponding format. Property detail --------------- .. py:property:: UseDummyNetData :no-index: :type: Optional[System.Boolean] The UseDummyNetData falg of the ECAD file. For External Data files that include trace mapping, selecting this option enables you to import trace data belonging to the dummy net of the file. .. !! processed by numpydoc !! .. py:property:: Format :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.ImportFormat] Gets the existing corresponding format. .. !! processed by numpydoc !! .. vale on