Class LsdynaKfileGeneratorBuilder
Inheritance
System.Object
System.MarshalByRefObject
LsdynaKfileGeneratorBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
public class LsdynaKfileGeneratorBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected LsdynaKfileGeneratorBuilder()
Properties
Declaration
public LsdynaKfileGeneratorBuilder.MeshDataType DataType { get; set; }
Property Value
Declaration
public LsdynaKfileGeneratorBuilder.MeshElementType ElementType { get; set; }
Property Value
Declaration
public string InputDynaFile { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double MaximumAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double MaximumDeviation { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double MaximumElementSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double MinimumElementSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string OutputFile { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string OutputPath { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int OutputState { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public LsdynaKfileGeneratorBuilder.OperTypes Type { get; set; }
Property Value
Methods
Declaration
public void AnalyzeFormability(string kFile)
Parameters
Type |
Name |
Description |
System.String |
kFile |
|
Declaration
public void CalculateMeshValue()
Declaration
public void CreateLSDynaKFile(string kFile)
Parameters
Type |
Name |
Description |
System.String |
kFile |
|
Declaration
Declaration
public void SetInputDynaFile(string fileName)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
Declaration
public void SetOutputFile(string outputFile)
Parameters
Type |
Name |
Description |
System.String |
outputFile |
|
Declaration
public void SetOutputPath(string outputPath)
Parameters
Type |
Name |
Description |
System.String |
outputPath |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink