Search Results for

    Show / Hide Table of Contents

    Class FlowBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    FlowBuilder
    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 FlowBuilder : TaggedObject, IMessageSink

    Constructors

    FlowBuilder()

    Declaration
    protected FlowBuilder()

    Properties

    CenterCurve

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

    ContactBnd

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

    FlowEdit

    Declaration
    public FlowBuilder.FlowEditTypes FlowEdit { get; set; }
    Property Value
    Type Description
    FlowBuilder.FlowEditTypes

    FlowOffsetMode

    Declaration
    public FlowBuilder.FlowOffsetModeType FlowOffsetMode { get; set; }
    Property Value
    Type Description
    FlowBuilder.FlowOffsetModeType

    FlowOverlapDistBuilder

    Declaration
    public InheritableDoubleBuilder FlowOverlapDistBuilder { get; }
    Property Value
    Type Description
    InheritableDoubleBuilder

    MaxConcavityAngleBuilder

    Declaration
    public InheritableDoubleBuilder MaxConcavityAngleBuilder { get; }
    Property Value
    Type Description
    InheritableDoubleBuilder

    MergeDistBuilder

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

    MinCutLengthBuilder

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

    NonSteepCutting

    Declaration
    public FlowCutSteepContainment NonSteepCutting { get; }
    Property Value
    Type Description
    FlowCutSteepContainment

    SteepAngleBuilder

    Declaration
    public InheritableDoubleBuilder SteepAngleBuilder { get; }
    Property Value
    Type Description
    InheritableDoubleBuilder

    SteepCutting

    Declaration
    public FlowCutSteepContainment SteepCutting { get; }
    Property Value
    Type Description
    FlowCutSteepContainment

    TlDiameter

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

    Implements

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