Search Results for

    Show / Hide Table of Contents

    Class MarkerToNodeData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    MarkerToNodeData
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Motion
    Assembly: NXOpen.dll
    Syntax
    public class MarkerToNodeData : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    MarkerToNodeData()

    Declaration
    protected MarkerToNodeData()

    Properties

    Marker

    Declaration
    public NXObject Marker { get; set; }
    Property Value
    Type Description
    NXObject

    MarkerPosition

    Declaration
    public int MarkerPosition { get; set; }
    Property Value
    Type Description
    int

    Move

    Declaration
    public bool Move { get; set; }
    Property Value
    Type Description
    bool

    NodeId

    Declaration
    public int NodeId { get; set; }
    Property Value
    Type Description
    int

    Methods

    GetIsMassMatrixCGNode()

    Declaration
    public bool GetIsMassMatrixCGNode()
    Returns
    Type Description
    bool

    GetUseClosestNode()

    Declaration
    public bool GetUseClosestNode()
    Returns
    Type Description
    bool

    SetIsMassMatrixCGNode(bool)

    Declaration
    public void SetIsMassMatrixCGNode(bool isMassMatrixAtCGNode)
    Parameters
    Type Name Description
    bool isMassMatrixAtCGNode

    SetUseClosestNode(bool)

    Declaration
    public void SetUseClosestNode(bool useClosestNode)
    Parameters
    Type Name Description
    bool useClosestNode

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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