Search Results for

    Show / Hide Table of Contents

    Class AlongPathPattern

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    AlongPathPattern
    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
    public class AlongPathPattern : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    AlongPathPattern()

    Declaration
    protected AlongPathPattern()

    Properties

    UseYDirectionToggle

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

    XOnPathSpacing

    Declaration
    public OnPathDistancePatternSpacing XOnPathSpacing { get; }
    Property Value
    Type Description
    OnPathDistancePatternSpacing

    XPath

    Declaration
    public Section XPath { get; set; }
    Property Value
    Type Description
    Section

    XPathOption

    Declaration
    public AlongPathPattern.PathOptions XPathOption { get; set; }
    Property Value
    Type Description
    AlongPathPattern.PathOptions

    YDirection

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

    YDirectionOption

    Declaration
    public AlongPathPattern.YDirectionOptions YDirectionOption { get; set; }
    Property Value
    Type Description
    AlongPathPattern.YDirectionOptions

    YOnPathSpacing

    Declaration
    public OnPathDistancePatternSpacing YOnPathSpacing { get; }
    Property Value
    Type Description
    OnPathDistancePatternSpacing

    YPath

    Declaration
    public Section YPath { get; set; }
    Property Value
    Type Description
    Section

    YPathOption

    Declaration
    public AlongPathPattern.PathOptions YPathOption { get; set; }
    Property Value
    Type Description
    AlongPathPattern.PathOptions

    YSpacing

    Declaration
    public DistancePatternSpacing YSpacing { get; }
    Property Value
    Type Description
    DistancePatternSpacing

    Methods

    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