ansys.dyna.core.lib.keyword_base.LinkType#

class ansys.dyna.core.lib.keyword_base.LinkType(*args, **kwds)#

Bases: enum.Enum

Enumeration of link types for keyword references.

Link types identify which kind of keyword a field references. Use with KeywordBase.get_links() to filter by link type.

ALL = 0#

All link types.

NODE = 1#

Reference to a NODE keyword.

ELEMENT_BEAM = 3#

Reference to an ELEMENT_BEAM keyword.

ELEMENT_SHELL = 4#

Reference to an ELEMENT_SHELL keyword.

ELEMENT_SOLID = 5#

Reference to an ELEMENT_SOLID keyword.

MAT = 14#

Reference to a MAT_* material keyword.

SECTION = 15#

Reference to a SECTION_* keyword.

HOURGLASS = 17#

Reference to a HOURGLASS keyword.

DEFINE_CURVE = 19#

Reference to a DEFINE_CURVE keyword.

DEFINE_BOX = 20#

Reference to a DEFINE_BOX keyword.

DEFINE_COORDINATE_SYSTEM = 21#

Reference to a DEFINE_COORDINATE_SYSTEM keyword.

DEFINE_VECTOR = 22#

Reference to a DEFINE_VECTOR keyword.

DEFINE_TRANSFORMATION = 40#

Reference to a DEFINE_TRANSFORMATION keyword.

SET_BEAM = 25#

Reference to a SET_BEAM keyword.

SET_DISCRETE = 26#

Reference to a SET_DISCRETE keyword.

SET_NODE = 27#

Reference to a SET_NODE keyword.

SET_PART = 28#

Reference to a SET_PART keyword.

SET_SEGMENT = 29#

Reference to a SET_SEGMENT keyword.

SET_SOLID = 31#

Reference to a SET_SOLID keyword.

PART = 13#

Reference to a PART keyword.

DEFINE_CURVE_OR_TABLE = 86#

Reference to either DEFINE_CURVE or DEFINE_TABLE (polymorphic).