Class DurSpecialistSolutionBuilder
Inheritance
System.Object
System.MarshalByRefObject
DurSpecialistSolutionBuilder
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)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class DurSpecialistSolutionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DurSpecialistSolutionBuilder()
Declaration
protected DurSpecialistSolutionBuilder()
Properties
AnalysisType
Declaration
public DurSpecialistAnalysisType AnalysisType { get; set; }
Property Value
Type | Description |
---|---|
DurSpecialistAnalysisType |
LoadProvider
Declaration
public NXObject LoadProvider { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
MaterialSource
Declaration
public DurSpecialistSolutionBuilder.MaterialSourceType MaterialSource { get; set; }
Property Value
Type | Description |
---|---|
DurSpecialistSolutionBuilder.MaterialSourceType |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedMaterial
Declaration
public PhysicalMaterial SelectedMaterial { get; set; }
Property Value
Type | Description |
---|---|
PhysicalMaterial |
SimulationObjects
Declaration
public DurSpecialistSimulationObjectTable SimulationObjects { get; }
Property Value
Type | Description |
---|---|
DurSpecialistSimulationObjectTable |
Methods
Reset()
Declaration
public void Reset()
Implements
System.Runtime.Remoting.Messaging.IMessageSink