Search Results for

    Show / Hide Table of Contents

    Class BoundaryMillingSet

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BoundarySet
    BoundaryMillingSet
    Implements
    IMessageSink
    Inherited Members
    BoundarySet.AppendCurves(NXObject[], Point3d, Matrix3x3)
    BoundarySet.RemoveCurves(NXObject[])
    BoundarySet.CreateBoundaryMemberSet()
    BoundarySet.SynchronizePlanes(BoundarySet)
    BoundarySet.BoundaryMemberList
    BoundarySet.BoundaryType
    BoundarySet.CustomOffset
    BoundarySet.Offset
    BoundarySet.OffsetIntent
    BoundarySet.Plane
    BoundarySet.PlaneType
    BoundarySet.PointList
    BoundarySet.SelectObject
    BoundarySet.ToolPosition
    BoundarySet.ToolSide
    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 BoundaryMillingSet : BoundarySet, IMessageSink

    Constructors

    BoundaryMillingSet()

    Declaration
    protected BoundaryMillingSet()

    Properties

    CustomFeedRate

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

    CustomStock

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

    FeedUnit

    Declaration
    public BoundaryMillingMemberSet.FeedUnitTypes FeedUnit { get; set; }
    Property Value
    Type Description
    BoundaryMillingMemberSet.FeedUnitTypes

    FeedValue

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

    Stock

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

    Methods

    CreateBoundaryMillingMemberSet()

    Declaration
    public BoundaryMillingMemberSet CreateBoundaryMillingMemberSet()
    Returns
    Type Description
    BoundaryMillingMemberSet

    Implements

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