Search Results for

    Show / Hide Table of Contents

    Class LsdynaKfileGeneratorBuilder

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

    Constructors

    LsdynaKfileGeneratorBuilder()

    Declaration
    protected LsdynaKfileGeneratorBuilder()

    Properties

    DataType

    Declaration
    public LsdynaKfileGeneratorBuilder.MeshDataType DataType { get; set; }
    Property Value
    Type Description
    LsdynaKfileGeneratorBuilder.MeshDataType

    ElementType

    Declaration
    public LsdynaKfileGeneratorBuilder.MeshElementType ElementType { get; set; }
    Property Value
    Type Description
    LsdynaKfileGeneratorBuilder.MeshElementType

    InputDynaFile

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

    MaximumAngle

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

    MaximumDeviation

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

    MaximumElementSize

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

    MinimumElementSize

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

    OutputFile

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

    OutputPath

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

    OutputState

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

    Type

    Declaration
    public LsdynaKfileGeneratorBuilder.OperTypes Type { get; set; }
    Property Value
    Type Description
    LsdynaKfileGeneratorBuilder.OperTypes

    Methods

    AnalyzeFormability(String)

    Declaration
    public void AnalyzeFormability(string kFile)
    Parameters
    Type Name Description
    System.String kFile

    CalculateMeshValue()

    Declaration
    public void CalculateMeshValue()

    CreateLSDynaKFile(String)

    Declaration
    public void CreateLSDynaKFile(string kFile)
    Parameters
    Type Name Description
    System.String kFile

    MeshObject()

    Declaration
    public void MeshObject()

    SetInputDynaFile(String)

    Declaration
    public void SetInputDynaFile(string fileName)
    Parameters
    Type Name Description
    System.String fileName

    SetOutputFile(String)

    Declaration
    public void SetOutputFile(string outputFile)
    Parameters
    Type Name Description
    System.String outputFile

    SetOutputPath(String)

    Declaration
    public void SetOutputPath(string outputPath)
    Parameters
    Type Name Description
    System.String outputPath

    Implements

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