Class DurSpecialistFlexBodyEventBuilder
Inheritance
System.Object
System.MarshalByRefObject
DurSpecialistFlexBodyEventBuilder
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 DurSpecialistFlexBodyEventBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DurSpecialistFlexBodyEventBuilder()
Declaration
protected DurSpecialistFlexBodyEventBuilder()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FlexBody
Declaration
public FlexBody FlexBody { get; set; }
Property Value
Type | Description |
---|---|
FlexBody |
IntervalEnd
Declaration
public Expression IntervalEnd { get; }
Property Value
Type | Description |
---|---|
Expression |
IntervalStart
Declaration
public Expression IntervalStart { get; }
Property Value
Type | Description |
---|---|
Expression |
LoadLength
Declaration
public DurSpecialistLoadLengthBuilder LoadLength { get; }
Property Value
Type | Description |
---|---|
DurSpecialistLoadLengthBuilder |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Range
Declaration
public DurSpecialistFlexBodyEventBuilder.RangeType Range { get; set; }
Property Value
Type | Description |
---|---|
DurSpecialistFlexBodyEventBuilder.RangeType |
Solution
Declaration
public MotionSolution Solution { get; set; }
Property Value
Type | Description |
---|---|
MotionSolution |
TemperatureSource
Declaration
public DurSpecialistTemperatureSource TemperatureSource { get; set; }
Property Value
Type | Description |
---|---|
DurSpecialistTemperatureSource |
Methods
GetFlexBodies()
Declaration
public FlexBody[] GetFlexBodies()
Returns
Type | Description |
---|---|
FlexBody[] |
GetMotionFileName()
Declaration
public string GetMotionFileName()
Returns
Type | Description |
---|---|
System.String |
GetSolutions()
Declaration
public MotionSolution[] GetSolutions()
Returns
Type | Description |
---|---|
MotionSolution[] |
SetMotionFileName(String)
Declaration
public void SetMotionFileName(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName |
Implements
System.Runtime.Remoting.Messaging.IMessageSink