Search Results for

    Show / Hide Table of Contents

    Class HoleBossSet

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    HoleBossSet
    ThreadedBossSet
    ThreadedHoleSet
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class HoleBossSet : TaggedObject, IMessageSink

    Constructors

    HoleBossSet()

    Declaration
    protected HoleBossSet()

    Properties

    Depth

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

    DepthBuilder

    Declaration
    public InferredDouble DepthBuilder { get; }
    Property Value
    Type Description
    InferredDouble

    DepthLimit

    Declaration
    public HoleBossSet.DepthLimitTypes DepthLimit { get; set; }
    Property Value
    Type Description
    HoleBossSet.DepthLimitTypes

    Diameter

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

    DiameterBuilder

    Declaration
    public InferredDouble DiameterBuilder { get; }
    Property Value
    Type Description
    InferredDouble

    Length

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

    LengthBuilder

    Declaration
    public InferredDouble LengthBuilder { get; }
    Property Value
    Type Description
    InferredDouble

    MajorDiameter

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

    MinorDiameter

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

    Size

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

    StartDiameter

    Declaration
    public CAMAttribute StartDiameter { get; }
    Property Value
    Type Description
    CAMAttribute

    TipAngle

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

    ToolAxis

    Declaration
    public NXObject ToolAxis { get; set; }
    Property Value
    Type Description
    NXObject

    Methods

    GetFeature()

    Declaration
    public Feature GetFeature()
    Returns
    Type Description
    Feature

    GetMachiningFeature()

    Declaration
    public CAMFeature GetMachiningFeature()
    Returns
    Type Description
    CAMFeature

    InferLogic(NXObject)

    Declaration
    public void InferLogic(NXObject entity)
    Parameters
    Type Name Description
    NXObject entity

    ReverseDirection()

    Declaration
    public void ReverseDirection()

    Implements

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