Search Results for

    Show / Hide Table of Contents

    Class EndHoleData

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    EndHoleData
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class EndHoleData : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    EndHoleData()

    Declaration
    protected EndHoleData()

    Properties

    BooleanOperation

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

    DepthOption

    Declaration
    public EndHoleData.HoleDepthOptions DepthOption { get; set; }
    Property Value
    Type Description
    EndHoleData.HoleDepthOptions

    FitOption

    Declaration
    public string FitOption { get; set; }
    Property Value
    Type Description
    System.String

    FormOption

    Declaration
    public EndHoleData.FormOptions FormOption { get; set; }
    Property Value
    Type Description
    EndHoleData.FormOptions

    HoleDepth

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

    HoleDepthLimitOption

    Declaration
    public EndHoleData.HoleDepthLimitOptions HoleDepthLimitOption { get; set; }
    Property Value
    Type Description
    EndHoleData.HoleDepthLimitOptions

    HoleDiameter

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

    MatchDimOfStartHole

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

    RadialEngageOption

    Declaration
    public string RadialEngageOption { get; set; }
    Property Value
    Type Description
    System.String

    ReliefChamferEnabled

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

    ScrewClearanceEndChamferAngle

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

    ScrewClearanceEndChamferEnabled

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

    ScrewClearanceEndChamferOffset

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

    ScrewClearanceStartChamferAngle

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

    ScrewClearanceStartChamferEnabled

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

    ScrewClearanceStartChamferOffset

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

    TapDrillDiameter

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

    ThreadDepth

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

    ThreadedEndChamferAngle

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

    ThreadedEndChamferDiameter

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

    ThreadedEndChamferEnabled

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

    ThreadedReliefAngle

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

    ThreadedReliefChamferAngle

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

    ThreadedReliefChamferOffset

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

    ThreadedReliefDepth

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

    ThreadedReliefDiameter

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

    ThreadedReliefEnabled

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

    ThreadedStartChamferAngle

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

    ThreadedStartChamferDiameter

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

    ThreadedStartChamferEnabled

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

    ThreadLengthOption

    Declaration
    public EndHoleData.ThreadLengthOptions ThreadLengthOption { get; set; }
    Property Value
    Type Description
    EndHoleData.ThreadLengthOptions

    ThreadRotation

    Declaration
    public EndHoleData.ThreadRotationOptions ThreadRotation { get; set; }
    Property Value
    Type Description
    EndHoleData.ThreadRotationOptions

    ThreadSize

    Declaration
    public string ThreadSize { get; set; }
    Property Value
    Type Description
    System.String

    TipAngle

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

    UntilSelectedTarget

    Declaration
    public SelectFace UntilSelectedTarget { get; }
    Property Value
    Type Description
    SelectFace

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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