Search Results for

    Show / Hide Table of Contents

    Class CoolingDefineChannelBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CoolingDefineChannelBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class CoolingDefineChannelBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CoolingDefineChannelBuilder()

    Declaration
    protected CoolingDefineChannelBuilder()

    Properties

    AdjustBoundaryChannel

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

    ChannelDiameter

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

    Diameter

    Declaration
    public Expression Diameter { get; }
    Property Value
    Type Description
    Expression

    ExtensionSolution

    Declaration
    public CoolingDefineChannelBuilder.ExtensionTypes ExtensionSolution { get; set; }
    Property Value
    Type Description
    CoolingDefineChannelBuilder.ExtensionTypes

    LimitBody

    Declaration
    public SelectBody LimitBody { get; }
    Property Value
    Type Description
    SelectBody

    Motion

    Declaration
    public ModlMotion Motion { get; }
    Property Value
    Type Description
    ModlMotion

    RemoveParameter

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

    StartPoint

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

    TipAngle

    Declaration
    public Expression TipAngle { get; }
    Property Value
    Type Description
    Expression

    TipEndType

    Declaration
    public CoolingDefineChannelBuilder.TipEndTypes TipEndType { get; set; }
    Property Value
    Type Description
    CoolingDefineChannelBuilder.TipEndTypes

    Type

    Declaration
    public CoolingDefineChannelBuilder.Types Type { get; set; }
    Property Value
    Type Description
    CoolingDefineChannelBuilder.Types

    Methods

    AutoGetBoundaryBody()

    Declaration
    public void AutoGetBoundaryBody()

    SetAutoSelectBoundary(Boolean)

    Declaration
    public void SetAutoSelectBoundary(bool autoSelectBoundary)
    Parameters
    Type Name Description
    System.Boolean autoSelectBoundary

    SetBoundaryBody(Body)

    Declaration
    public void SetBoundaryBody(Body body)
    Parameters
    Type Name Description
    Body body

    Implements

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