Search Results for

    Show / Hide Table of Contents

    Class PackagingInterferenceBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PackagingBuilder
    PackagingInterferenceBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    PackagingBuilder.GetList1()
    PackagingBuilder.SetList1(DisplayableObject[])
    PackagingBuilder.Enable
    PackagingBuilder.Name
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class PackagingInterferenceBuilder : PackagingBuilder, IMessageSink, IComponentBuilder

    Constructors

    PackagingInterferenceBuilder()

    Declaration
    protected PackagingInterferenceBuilder()

    Properties

    ActionType

    Declaration
    public PackagingInterferenceBuilder.Action ActionType { get; set; }
    Property Value
    Type Description
    PackagingInterferenceBuilder.Action

    ClearanceExpression

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

    FrameType

    Declaration
    public PackagingInterferenceBuilder.Frame FrameType { get; set; }
    Property Value
    Type Description
    PackagingInterferenceBuilder.Frame

    ModeType

    Declaration
    public PackagingInterferenceBuilder.Mode ModeType { get; set; }
    Property Value
    Type Description
    PackagingInterferenceBuilder.Mode

    StopOnEvent

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

    Methods

    GetList2()

    Declaration
    public DisplayableObject[] GetList2()
    Returns
    Type Description
    DisplayableObject[]

    GetRelativeLinks()

    Declaration
    public DisplayableObject[] GetRelativeLinks()
    Returns
    Type Description
    DisplayableObject[]

    SetList2(DisplayableObject[])

    Declaration
    public void SetList2(DisplayableObject[] list2)
    Parameters
    Type Name Description
    DisplayableObject[] list2

    SetRelativeLinks(DisplayableObject[])

    Declaration
    public void SetRelativeLinks(DisplayableObject[] links)
    Parameters
    Type Name Description
    DisplayableObject[] links

    Implements

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