Search Results for

    Show / Hide Table of Contents

    Interface IMassConnectivity

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

    Properties

    ExpansionRadiusFactorTolerance

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

    ExpansionRadiusTolerance

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

    MassConnectivityType

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

    MaxDistanceTolerance

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

    PanelSearchDistance

    Declaration
    Expression PanelSearchDistance { 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

    Methods

    AddPanels(TaggedObject[])

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

    GetPanels()

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

    RemovePanels(TaggedObject[])

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