Search Results for

    Show / Hide Table of Contents

    Class TouchAnalysisBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    TouchAnalysisBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Features
    Assembly: NXOpen.dll
    Syntax
    public class TouchAnalysisBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    TouchAnalysisBuilder()

    Declaration
    protected TouchAnalysisBuilder()

    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

    BallDiameter

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

    DashboardSelection

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

    DisplayResolution

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

    EnableContactAnalysis

    Declaration
    public bool EnableContactAnalysis { get; set; }
    Property Value
    Type Description
    bool

    EnableRadiusAnalysis

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

    FaceNormal

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

    IntermediateAreas

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

    LongArmLength

    Declaration
    public Expression LongArmLength { 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

    RequiredZone

    Declaration
    public TouchAnalysisBuilder.EnumRequiredZone RequiredZone { get; set; }
    Property Value
    Type Description
    TouchAnalysisBuilder.EnumRequiredZone

    SgRPDriver

    Declaration
    public Point SgRPDriver { get; set; }
    Property Value
    Type Description
    Point

    SgRPPassenger

    Declaration
    public Point SgRPPassenger { get; set; }
    Property Value
    Type Description
    Point

    SharpAreas

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

    ShortArmLength

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

    ShowOnlySharpAreas

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

    SideClearance

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

    SmoothAreas

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

    Standard

    Declaration
    public TouchAnalysisBuilder.EnumStandard Standard { get; set; }
    Property Value
    Type Description
    TouchAnalysisBuilder.EnumStandard

    SteeringCenterPoint

    Declaration
    public Point SteeringCenterPoint { get; set; }
    Property Value
    Type Description
    Point

    SteeringWheelAngle

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

    SteeringWheelDiameter

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

    SteeringWheelOffset

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

    VehicleWidth

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

    VerticalOffset

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

    XOffsetDriver

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

    XOffsetPassenger

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

    ZOffsetDriver

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

    ZOffsetPassenger

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX