Search Results for

    Show / Hide Table of Contents

    Interface INodalTargetLocalSpiderDefinition

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

    Properties

    ExpansionRadius

    Declaration
    Expression ExpansionRadius { get; }
    Property Value
    Type Description
    Expression

    ExpansionRadiusFactor

    Declaration
    Expression ExpansionRadiusFactor { get; }
    Property Value
    Type Description
    Expression

    LocalSpiderCenterType

    Declaration
    LocalSpiderCenterType LocalSpiderCenterType { get; set; }
    Property Value
    Type Description
    LocalSpiderCenterType

    MaxDistance

    Declaration
    Expression MaxDistance { get; }
    Property Value
    Type Description
    Expression

    PanelSearchType

    Declaration
    PanelSearchType PanelSearchType { get; set; }
    Property Value
    Type Description
    PanelSearchType

    RingSearchType

    Declaration
    RingSearchType RingSearchType { get; set; }
    Property Value
    Type Description
    RingSearchType

    SearchTolerance

    Declaration
    Expression SearchTolerance { get; }
    Property Value
    Type Description
    Expression

    Methods

    AddLocationMeshPoint(MeshPoint)

    Declaration
    MeshPointLocation AddLocationMeshPoint(MeshPoint meshPoint)
    Parameters
    Type Name Description
    MeshPoint meshPoint
    Returns
    Type Description
    MeshPointLocation

    AddLocationNode(FENode)

    Declaration
    NodeLocation AddLocationNode(FENode node)
    Parameters
    Type Name Description
    FENode node
    Returns
    Type Description
    NodeLocation

    AddLocationPoint(Point)

    Declaration
    PointLocation AddLocationPoint(Point point)
    Parameters
    Type Name Description
    Point point
    Returns
    Type Description
    PointLocation

    AddLocationSelectionRecipe(SelectionRecipe)

    Declaration
    SelectionRecipeLocation AddLocationSelectionRecipe(SelectionRecipe selectionRecipe)
    Parameters
    Type Name Description
    SelectionRecipe selectionRecipe
    Returns
    Type Description
    SelectionRecipeLocation

    AddRegionsEntities(TaggedObject[])

    Declaration
    void AddRegionsEntities(TaggedObject[] entities)
    Parameters
    Type Name Description
    TaggedObject[] entities

    GetLocation(Int32)

    Declaration
    Location GetLocation(int indexOfLocation)
    Parameters
    Type Name Description
    System.Int32 indexOfLocation
    Returns
    Type Description
    Location

    GetNumberOfLocations()

    Declaration
    int GetNumberOfLocations()
    Returns
    Type Description
    System.Int32

    GetRegionsEntities()

    Declaration
    TaggedObject[] GetRegionsEntities()
    Returns
    Type Description
    TaggedObject[]

    RemoveLocation(Int32)

    Declaration
    void RemoveLocation(int indexOfLocation)
    Parameters
    Type Name Description
    System.Int32 indexOfLocation

    RemoveRegionsEntities(TaggedObject[])

    Declaration
    void RemoveRegionsEntities(TaggedObject[] entities)
    Parameters
    Type Name Description
    TaggedObject[] entities
    In This Article
    Back to top Generated by DocFX