Search Results for

    Show / Hide Table of Contents

    Class StandardPartItemBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    StandardPartItemBuilder
    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.Features.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class StandardPartItemBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    StandardPartItemBuilder()

    Declaration
    protected StandardPartItemBuilder()

    Properties

    FifthObject

    Declaration
    public SelectDisplayableObject FifthObject { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    FirstAdoptionCurve

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

    FirstChainInstallDirection

    Declaration
    public StandardPartItemBuilder.Direction FirstChainInstallDirection { get; set; }
    Property Value
    Type Description
    StandardPartItemBuilder.Direction

    FirstChainObject

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

    FirstObject

    Declaration
    public SelectDisplayableObject FirstObject { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    FirstPlane

    Declaration
    public SelectDisplayableObject FirstPlane { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    FourthObject

    Declaration
    public SelectDisplayableObject FourthObject { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    InstallFifthDirection

    Declaration
    public StandardPartItemBuilder.Direction InstallFifthDirection { get; set; }
    Property Value
    Type Description
    StandardPartItemBuilder.Direction

    InstallFirstDirection

    Declaration
    public StandardPartItemBuilder.Direction InstallFirstDirection { get; set; }
    Property Value
    Type Description
    StandardPartItemBuilder.Direction

    InstallFourthDirection

    Declaration
    public StandardPartItemBuilder.Direction InstallFourthDirection { get; set; }
    Property Value
    Type Description
    StandardPartItemBuilder.Direction

    InstallSecondDirection

    Declaration
    public StandardPartItemBuilder.Direction InstallSecondDirection { get; set; }
    Property Value
    Type Description
    StandardPartItemBuilder.Direction

    InstallThirdDirection

    Declaration
    public StandardPartItemBuilder.Direction InstallThirdDirection { get; set; }
    Property Value
    Type Description
    StandardPartItemBuilder.Direction

    SecondAdoptionCurve

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

    SecondChainInstallDirection

    Declaration
    public StandardPartItemBuilder.Direction SecondChainInstallDirection { get; set; }
    Property Value
    Type Description
    StandardPartItemBuilder.Direction

    SecondChainObject

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

    SecondObject

    Declaration
    public SelectDisplayableObject SecondObject { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    SecondPlane

    Declaration
    public SelectDisplayableObject SecondPlane { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    ThirdObject

    Declaration
    public SelectDisplayableObject ThirdObject { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    Methods

    AddAcrossObject(DisplayableObject)

    Declaration
    public void AddAcrossObject(DisplayableObject acrossObject)
    Parameters
    Type Name Description
    DisplayableObject acrossObject

    AddDeselectedAcrossObject(DisplayableObject)

    Declaration
    public void AddDeselectedAcrossObject(DisplayableObject acrossObject)
    Parameters
    Type Name Description
    DisplayableObject acrossObject

    CheckScallopSize()

    Declaration
    public bool CheckScallopSize()
    Returns
    Type Description
    System.Boolean

    ConvertReferenceGeometry(Int32, DisplayableObject)

    Declaration
    public void ConvertReferenceGeometry(int index, DisplayableObject selObj)
    Parameters
    Type Name Description
    System.Int32 index
    DisplayableObject selObj

    LookupRegistration()

    Declaration
    public string LookupRegistration()
    Returns
    Type Description
    System.String

    RemoveAcrossObject(DisplayableObject)

    Declaration
    public void RemoveAcrossObject(DisplayableObject acrossObject)
    Parameters
    Type Name Description
    DisplayableObject acrossObject

    RemoveDeselectedAcrossObject(DisplayableObject)

    Declaration
    public void RemoveDeselectedAcrossObject(DisplayableObject acrossObject)
    Parameters
    Type Name Description
    DisplayableObject acrossObject

    ResetItem()

    Declaration
    public void ResetItem()

    SetOptionalGeometry(DisplayableObject)

    Declaration
    public void SetOptionalGeometry(DisplayableObject selectedGeometry)
    Parameters
    Type Name Description
    DisplayableObject selectedGeometry

    SetTransitionGeometry(Int32, DisplayableObject)

    Declaration
    public void SetTransitionGeometry(int index, DisplayableObject transitionGeometry)
    Parameters
    Type Name Description
    System.Int32 index
    DisplayableObject transitionGeometry

    UpdateReferences(Boolean)

    Declaration
    public void UpdateReferences(bool bToUpdateGeometry)
    Parameters
    Type Name Description
    System.Boolean bToUpdateGeometry

    Implements

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