Search Results for

    Show / Hide Table of Contents

    Interface IDof

    Inherited Members
    INXObject.FindObject(String)
    INXObject.Print()
    INXObject.SetName(String)
    INXObject.IsOccurrence
    INXObject.JournalIdentifier
    INXObject.Name
    INXObject.OwningComponent
    INXObject.OwningPart
    INXObject.Prototype
    Namespace: NXOpen.CAE.Connections
    Assembly: NXOpen.dll
    Syntax
    public interface IDof : INXObject

    Methods

    GetDof(Dof)

    Declaration
    DofType GetDof(Dof dof)
    Parameters
    Type Name Description
    Dof dof
    Returns
    Type Description
    DofType

    SetDof(Dof, DofType)

    Declaration
    void SetDof(Dof dof, DofType type)
    Parameters
    Type Name Description
    Dof dof
    DofType type
    In This Article
    Back to top Generated by DocFX