Search Results for

    Show / Hide Table of Contents

    Class CurveCurvatureAnalysisBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CurveCurvatureAnalysisBuilder
    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
    Assembly: NXOpen.dll
    Syntax
    public class CurveCurvatureAnalysisBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CurveCurvatureAnalysisBuilder()

    Declaration
    protected CurveCurvatureAnalysisBuilder()

    Properties

    CombOptions

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

    CombRange

    Declaration
    public CurveRangeBuilder CombRange { get; }
    Property Value
    Type Description
    CurveRangeBuilder

    DynamicProjection

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

    Method

    Declaration
    public CurveCurvatureAnalysisBuilder.CalculationMethod Method { get; set; }
    Property Value
    Type Description
    CurveCurvatureAnalysisBuilder.CalculationMethod

    Projection

    Declaration
    public CurveCurvatureAnalysisBuilder.ProjectionTypes Projection { get; set; }
    Property Value
    Type Description
    CurveCurvatureAnalysisBuilder.ProjectionTypes

    ReverseDirection

    Declaration
    public int ReverseDirection { get; set; }
    Property Value
    Type Description
    System.Int32

    SelectedCurves

    Declaration
    public ScCollector SelectedCurves { get; }
    Property Value
    Type Description
    ScCollector

    ShowCombs

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

    ShowInflections

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

    ShowMaxLabels

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

    ShowMinLabels

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

    ShowPeaks

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

    Style

    Declaration
    public CurveCurvatureAnalysisBuilder.DisplayStyle Style { get; set; }
    Property Value
    Type Description
    CurveCurvatureAnalysisBuilder.DisplayStyle

    Vector

    Declaration
    public Direction Vector { get; set; }
    Property Value
    Type Description
    Direction

    Xyz

    Declaration
    public CurveCurvatureAnalysisBuilder.XyzTypes Xyz { get; set; }
    Property Value
    Type Description
    CurveCurvatureAnalysisBuilder.XyzTypes

    Methods

    CreateDumbInflectionPoints()

    Declaration
    public Point[] CreateDumbInflectionPoints()
    Returns
    Type Description
    Point[]

    CreateDumbPeakPoints()

    Declaration
    public Point[] CreateDumbPeakPoints()
    Returns
    Type Description
    Point[]

    GetCurveRange(Int32)

    Declaration
    public CurveRangeBuilder GetCurveRange(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    CurveRangeBuilder

    GetCurveRangeListLength()

    Declaration
    public int GetCurveRangeListLength()
    Returns
    Type Description
    System.Int32

    UpdateWorkView()

    Declaration
    public void UpdateWorkView()

    Implements

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