Search Results for

    Show / Hide Table of Contents

    Class PatternClocking

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PatternClocking
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.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
    System.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
    System.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
    System.String direction2Exp

    Validate()

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX