Search Results for

    Show / Hide Table of Contents

    Class PatternOrientation

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PatternOrientation
    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 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
    System.Boolean

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

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

    Implements

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