Search Results for

    Show / Hide Table of Contents

    Class SurfaceContinuityAnalysisBuilder

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

    Constructors

    SurfaceContinuityAnalysisBuilder()

    Declaration
    protected SurfaceContinuityAnalysisBuilder()

    Properties

    AngularThreshold

    Declaration
    public Expression AngularThreshold { get; }
    Property Value
    Type Description
    Expression

    CombOptions

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

    CurvatureCheck

    Declaration
    public SurfaceContinuityAnalysisBuilder.CurvatureType CurvatureCheck { get; set; }
    Property Value
    Type Description
    SurfaceContinuityAnalysisBuilder.CurvatureType

    DistanceThreshold

    Declaration
    public Expression DistanceThreshold { get; }
    Property Value
    Type Description
    Expression

    DynamicLabel

    Declaration
    public GeometricConstraintDataManager DynamicLabel { get; }
    Property Value
    Type Description
    GeometricConstraintDataManager

    Face

    Declaration
    public SelectNXObjectList Face { get; }
    Property Value
    Type Description
    SelectNXObjectList

    FirstEdge

    Declaration
    public SelectNXObjectList FirstEdge { get; }
    Property Value
    Type Description
    SelectNXObjectList

    G0

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

    G0Tolerance

    Declaration
    public double G0Tolerance { get; set; }
    Property Value
    Type Description
    System.Double

    G1

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

    G1Tolerance

    Declaration
    public double G1Tolerance { get; set; }
    Property Value
    Type Description
    System.Double

    G2

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

    G2Tolerance

    Declaration
    public double G2Tolerance { get; set; }
    Property Value
    Type Description
    System.Double

    G3

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

    G3Tolerance

    Declaration
    public double G3Tolerance { get; set; }
    Property Value
    Type Description
    System.Double

    MultiFace

    Declaration
    public SelectNXObjectList MultiFace { get; }
    Property Value
    Type Description
    SelectNXObjectList

    ReportPer

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

    SecondEdge

    Declaration
    public SelectNXObjectList SecondEdge { get; }
    Property Value
    Type Description
    SelectNXObjectList

    ShowOutOfTolerance

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

    ToleranceMarkup

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

    Type

    Declaration
    public SurfaceContinuityAnalysisBuilder.Types Type { get; set; }
    Property Value
    Type Description
    SurfaceContinuityAnalysisBuilder.Types

    Methods

    DeselectFirstEdgeFace(DisplayableObject, DisplayableObject)

    Declaration
    public void DeselectFirstEdgeFace(DisplayableObject edge, DisplayableObject face)
    Parameters
    Type Name Description
    DisplayableObject edge
    DisplayableObject face

    DeselectSecondEdgeFace(DisplayableObject, DisplayableObject)

    Declaration
    public void DeselectSecondEdgeFace(DisplayableObject edge, DisplayableObject face)
    Parameters
    Type Name Description
    DisplayableObject edge
    DisplayableObject face

    GetFace1Array()

    Declaration
    public Face[] GetFace1Array()
    Returns
    Type Description
    Face[]

    SelectFirstEdgeFace(DisplayableObject, DisplayableObject)

    Declaration
    public void SelectFirstEdgeFace(DisplayableObject edge, DisplayableObject face)
    Parameters
    Type Name Description
    DisplayableObject edge
    DisplayableObject face

    SelectSecondEdgeFace(DisplayableObject, DisplayableObject)

    Declaration
    public void SelectSecondEdgeFace(DisplayableObject edge, DisplayableObject face)
    Parameters
    Type Name Description
    DisplayableObject edge
    DisplayableObject face

    UpdateFace(Face, Point3d)

    Declaration
    public void UpdateFace(Face face, Point3d selectionPoint)
    Parameters
    Type Name Description
    Face face
    Point3d selectionPoint

    UpdateFirstEdgeFace(DisplayableObject, Point3d)

    Declaration
    public void UpdateFirstEdgeFace(DisplayableObject edgeOrFace, Point3d selectionPoint)
    Parameters
    Type Name Description
    DisplayableObject edgeOrFace
    Point3d selectionPoint

    UpdateSecondEdgeFace(DisplayableObject, Point3d)

    Declaration
    public void UpdateSecondEdgeFace(DisplayableObject edgeOrFace, Point3d selectionPoint)
    Parameters
    Type Name Description
    DisplayableObject edgeOrFace
    Point3d selectionPoint

    Implements

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