Search Results for

    Show / Hide Table of Contents

    Class NcmHoleMachining

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseBuilder
    NcmSubopBuilder
    NcmHoleMachining
    NcmHoleDrilling
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    NcmSubopBuilder.GetRegionStartPoints(Point[])
    NcmSubopBuilder.SetRegionStartPoints(Point[])
    NcmSubopBuilder.DefaultRegionStartType
    NcmSubopBuilder.StartPointsEffectDistBuilder
    NcmSubopBuilder.StartPointsUseEffectDist
    BaseBuilder.GetCustomizableItemBuilder(String)
    BaseBuilder.GetCustomizableItemNames()
    BaseBuilder.Validate()
    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 NcmHoleMachining : NcmSubopBuilder, IMessageSink, IComponentBuilder

    Constructors

    NcmHoleMachining()

    Declaration
    protected NcmHoleMachining()

    Properties

    CollisionCheck

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

    CutcomMinimumAngle

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

    CutcomMinimumMove

    Declaration
    public InheritableToolDepBuilder CutcomMinimumMove { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    CutcomOutputContactPoint

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

    CutcomOutputPlane

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

    CutcomType

    Declaration
    public NcmHoleMachining.CutcomTypes CutcomType { get; set; }
    Property Value
    Type Description
    NcmHoleMachining.CutcomTypes

    Engage

    Declaration
    public NcmHoleMachiningEngRet Engage { get; }
    Property Value
    Type Description
    NcmHoleMachiningEngRet

    FinalRetract

    Declaration
    public NcmHoleMachiningEngRet FinalRetract { get; }
    Property Value
    Type Description
    NcmHoleMachiningEngRet

    FinalSafeDistance

    Declaration
    public InheritableToolDepBuilder FinalSafeDistance { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    FinalType

    Declaration
    public NcmHoleMachining.FinalTypes FinalType { get; set; }
    Property Value
    Type Description
    NcmHoleMachining.FinalTypes

    InitialEngage

    Declaration
    public NcmHoleMachiningEngRet InitialEngage { get; }
    Property Value
    Type Description
    NcmHoleMachiningEngRet

    InitialSafeDistance

    Declaration
    public InheritableToolDepBuilder InitialSafeDistance { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    InitialType

    Declaration
    public NcmHoleMachining.InitialTypes InitialType { get; set; }
    Property Value
    Type Description
    NcmHoleMachining.InitialTypes

    NcmSmoothing

    Declaration
    public NcmSmoothingBuilder NcmSmoothing { get; }
    Property Value
    Type Description
    NcmSmoothingBuilder

    NumberOfThreads

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

    OverlapAngle

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

    OverlapDistance

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

    OverlapType

    Declaration
    public NcmHoleMachining.OverlapTypes OverlapType { get; set; }
    Property Value
    Type Description
    NcmHoleMachining.OverlapTypes

    RegionStartAngle

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

    Retract

    Declaration
    public NcmHoleMachiningEngRet Retract { get; }
    Property Value
    Type Description
    NcmHoleMachiningEngRet

    StartFromCenter

    Declaration
    [Obsolete("Deprecated in NX1926.0.0.  Use NcmHoleMachiningEngRet instead.")]
    public bool StartFromCenter { get; set; }
    Property Value
    Type Description
    System.Boolean

    SuppressCutcom

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

    TrackingData

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

    TransferAvoidanceFrom

    Declaration
    public NcmAvoidancePointBuilder TransferAvoidanceFrom { get; }
    Property Value
    Type Description
    NcmAvoidancePointBuilder

    TransferAvoidanceGohome

    Declaration
    public NcmAvoidancePointBuilder TransferAvoidanceGohome { get; }
    Property Value
    Type Description
    NcmAvoidancePointBuilder

    TransferAvoidanceReturn

    Declaration
    public NcmAvoidancePointBuilder TransferAvoidanceReturn { get; }
    Property Value
    Type Description
    NcmAvoidancePointBuilder

    TransferAvoidanceStart

    Declaration
    public NcmAvoidancePointBuilder TransferAvoidanceStart { get; }
    Property Value
    Type Description
    NcmAvoidancePointBuilder

    TransferBetweenRegions

    Declaration
    public NcmTransfer TransferBetweenRegions { get; }
    Property Value
    Type Description
    NcmTransfer

    TransferClearance

    Declaration
    public NcmClearanceBuilder TransferClearance { get; }
    Property Value
    Type Description
    NcmClearanceBuilder

    TransferInitialFinal

    Declaration
    public NcmTransferBuilder TransferInitialFinal { get; }
    Property Value
    Type Description
    NcmTransferBuilder

    Implements

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