Search Results for

    Show / Hide Table of Contents

    Class SectionAnalysisExBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SectionAnalysisExBuilder
    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 SectionAnalysisExBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SectionAnalysisExBuilder()

    Declaration
    protected SectionAnalysisExBuilder()

    Properties

    Alignment

    Declaration
    public SectionAnalysisExBuilder.AlignmentType Alignment { get; set; }
    Property Value
    Type Description
    SectionAnalysisExBuilder.AlignmentType

    CalculationMethod

    Declaration
    public SectionAnalysisExBuilder.CalculationMethodType CalculationMethod { get; set; }
    Property Value
    Type Description
    SectionAnalysisExBuilder.CalculationMethodType

    CombOptions

    Declaration
    public CombOptionsBuilder CombOptions { get; }
    Property Value
    Type Description
    CombOptionsBuilder

    CurveAligned

    Declaration
    public CurveAlignedBuilder CurveAligned { get; }
    Property Value
    Type Description
    CurveAlignedBuilder

    Interactive

    Declaration
    public InteractiveBuilder Interactive { get; }
    Property Value
    Type Description
    InteractiveBuilder

    Isoparametric

    Declaration
    public IsoparametricBuilder Isoparametric { get; }
    Property Value
    Type Description
    IsoparametricBuilder

    IsShowInflectionPointsEnabled

    Declaration
    public bool IsShowInflectionPointsEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsShowLengthEnabled

    Declaration
    public bool IsShowLengthEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsShowPeakPointsEnabled

    Declaration
    public bool IsShowPeakPointsEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    NeedleDirection

    Declaration
    public SectionAnalysisExBuilder.NeedleDirectionType NeedleDirection { get; set; }
    Property Value
    Type Description
    SectionAnalysisExBuilder.NeedleDirectionType

    Output

    Declaration
    public SectionAnalysisExBuilder.OutputType Output { get; set; }
    Property Value
    Type Description
    SectionAnalysisExBuilder.OutputType

    ParallelPlanes

    Declaration
    public ParallelPlanesExBuilder ParallelPlanes { get; }
    Property Value
    Type Description
    ParallelPlanesExBuilder

    Placement

    Declaration
    public SectionAnalysisExBuilder.PlacementType Placement { get; set; }
    Property Value
    Type Description
    SectionAnalysisExBuilder.PlacementType

    Radial

    Declaration
    public RadialBuilder Radial { get; }
    Property Value
    Type Description
    RadialBuilder

    ScalingMethod

    Declaration
    public SectionAnalysisExBuilder.ScalingMethodType ScalingMethod { get; set; }
    Property Value
    Type Description
    SectionAnalysisExBuilder.ScalingMethodType

    SelectObject

    Declaration
    public SelectTaggedObjectList SelectObject { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    SpecifyPoint

    Declaration
    public SelectPointList SpecifyPoint { get; }
    Property Value
    Type Description
    SelectPointList

    XYZPlane

    Declaration
    public XYZPlaneBuilder XYZPlane { get; }
    Property Value
    Type Description
    XYZPlaneBuilder

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX