Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/4262.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\`\`prep7\`\` - part 2
47 changes: 25 additions & 22 deletions doc/source/mapdl_commands/prep7/database.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
.. _ref_database_commands_api:

********
.. _ref_database:


Database
********
========


.. currentmodule:: ansys.mapdl.core
.. currentmodule:: ansys.mapdl.core._commands.prep7.database

These PREP7 commands are used to read model data into the database,
list out the database, and control the numbering of entities in the
database.
.. autoclass:: ansys.mapdl.core._commands.prep7.database.Database

.. autosummary::
:toctree: _autosummary/

Mapdl.aflist
Mapdl.cdread
Mapdl.cdwrite
Mapdl.cdopt
Mapdl.cecheck
Mapdl.check
Mapdl.igesout
Mapdl.mfimport
Mapdl.nooffset
Mapdl.numcmp
Mapdl.nummrg
Mapdl.numoff
Mapdl.numstr
:template: base.rst
:toctree: _autosummary


Database.aflist
Database.cdopt
Database.cdread
Database.cdwrite
Database.cecheck
Database.check
Database.cncheck
Database.escheck
Database.igesout
Database.nooffset
Database.numcmp
Database.nummrg
Database.numoff
Database.numstr
17 changes: 0 additions & 17 deletions doc/source/mapdl_commands/prep7/digitizing.rst

This file was deleted.

37 changes: 20 additions & 17 deletions doc/source/mapdl_commands/prep7/element_type.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
.. _ref_element_type_commands_api:

************
Element type
************
.. _ref_element_type:

.. currentmodule:: ansys.mapdl.core

These PREP7 commands define the type of elements to be used in the model.
ElementType
===========


.. currentmodule:: ansys.mapdl.core._commands.prep7.element_type

.. autoclass:: ansys.mapdl.core._commands.prep7.element_type.ElementType

.. autosummary::
:toctree: _autosummary/

Mapdl.dof
Mapdl.elbow
Mapdl.et
Mapdl.etchg
Mapdl.etcontrol
Mapdl.etdele
Mapdl.etlist
Mapdl.keyopt
Mapdl.nsvr
:template: base.rst
:toctree: _autosummary


ElementType.dof
ElementType.et
ElementType.etchg
ElementType.etcontrol
ElementType.etdele
ElementType.etlist
ElementType.keyopt
ElementType.nsvr
104 changes: 56 additions & 48 deletions doc/source/mapdl_commands/prep7/elements.rst
Original file line number Diff line number Diff line change
@@ -1,54 +1,62 @@
.. _ref_elements_commands_api:

********
.. _ref_elements:


Elements
********
========


.. currentmodule:: ansys.mapdl.core
.. currentmodule:: ansys.mapdl.core._commands.prep7.elements

These PREP7 commands are used to create, modify, list, etc., elements.
.. autoclass:: ansys.mapdl.core._commands.prep7.elements.Elements

.. autosummary::
:toctree: _autosummary/

Mapdl.afsurf
Mapdl.e
Mapdl.ecpchg
Mapdl.edele
Mapdl.eextrude
Mapdl.egen
Mapdl.einfin
Mapdl.eintf
Mapdl.elist
Mapdl.emid
Mapdl.emodif
Mapdl.emore
Mapdl.emtgen
Mapdl.en
Mapdl.endrelease
Mapdl.engen
Mapdl.enorm
Mapdl.ensym
Mapdl.eread
Mapdl.ereinf
Mapdl.errang
Mapdl.esurf
Mapdl.esym
Mapdl.ewrite
Mapdl.gcdef
Mapdl.gcgen
Mapdl.inistate
Mapdl.laylist
Mapdl.layplot
Mapdl.lfsurf
Mapdl.ndsurf
Mapdl.shsd
Mapdl.swadd
Mapdl.swdel
Mapdl.swgen
Mapdl.swlist
Mapdl.tshap
Mapdl.upgeom
Mapdl.usrdof
Mapdl.usrelem
Mapdl.wtbcreate
:template: base.rst
:toctree: _autosummary


Elements.afsurf
Elements.dflab
Elements.e
Elements.ecpchg
Elements.edele
Elements.eembed
Elements.egen
Elements.egid
Elements.einfin
Elements.eintf
Elements.elbow
Elements.elist
Elements.emid
Elements.emodif
Elements.emore
Elements.emsel
Elements.emtgen
Elements.en
Elements.endrelease
Elements.engen
Elements.enorm
Elements.ensym
Elements.eplot
Elements.eread
Elements.ereinf
Elements.errang
Elements.esurf
Elements.esym
Elements.ewrite
Elements.gcdef
Elements.gcgen
Elements.laylist
Elements.layplot
Elements.lfsurf
Elements.ndsurf
Elements.shsd
Elements.swadd
Elements.swdel
Elements.swgen
Elements.swlist
Elements.tshap
Elements.upgeom
Elements.usrdof
Elements.usrelem
Elements.wtbcreate
80 changes: 0 additions & 80 deletions doc/source/mapdl_commands/prep7/explicit_dynamics.rst

This file was deleted.

22 changes: 13 additions & 9 deletions doc/source/mapdl_commands/prep7/hard_points.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
.. _ref_hard_points_commands_api:

***********
Hard points
***********
.. _ref_hard_points:

.. currentmodule:: ansys.mapdl.core

These PREP7 commands are used to create, modify, list, etc., hard points.
HardPoints
==========


.. currentmodule:: ansys.mapdl.core._commands.prep7.hard_points

.. autoclass:: ansys.mapdl.core._commands.prep7.hard_points.HardPoints

.. autosummary::
:toctree: _autosummary/
:template: base.rst
:toctree: _autosummary


Mapdl.hptcreate
Mapdl.hptdelete
HardPoints.hptcreate
HardPoints.hptdelete
11 changes: 10 additions & 1 deletion doc/source/mapdl_commands/prep7/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,20 @@ Prep7

areas
booleans
meshing
database
elements
cross_sections
lines
data_tables
constraint_equations
constraint_equations_
coupled_dof
morphing
element_type
materials
_status
keypoints
hard_points
artificially_matched_layers
meshing

Loading
Loading