Search Results for

    Show / Hide Table of Contents

    Class ChangeFaceMotion

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ChangeFaceMotion
    Implements
    IMessageSink
    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.Features
    Assembly: NXOpen.dll
    Syntax
    public class ChangeFaceMotion : TaggedObject, IMessageSink

    Constructors

    ChangeFaceMotion()

    Declaration
    protected ChangeFaceMotion()

    Properties

    AngularAngle

    Declaration
    public Expression AngularAngle { get; }
    Property Value
    Type Description
    Expression

    AngularAxis

    Declaration
    public Axis AngularAxis { get; set; }
    Property Value
    Type Description
    Axis

    ChangeValue

    Declaration
    public Expression ChangeValue { get; }
    Property Value
    Type Description
    Expression

    ChangeValueDirection

    Declaration
    public Direction ChangeValueDirection { get; }
    Property Value
    Type Description
    Direction

    LinearDirection

    Declaration
    public Direction LinearDirection { get; set; }
    Property Value
    Type Description
    Direction

    LinearDistance

    Declaration
    public Expression LinearDistance { get; }
    Property Value
    Type Description
    Expression

    Option

    Declaration
    public ChangeFaceMotion.Options Option { get; set; }
    Property Value
    Type Description
    ChangeFaceMotion.Options

    Implements

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