Class EnergyDistributionTableBuilder
Inheritance
EnergyDistributionTableBuilder
Assembly: NXOpen.dll
Syntax
public class EnergyDistributionTableBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
EnergyDistributionTableBuilder()
Declaration
protected EnergyDistributionTableBuilder()
Properties
Iteration
Declaration
public BaseIteration Iteration { get; set; }
Property Value
LoadCase
Declaration
public BaseLoadcase LoadCase { get; set; }
Property Value
Result
Declaration
public Result Result { get; set; }
Property Value
ResultType
Declaration
public BaseResultType ResultType { get; set; }
Property Value
Methods
Export(string)
Declaration
public void Export(string iAbsoluteFilePath)
Parameters
Type |
Name |
Description |
string |
iAbsoluteFilePath |
|
GetGroups()
Declaration
public CaeGroup[] GetGroups()
Returns
GetResults()
Declaration
public EnergyDistributionTableResultGroupData[] GetResults()
Returns
SetGroups(CaeGroup[])
Declaration
public void SetGroups(CaeGroup[] objects)
Parameters
Type |
Name |
Description |
CaeGroup[] |
objects |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink