Search Results for

    Show / Hide Table of Contents

    Class SpatialBreakdownBuilder

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

    Constructors

    SpatialBreakdownBuilder()

    Declaration
    protected SpatialBreakdownBuilder()

    Properties

    BreakdownName

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

    NodeSelection

    Declaration
    public NodeSelectionBuilder NodeSelection { get; }
    Property Value
    Type Description
    NodeSelectionBuilder

    Room

    Declaration
    public SelectNXObjectList Room { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Type

    Declaration
    public SpatialBreakdownBuilder.Types Type { get; set; }
    Property Value
    Type Description
    SpatialBreakdownBuilder.Types

    Methods

    GetBreakdownSubType()

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

    GetBreakdownType()

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

    GetCurrentNode()

    Declaration
    public TaggedObject GetCurrentNode()
    Returns
    Type Description
    TaggedObject

    GetParentNode()

    Declaration
    public TaggedObject GetParentNode()
    Returns
    Type Description
    TaggedObject

    SetBreakdownSubType(String)

    Declaration
    public void SetBreakdownSubType(string subBreakdownType)
    Parameters
    Type Name Description
    System.String subBreakdownType

    SetBreakdownType(String)

    Declaration
    public void SetBreakdownType(string breakdownType)
    Parameters
    Type Name Description
    System.String breakdownType

    SetCurrentNode(TaggedObject)

    Declaration
    public void SetCurrentNode(TaggedObject tNode)
    Parameters
    Type Name Description
    TaggedObject tNode

    SetParentNode(TaggedObject)

    Declaration
    public void SetParentNode(TaggedObject tNode)
    Parameters
    Type Name Description
    TaggedObject tNode

    Implements

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