Search Results for

    Show / Hide Table of Contents

    Class TranslateNodesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    TranslateNodesBuilder
    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.PenetrationCheck
    Assembly: NXOpen.dll
    Syntax
    public class TranslateNodesBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    TranslateNodesBuilder()

    Declaration
    protected TranslateNodesBuilder()

    Properties

    Csys

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

    DirectionVector

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

    Distance

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

    Method

    Declaration
    public TranslateNodesBuilder.MethodOptions Method { get; set; }
    Property Value
    Type Description
    TranslateNodesBuilder.MethodOptions

    MoveAdjacentNodes

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

    NumberOfLayers

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

    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

    SelectNodes

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

    TAngle

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

    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