Search Results for

    Show / Hide Table of Contents

    Struct ComponentDofsTerm

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public struct ComponentDofsTerm

    Constructors

    ComponentDofsTerm(int, int)

    Declaration
    public ComponentDofsTerm(int NodeIndex, int ComponentDofs)
    Parameters
    Type Name Description
    int NodeIndex
    int ComponentDofs

    Fields

    ComponentDofs

    Declaration
    public int ComponentDofs
    Field Value
    Type Description
    int

    NodeIndex

    Declaration
    public int NodeIndex
    Field Value
    Type Description
    int

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX