Class SmoothOptResultsBuilder
Inheritance
System.Object
System.MarshalByRefObject
SmoothOptResultsBuilder
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
Syntax
public class SmoothOptResultsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SmoothOptResultsBuilder()
Declaration
protected SmoothOptResultsBuilder()
Properties
AdditionalSmoothingOption
Declaration
public SmoothOptResultsBuilder.AdditionalSmoothingType AdditionalSmoothingOption { get; set; }
Property Value
AutomaticDisplayOption
Declaration
public bool AutomaticDisplayOption { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GenerateBdf
Declaration
public bool GenerateBdf { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GenerateDensityCsv
Declaration
public bool GenerateDensityCsv { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GenerateStl
Declaration
public bool GenerateStl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Iteration
Declaration
public int Iteration { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LoadCase
Declaration
public int LoadCase { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LowerBoundLatticeArea
Declaration
public double LowerBoundLatticeArea { get; set; }
Property Value
Type |
Description |
System.Double |
|
LowerBoundSolidArea
Declaration
public double LowerBoundSolidArea { get; set; }
Property Value
Type |
Description |
System.Double |
|
Result
Declaration
public Result Result { get; set; }
Property Value
SmoothDisplayOption
Declaration
public bool SmoothDisplayOption { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SmoothLevel
Declaration
public double SmoothLevel { get; set; }
Property Value
Type |
Description |
System.Double |
|
Solution
Declaration
public SimSolution Solution { get; set; }
Property Value
ViewPortIndex
Declaration
public int ViewPortIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
CreateVerificationSolution()
Declaration
public void CreateVerificationSolution()
DisplayUpdate()
Declaration
public void DisplayUpdate()
Export()
Declaration
GetLatticeAreaColor()
Declaration
public double[] GetLatticeAreaColor()
Returns
Type |
Description |
System.Double[] |
|
GetSolidAreaColor()
Declaration
public double[] GetSolidAreaColor()
Returns
Type |
Description |
System.Double[] |
|
SetLatticeAreaColor(Double[])
Declaration
public void SetLatticeAreaColor(double[] latticeAreaColor)
Parameters
Type |
Name |
Description |
System.Double[] |
latticeAreaColor |
|
SetSolidAreaColor(Double[])
Declaration
public void SetSolidAreaColor(double[] solidAreaColor)
Parameters
Type |
Name |
Description |
System.Double[] |
solidAreaColor |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink