Class SectionAnalysisBuilder
Inheritance
System.Object
System.MarshalByRefObject
SectionAnalysisBuilder
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.GeometricAnalysis.SectionAnalysis
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
Type | Description |
---|---|
SectionAnalysisBuilder.CalculationMethodType |
CircularGrid
Declaration
public CircularGridBuilder CircularGrid { get; }
Property Value
Type | Description |
---|---|
CircularGridBuilder |
CombOptions
Declaration
public CombOptionsBuilder CombOptions { get; }
Property Value
Type | Description |
---|---|
CombOptionsBuilder |
NeedleDirection
Declaration
public SectionAnalysisBuilder.NeedleDirectionType NeedleDirection { get; set; }
Property Value
Type | Description |
---|---|
SectionAnalysisBuilder.NeedleDirectionType |
Output
Declaration
public SectionAnalysisBuilder.OutputType Output { get; set; }
Property Value
Type | Description |
---|---|
SectionAnalysisBuilder.OutputType |
QuadrilateralGrid
Declaration
public QuadrilateralGridBuilder QuadrilateralGrid { get; }
Property Value
Type | Description |
---|---|
QuadrilateralGridBuilder |
References
Declaration
public SelectTaggedObjectList References { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObjectList |
ScalingMethod
Declaration
public SectionAnalysisBuilder.ScalingMethodType ScalingMethod { get; set; }
Property Value
Type | Description |
---|---|
SectionAnalysisBuilder.ScalingMethodType |
ShowInflectionPoints
Declaration
public bool ShowInflectionPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowPeakPoints
Declaration
public bool ShowPeakPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowSectionLength
Declaration
public bool ShowSectionLength { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TriangularGrid
Declaration
public TriangularGridBuilder TriangularGrid { get; }
Property Value
Type | Description |
---|---|
TriangularGridBuilder |
Type
Declaration
public SectionAnalysisBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
SectionAnalysisBuilder.Types |
Implements
System.Runtime.Remoting.Messaging.IMessageSink