Search Results for

    Show / Hide Table of Contents

    Class ChannelFittingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ChannelFittingBuilder
    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 ChannelFittingBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ChannelFittingBuilder()

    Declaration
    protected ChannelFittingBuilder()

    Properties

    BottomClearance

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

    BoundaryBody

    Declaration
    public SelectBodyList BoundaryBody { get; }
    Property Value
    Type Description
    SelectBodyList

    CoolingStandardPart

    Declaration
    public SelectNXObject CoolingStandardPart { get; }
    Property Value
    Type Description
    SelectNXObject

    FittingPoint

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

    ParentChannel

    Declaration
    public SelectBodyList ParentChannel { get; }
    Property Value
    Type Description
    SelectBodyList

    SearchBoundaryBodies

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

    TopClearance

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

    UseSymbol

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

    Methods

    AddInstance(Component, Point)

    Declaration
    public void AddInstance(Component coolingPart, Point fittingPoint)
    Parameters
    Type Name Description
    Component coolingPart
    Point fittingPoint

    CalculateManualBaffleLength(Boolean, Point)

    Declaration
    public void CalculateManualBaffleLength(bool edit, Point fittingPoint)
    Parameters
    Type Name Description
    System.Boolean edit
    Point fittingPoint

    CreateCoolingFittingData()

    Declaration
    public CoolingFittingData CreateCoolingFittingData()
    Returns
    Type Description
    CoolingFittingData

    CreateFittingPoints()

    Declaration
    public void CreateFittingPoints()

    GetCoolingFittingData()

    Declaration
    public CoolingFittingData GetCoolingFittingData()
    Returns
    Type Description
    CoolingFittingData

    ProcessPoint(Point, Matrix3x3)

    Declaration
    public void ProcessPoint(Point editPoint, Matrix3x3 newWcsMtx)
    Parameters
    Type Name Description
    Point editPoint
    Matrix3x3 newWcsMtx

    SetChannelType(String)

    Declaration
    public void SetChannelType(string channelType)
    Parameters
    Type Name Description
    System.String channelType

    SetCoolingNodeInfo()

    Declaration
    public void SetCoolingNodeInfo()

    SetExistingFittingPointDataDetails(Point[], String[], String[], String[], String[], String[], Boolean[], String[])

    Declaration
    public void SetExistingFittingPointDataDetails(Point[] fittingPts, string[] channelDiameters, string[] currentNames, string[] currentTypes, string[] currentFitTypes, string[] baffleLengths, bool[] fittingPointModified, string[] partNumbersTc)
    Parameters
    Type Name Description
    Point[] fittingPts
    System.String[] channelDiameters
    System.String[] currentNames
    System.String[] currentTypes
    System.String[] currentFitTypes
    System.String[] baffleLengths
    System.Boolean[] fittingPointModified
    System.String[] partNumbersTc

    Implements

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