Search Results for

    Show / Hide Table of Contents

    Class AssignCornerBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    AssignCornerBuilder
    Implements
    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, 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.RoutingCommon
    Assembly: NXOpen.dll
    Syntax
    public class AssignCornerBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    AssignCornerBuilder()

    Declaration
    protected AssignCornerBuilder()

    Properties

    ControlPointSelection

    Declaration
    public RouteObjectCollector ControlPointSelection { get; }
    Property Value
    Type Description
    RouteObjectCollector

    CornerSettings

    Declaration
    public CornerBuilder CornerSettings { get; }
    Property Value
    Type Description
    CornerBuilder

    Methods

    CycleSolution()

    Declaration
    public void CycleSolution()

    GetBendCornerAttributes(out AttributeInformation[])

    Declaration
    public void GetBendCornerAttributes(out NXObject.AttributeInformation[] attributes)
    Parameters
    Type Name Description
    AttributeInformation[] attributes

    GetCreatedComponents()

    Declaration
    public Component[] GetCreatedComponents()
    Returns
    Type Description
    Component[]

    GetLogicalObjects(out LogicalObject[])

    Declaration
    public void GetLogicalObjects(out LogicalObject[] logicalObjects)
    Parameters
    Type Name Description
    LogicalObject[] logicalObjects

    PopulateExtendTrimStockMap()

    Declaration
    public void PopulateExtendTrimStockMap()

    PreCommit()

    Declaration
    public void PreCommit()

    RemoveBendCornerAttributes(Corner[])

    Declaration
    public void RemoveBendCornerAttributes(Corner[] corners)
    Parameters
    Type Name Description
    Corner[] corners

    SetBendCornerAttributes(AttributeInformation[])

    Declaration
    public void SetBendCornerAttributes(NXObject.AttributeInformation[] attributes)
    Parameters
    Type Name Description
    AttributeInformation[] attributes

    Implements

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