Class SectionAnalysisBuilder
Inheritance
SectionAnalysisBuilder
Assembly: NXOpen.dll
Syntax
public class SectionAnalysisBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SectionAnalysisBuilder()
Declaration
protected SectionAnalysisBuilder()
Properties
CalculationMethod
Declaration
public SectionAnalysisBuilder.CalculationMethodType CalculationMethod { get; set; }
Property Value
CircularGrid
Declaration
public CircularGridBuilder CircularGrid { get; }
Property Value
CombOptions
Declaration
public CombOptionsBuilder CombOptions { get; }
Property Value
NeedleDirection
Declaration
public SectionAnalysisBuilder.NeedleDirectionType NeedleDirection { get; set; }
Property Value
Output
Declaration
public SectionAnalysisBuilder.OutputType Output { get; set; }
Property Value
QuadrilateralGrid
Declaration
public QuadrilateralGridBuilder QuadrilateralGrid { get; }
Property Value
References
Declaration
public SelectTaggedObjectList References { get; }
Property Value
ScalingMethod
Declaration
public SectionAnalysisBuilder.ScalingMethodType ScalingMethod { get; set; }
Property Value
ShowInflectionPoints
Declaration
public bool ShowInflectionPoints { get; set; }
Property Value
ShowPeakPoints
Declaration
public bool ShowPeakPoints { get; set; }
Property Value
ShowSectionLength
Declaration
public bool ShowSectionLength { get; set; }
Property Value
TriangularGrid
Declaration
public TriangularGridBuilder TriangularGrid { get; }
Property Value
Type
Declaration
public SectionAnalysisBuilder.Types Type { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink