Search Results for

    Show / Hide Table of Contents

    Class ElementTranslateBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ElementTranslateBuilder
    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 ElementTranslateBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ElementTranslateBuilder()

    Declaration
    protected ElementTranslateBuilder()

    Properties

    CopyOption

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

    Csys

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

    Distance

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

    DistanceOption

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

    ElementDimension

    Declaration
    public ElementTranslateBuilder.ElemDimensionType ElementDimension { get; set; }
    Property Value
    Type Description
    ElementTranslateBuilder.ElemDimensionType

    ElementSelection

    Declaration
    public SelectElementsBuilder ElementSelection { get; }
    Property Value
    Type Description
    SelectElementsBuilder

    ElementType

    Declaration
    public ElementTypeBuilder ElementType { get; }
    Property Value
    Type Description
    ElementTypeBuilder

    ExportMesh

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

    FlipState

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

    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 ElementTranslateBuilder.LabelType LabelOption { get; set; }
    Property Value
    Type Description
    ElementTranslateBuilder.LabelType

    MeshCollectorName

    Declaration
    public string MeshCollectorName { get; set; }
    Property Value
    Type Description
    System.String

    MeshName

    Declaration
    public string MeshName { get; set; }
    Property Value
    Type Description
    System.String

    Method

    Declaration
    public ElementTranslateBuilder.MethodType Method { get; set; }
    Property Value
    Type Description
    ElementTranslateBuilder.MethodType

    NeutralName

    Declaration
    public string NeutralName { get; set; }
    Property Value
    Type Description
    System.String

    NewMeshOption

    Declaration
    public ElementTranslateBuilder.NewMeshType NewMeshOption { get; set; }
    Property Value
    Type Description
    ElementTranslateBuilder.NewMeshType

    NodeIncrement

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

    NodeLabel

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

    NodeLabelOption

    Declaration
    public ElementTranslateBuilder.LabelType NodeLabelOption { get; set; }
    Property Value
    Type Description
    ElementTranslateBuilder.LabelType

    NodeOffset

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

    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

    RDistance

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

    SourcePoint

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

    TAngle

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

    TargetPoint

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

    Vector

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

    XDistance

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

    YDistance

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

    ZDistance

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

    Implements

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