Class SolutionBuilder
Inheritance
SolutionBuilder
Assembly: NXOpen.dll
Syntax
public class SolutionBuilder : BaseBuilder, IMessageSink, IComponentBuilder
Constructors
SolutionBuilder()
Declaration
protected SolutionBuilder()
Properties
Attributes
Declaration
public SolutionAttributes Attributes { get; }
Property Value
ImportedEefFile
Declaration
public string ImportedEefFile { get; set; }
Property Value
ReferencedSolution
Declaration
public SimSolution ReferencedSolution { get; set; }
Property Value
ScratchDir
Declaration
public string ScratchDir { get; set; }
Property Value
UseNastranResultDir
Declaration
public bool UseNastranResultDir { get; set; }
Property Value
UseScratchDir
Declaration
public bool UseScratchDir { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink