Search Results for

    Show / Hide Table of Contents

    Class RectangularPattern

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

    Constructors

    RectangularPattern()

    Declaration
    protected RectangularPattern()

    Properties

    CreateLastStaggered

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

    HorizontalRef

    Declaration
    public HorizontalReference HorizontalRef { get; }
    Property Value
    Type Description
    HorizontalReference

    SimplifiedLayoutType

    Declaration
    public RectangularPattern.SimplifiedLayoutTypes SimplifiedLayoutType { get; set; }
    Property Value
    Type Description
    RectangularPattern.SimplifiedLayoutTypes

    StaggerType

    Declaration
    public RectangularPattern.StaggerOptions StaggerType { get; set; }
    Property Value
    Type Description
    RectangularPattern.StaggerOptions

    UseYDirectionToggle

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

    XDirection

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

    XFlip

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

    XSelection

    Declaration
    public SelectNXObject XSelection { get; }
    Property Value
    Type Description
    SelectNXObject

    XSpacing

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

    XSymmetryToggle

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

    YDirection

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

    YFlip

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

    YSelection

    Declaration
    public SelectNXObject YSelection { get; }
    Property Value
    Type Description
    SelectNXObject

    YSpacing

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

    YSymmetryToggle

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

    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