Search Results for

    Show / Hide Table of Contents

    Class NodeTranslateBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    NodeTranslateBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public class NodeTranslateBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    NodeTranslateBuilder()

    Declaration
    protected NodeTranslateBuilder()

    Properties

    CopyOption

    Declaration
    public NodeTranslateBuilder.CopyType CopyOption { get; set; }
    Property Value
    Type Description
    NodeTranslateBuilder.CopyType

    Csys

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

    DistanceOption

    Declaration
    public NodeTranslateBuilder.DistanceType DistanceOption { get; set; }
    Property Value
    Type Description
    NodeTranslateBuilder.DistanceType

    Field

    Declaration
    public FieldWrapper Field { get; set; }
    Property Value
    Type Description
    FieldWrapper

    Increment

    Declaration
    public int Increment { get; set; }
    Property Value
    Type Description
    System.Int32

    Label

    Declaration
    public int Label { get; set; }
    Property Value
    Type Description
    System.Int32

    LabelOption

    Declaration
    public NodeTranslateBuilder.LabelType LabelOption { get; set; }
    Property Value
    Type Description
    NodeTranslateBuilder.LabelType

    MethodOption

    Declaration
    public NodeTranslateBuilder.MethodType MethodOption { get; set; }
    Property Value
    Type Description
    NodeTranslateBuilder.MethodType

    Node

    Declaration
    public SelectFENodeList Node { get; }
    Property Value
    Type Description
    SelectFENodeList

    NumCopy

    Declaration
    public int NumCopy { get; set; }
    Property Value
    Type Description
    System.Int32

    Offset

    Declaration
    public int Offset { get; set; }
    Property Value
    Type Description
    System.Int32

    PAngle

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

    PointSource

    Declaration
    public Point PointSource { get; set; }
    Property Value
    Type Description
    Point

    PointTarget

    Declaration
    public Point PointTarget { get; set; }
    Property Value
    Type Description
    Point

    ScaleFactor

    Declaration
    public double ScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double

    TAngle

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

    Vector

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

    VectorSource

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

    VectorTarget

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

    XDistance

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

    XScaleFactor

    Declaration
    public double XScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double

    YDistance

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

    YScaleFactor

    Declaration
    public double YScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double

    ZDistance

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

    ZScaleFactor

    Declaration
    public double ZScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double

    Implements

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