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()
    Builder.PreviewBuilder
    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

    AdjustChannelStart

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

    ChannelDiameter

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

    ChannelType

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

    Diameter

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

    DiameterListValue

    Declaration
    public string DiameterListValue { get; set; }
    Property Value
    Type Description
    System.String

    DistanceToBoundary

    Declaration
    public Expression DistanceToBoundary { 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

    SetBoundaryClosePointsToChannel(Point3d, Point3d)

    Declaration
    public void SetBoundaryClosePointsToChannel(Point3d closeToTipEnd, Point3d closeToHandle)
    Parameters
    Type Name Description
    Point3d closeToTipEnd
    Point3d closeToHandle

    SetChannelCreationParameters(Vector3d, Point3d, Point3d, Point3d)

    Declaration
    public void SetChannelCreationParameters(Vector3d channelTipVector, Point3d channelStartPt, Point3d channelEndPt, Point3d tipLocation)
    Parameters
    Type Name Description
    Vector3d channelTipVector
    Point3d channelStartPt
    Point3d channelEndPt
    Point3d tipLocation

    SetNXVersionNumber(Int32)

    Declaration
    public void SetNXVersionNumber(int version)
    Parameters
    Type Name Description
    System.Int32 version

    Implements

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