Search Results for

    Show / Hide Table of Contents

    Class ContactAnalysisBuilder

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

    Constructors

    ContactAnalysisBuilder()

    Declaration
    protected ContactAnalysisBuilder()

    Properties

    AreasNotTouchedByBall

    Declaration
    public NXColor AreasNotTouchedByBall { get; set; }
    Property Value
    Type Description
    NXColor

    AreasTouchedByBall

    Declaration
    public NXColor AreasTouchedByBall { get; set; }
    Property Value
    Type Description
    NXColor

    AutomaticUpdate

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

    BallDiameter

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

    BodySelection

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

    CreateMinRadiusPoints

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

    CreatePointsAtStepDist

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

    DisplayContourCurves

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

    DisplayResolution

    Declaration
    public DisplayResolutionBuilder DisplayResolution { get; }
    Property Value
    Type Description
    DisplayResolutionBuilder

    EnableRadiusAnalysis

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

    ExternalBallDiameter

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

    GeometricConstraintDataManager

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

    HemishpericalBallDiameter

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

    IntermediateAreas

    Declaration
    public NXColor IntermediateAreas { get; set; }
    Property Value
    Type Description
    NXColor

    InternalBallDiameter

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

    MaximumRadius

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

    MinimumRadius

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

    Normals

    Declaration
    public FaceAnalysisNormalsBuilder Normals { get; }
    Property Value
    Type Description
    FaceAnalysisNormalsBuilder

    ProtrusionLimit

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

    RamDiameter

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

    SharpAreas

    Declaration
    public NXColor SharpAreas { get; set; }
    Property Value
    Type Description
    NXColor

    ShowOnlyContactAnalysisAreas

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

    ShowOnlySharpAreas

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

    SmoothAreas

    Declaration
    public NXColor SmoothAreas { get; set; }
    Property Value
    Type Description
    NXColor

    StepDistance

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

    Methods

    AddGCPoint(Face, Point)

    Declaration
    public void AddGCPoint(Face face, Point point)
    Parameters
    Type Name Description
    Face face
    Point point

    ClearGConstraintPointData()

    Declaration
    public void ClearGConstraintPointData()

    CreateCheckPoints()

    Declaration
    public void CreateCheckPoints()

    CreateSectionCurves()

    Declaration
    public ContactAnalysisSectionCurveBuilder CreateSectionCurves()
    Returns
    Type Description
    ContactAnalysisSectionCurveBuilder

    DeleteGCPoint(Point)

    Declaration
    public void DeleteGCPoint(Point point)
    Parameters
    Type Name Description
    Point point

    SaveContourCurves()

    Declaration
    public void SaveContourCurves()

    SetGCPoint(Face, Point)

    Declaration
    public void SetGCPoint(Face face, Point point)
    Parameters
    Type Name Description
    Face face
    Point point

    Update()

    Declaration
    public void Update()

    Implements

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