Search Results for

    Show / Hide Table of Contents

    Class ContextMenu

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    ContextMenu
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.StructureDesign
    Assembly: NXOpen.dll
    Syntax
    public class ContextMenu : NXRemotableObject, IMessageSink

    Constructors

    ContextMenu(StructureDesignSession)

    Declaration
    protected ContextMenu(StructureDesignSession owner)
    Parameters
    Type Name Description
    StructureDesignSession owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    DeleteWeldmentNode(NavigatorNode, int)

    Declaration
    public void DeleteWeldmentNode(NavigatorNode tWeldmentNode, int index)
    Parameters
    Type Name Description
    NavigatorNode tWeldmentNode
    int index

    PackMemberNodes(NavigatorNode[], Component)

    Declaration
    public void PackMemberNodes(NavigatorNode[] tgNodes, Component tgStructurePart)
    Parameters
    Type Name Description
    NavigatorNode[] tgNodes
    Component tgStructurePart

    RemoveConsolidateList(NavigatorNode)

    Declaration
    public void RemoveConsolidateList(NavigatorNode consolidateListNodeTag)
    Parameters
    Type Name Description
    NavigatorNode consolidateListNodeTag

    RemoveFeaturesInsideBoltedConnectionComponents(Component[])

    Declaration
    public void RemoveFeaturesInsideBoltedConnectionComponents(Component[] components)
    Parameters
    Type Name Description
    Component[] components

    RemoveFeaturesInsideEndCapComponents(Component[])

    Declaration
    public void RemoveFeaturesInsideEndCapComponents(Component[] components)
    Parameters
    Type Name Description
    Component[] components

    RemoveFeaturesInsideMemberComponents(Component[])

    Declaration
    public void RemoveFeaturesInsideMemberComponents(Component[] components)
    Parameters
    Type Name Description
    Component[] components

    RemoveFeaturesInsideMountingFeetComponents(Component[])

    Declaration
    public void RemoveFeaturesInsideMountingFeetComponents(Component[] components)
    Parameters
    Type Name Description
    Component[] components

    RemoveFeaturesInsideStiffenerComponents(Component[])

    Declaration
    public void RemoveFeaturesInsideStiffenerComponents(Component[] components)
    Parameters
    Type Name Description
    Component[] components

    ReparentPartNodes(int, NavigatorNode, NavigatorNode[])

    Declaration
    public void ReparentPartNodes(int index, NavigatorNode tgTargetNode, NavigatorNode[] tgNodes)
    Parameters
    Type Name Description
    int index
    NavigatorNode tgTargetNode
    NavigatorNode[] tgNodes

    UnpackMemberNodes(NavigatorNode[], Component)

    Declaration
    public void UnpackMemberNodes(NavigatorNode[] tgNodes, Component tgStructurePart)
    Parameters
    Type Name Description
    NavigatorNode[] tgNodes
    Component tgStructurePart

    UpdateDisplayColorType(DisplayColorType)

    Declaration
    public void UpdateDisplayColorType(ContextMenu.DisplayColorType displayType)
    Parameters
    Type Name Description
    ContextMenu.DisplayColorType displayType

    UpdateStructure(NXObject[])

    Declaration
    public void UpdateStructure(NXObject[] curves)
    Parameters
    Type Name Description
    NXObject[] curves

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX