Search Results for

    Show / Hide Table of Contents

    Class ChannelAdjustBuilder

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

    Constructors

    ChannelAdjustBuilder()

    Declaration
    protected ChannelAdjustBuilder()

    Properties

    AdjustMethod

    Declaration
    public ChannelAdjustBuilder.AdjustType AdjustMethod { get; set; }
    Property Value
    Type Description
    ChannelAdjustBuilder.AdjustType

    AdjustVector

    Declaration
    public Direction AdjustVector { get; set; }
    Property Value
    Type Description
    Direction

    AlongAxialDir

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

    BaffleComponent

    Declaration
    public SelectComponentList BaffleComponent { get; }
    Property Value
    Type Description
    SelectComponentList

    BoundaryBody

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

    CopyOriginal

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

    Diameter

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

    DiameterListValue

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

    Distance

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

    ReferenceFace

    Declaration
    public ScCollector ReferenceFace { get; }
    Property Value
    Type Description
    ScCollector

    RepositionMethod

    Declaration
    public ChannelAdjustBuilder.VectorMethod RepositionMethod { get; set; }
    Property Value
    Type Description
    ChannelAdjustBuilder.VectorMethod

    TargetChannel

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

    Methods

    SetManipulatorOriginValue(Point3d)

    Declaration
    public void SetManipulatorOriginValue(Point3d moveOrigin)
    Parameters
    Type Name Description
    Point3d moveOrigin

    SetModifyManipulatorOrigin(Boolean)

    Declaration
    public void SetModifyManipulatorOrigin(bool modified)
    Parameters
    Type Name Description
    System.Boolean modified

    Implements

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