Search Results for

    Show / Hide Table of Contents

    Class RectangularPattern

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    RectangularPattern
    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
    public class RectangularPattern : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    RectangularPattern()

    Declaration
    protected RectangularPattern()

    Properties

    CreateLastStaggered

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

    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
    System.Boolean

    XDirection

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

    XFlip

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

    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
    System.Boolean

    YDirection

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

    YFlip

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

    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
    System.Boolean

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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