Search Results for

    Show / Hide Table of Contents

    Class DmBndBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    DmBndBuilder
    Implements
    IMessageSink
    Inherited Members
    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.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
    bool

    ApplyAtPartSurface

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

    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
    int

    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
    bool

    BndProfilePassStock

    Declaration
    public double BndProfilePassStock { get; set; }
    Property Value
    Type Description
    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

    DisToolEndProj

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

    DispContact

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

    DispContactNormal

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

    DispToolEnd

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

    DmBndStock

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

    IslandCleanup

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

    IslandCleanupStatus

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

    PatternCenterPoint

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

    RegionConnection

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

    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
    double[]

    GetDmBndIntolOuttol()

    Declaration
    public double[] GetDmBndIntolOuttol()
    Returns
    Type Description
    double[]

    SetBndCutPattern(BndCutPatternTypes)

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

    SetBndCutTraversal(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
    double[] bndCutZigDir

    SetDmBndIntolOuttol(double[])

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

    Implements

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