Search Results for

    Show / Hide Table of Contents

    Class PatternOrientation

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

    Constructors

    PatternOrientation()

    Declaration
    protected PatternOrientation()

    Properties

    AlongOrientationOption

    Declaration
    public PatternOrientation.Enum AlongOrientationOption { get; set; }
    Property Value
    Type Description
    PatternOrientation.Enum

    AlongPathRotationAngle

    Declaration
    public Expression AlongPathRotationAngle { get; }
    Property Value
    Type Description
    Expression

    CircularOrientationOption

    Declaration
    public PatternOrientation.Enum CircularOrientationOption { get; set; }
    Property Value
    Type Description
    PatternOrientation.Enum

    FollowFaceProjDirOption

    Declaration
    public PatternOrientation.ProjDirEnum FollowFaceProjDirOption { get; set; }
    Property Value
    Type Description
    PatternOrientation.ProjDirEnum

    FollowFaceSelection

    Declaration
    public ScCollector FollowFaceSelection { get; }
    Property Value
    Type Description
    ScCollector

    FollowFaceToggle

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

    FromCSYS

    Declaration
    public CoordinateSystem FromCSYS { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    GeneralOrientationOption

    Declaration
    public PatternOrientation.Enum GeneralOrientationOption { get; set; }
    Property Value
    Type Description
    PatternOrientation.Enum

    HelixOrientationOption

    Declaration
    public PatternOrientation.Enum HelixOrientationOption { get; set; }
    Property Value
    Type Description
    PatternOrientation.Enum

    LinearOrientationOption

    Declaration
    public PatternOrientation.Enum LinearOrientationOption { get; set; }
    Property Value
    Type Description
    PatternOrientation.Enum

    MirrorOrientationOption

    Declaration
    public PatternOrientation.Enum MirrorOrientationOption { get; set; }
    Property Value
    Type Description
    PatternOrientation.Enum

    OrientationOption

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  The replacement function depends on the pattern type. See this method's documentation for more detailed information.")]
    public PatternOrientation.Enum OrientationOption { get; set; }
    Property Value
    Type Description
    PatternOrientation.Enum

    PolygonOrientationOption

    Declaration
    public PatternOrientation.Enum PolygonOrientationOption { get; set; }
    Property Value
    Type Description
    PatternOrientation.Enum

    RepeatTransformSetting

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

    SpiralOrientationOption

    Declaration
    public PatternOrientation.Enum SpiralOrientationOption { get; set; }
    Property Value
    Type Description
    PatternOrientation.Enum

    ToCSYS

    Declaration
    public CoordinateSystem ToCSYS { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    UserDefinedProjDir

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

    VectorForAlong

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

    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