Search Results for

    Show / Hide Table of Contents

    Class SectionAnalysisBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SectionAnalysisBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX