Search Results for

    Show / Hide Table of Contents

    Class DmBndBuilder

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

    Constructors

    DmBndBuilder()

    Declaration
    protected DmBndBuilder()

    Properties

    ApplyAtBoundary

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

    ApplyAtPartSurface

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

    ApplyFilletAt

    Declaration
    public DmBndBuilder.ApplyFilletAtTypes ApplyFilletAt { get; set; }
    Property Value
    Type Description
    DmBndBuilder.ApplyFilletAtTypes

    BndAddPasses

    Declaration
    public int BndAddPasses { get; set; }
    Property Value
    Type Description
    System.Int32

    BndCustomStart

    Declaration
    public DmBndBuilder.BndCustomStartTypes BndCustomStart { get; set; }
    Property Value
    Type Description
    DmBndBuilder.BndCustomStartTypes

    BndPocketDir

    Declaration
    public DmBndBuilder.BndPocketDirTypes BndPocketDir { get; set; }
    Property Value
    Type Description
    DmBndBuilder.BndPocketDirTypes

    BndProfilePass

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

    BndProfilePassStock

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

    CutAngle

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

    CutPatternBuilder

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

    CutPatternCenter

    Declaration
    public DmBndBuilder.BndPatternCenterTypes CutPatternCenter { get; set; }
    Property Value
    Type Description
    DmBndBuilder.BndPatternCenterTypes

    DispContact

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

    DispContactNormal

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

    DispToolEnd

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

    DisToolEndProj

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

    DmBndStock

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

    IslandCleanup

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

    IslandCleanupStatus

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

    PatternCenterPoint

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

    RegionConnection

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

    StepoverBuilder

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

    UsePart

    Declaration
    public DmBndBuilder.UsePartTypes UsePart { get; set; }
    Property Value
    Type Description
    DmBndBuilder.UsePartTypes

    Methods

    GetBndCutPattern()

    Declaration
    public DmBndBuilder.BndCutPatternTypes GetBndCutPattern()
    Returns
    Type Description
    DmBndBuilder.BndCutPatternTypes

    GetBndCutTraversal()

    Declaration
    public DmBndBuilder.BndCutTraversalTypes GetBndCutTraversal()
    Returns
    Type Description
    DmBndBuilder.BndCutTraversalTypes

    GetDmBndCutZigDir()

    Declaration
    public double[] GetDmBndCutZigDir()
    Returns
    Type Description
    System.Double[]

    GetDmBndIntolOuttol()

    Declaration
    public double[] GetDmBndIntolOuttol()
    Returns
    Type Description
    System.Double[]

    SetBndCutPattern(DmBndBuilder.BndCutPatternTypes)

    Declaration
    public void SetBndCutPattern(DmBndBuilder.BndCutPatternTypes bndCutPattern)
    Parameters
    Type Name Description
    DmBndBuilder.BndCutPatternTypes bndCutPattern

    SetBndCutTraversal(DmBndBuilder.BndCutTraversalTypes)

    Declaration
    public void SetBndCutTraversal(DmBndBuilder.BndCutTraversalTypes bndCutTraversal)
    Parameters
    Type Name Description
    DmBndBuilder.BndCutTraversalTypes bndCutTraversal

    SetDmBndCutZigDir(Double[])

    Declaration
    public void SetDmBndCutZigDir(double[] bndCutZigDir)
    Parameters
    Type Name Description
    System.Double[] bndCutZigDir

    SetDmBndIntolOuttol(Double[])

    Declaration
    public void SetDmBndIntolOuttol(double[] values)
    Parameters
    Type Name Description
    System.Double[] values

    Implements

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