Search Results for

    Show / Hide Table of Contents

    Class PatternClocking

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PatternClocking
    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.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    [Obsolete("Deprecated in NX8.0.0.  This functionality is no longer supported.")]
    public class PatternClocking : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    PatternClocking()

    Declaration
    protected PatternClocking()

    Properties

    AngularDelta

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This functionality is no longer supported.")]
    public Expression AngularDelta { get; }
    Property Value
    Type Description
    Expression

    ClockType

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This functionality is no longer supported.")]
    public PatternClocking.ClockingType ClockType { get; }
    Property Value
    Type Description
    PatternClocking.ClockingType

    Direction1Delta

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This functionality is no longer supported.")]
    public Expression Direction1Delta { get; }
    Property Value
    Type Description
    Expression

    Direction2Delta

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This functionality is no longer supported.")]
    public Expression Direction2Delta { get; }
    Property Value
    Type Description
    Expression

    RadialDelta

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This functionality is no longer supported.")]
    public Expression RadialDelta { get; }
    Property Value
    Type Description
    Expression

    Methods

    SetAngularDelta(string)

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This functionality is no longer supported.")]
    public void SetAngularDelta(string angularDeltaExp)
    Parameters
    Type Name Description
    string angularDeltaExp

    SetRadialDelta(string)

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This functionality is no longer supported.")]
    public void SetRadialDelta(string radialDelta)
    Parameters
    Type Name Description
    string radialDelta

    SetXDirectionDelta(string)

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This functionality is no longer supported.")]
    public void SetXDirectionDelta(string direction1Exp)
    Parameters
    Type Name Description
    string direction1Exp

    SetYDirectionDelta(string)

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This functionality is no longer supported.")]
    public void SetYDirectionDelta(string direction2Exp)
    Parameters
    Type Name Description
    string direction2Exp

    Validate()

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This functionality is no longer supported..")]
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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