Search Results for

    Show / Hide Table of Contents

    Interface INodalTargetsContainer

    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 INodalTargetsContainer : INXObject

    Methods

    GetTarget(Int32)

    Declaration
    NodalTarget GetTarget(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    NodalTarget

    SetTargetType(Int32, NodalTargetType)

    Declaration
    void SetTargetType(int index, NodalTargetType type)
    Parameters
    Type Name Description
    System.Int32 index
    NodalTargetType type
    In This Article
    Back to top Generated by DocFX