Search Results for

    Show / Hide Table of Contents

    Class RoomBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    RoomBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 RoomBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    RoomBuilder()

    Declaration
    protected RoomBuilder()

    Properties

    AdoptionBody

    Declaration
    public SelectBody AdoptionBody { get; }
    Property Value
    Type Description
    SelectBody

    AttributeList

    Declaration
    public RoomAttributeListBuilder AttributeList { get; }
    Property Value
    Type Description
    RoomAttributeListBuilder

    CreateRoomWithWall

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

    Deck

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

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    Section

    Declaration
    public Section Section { get; }
    Property Value
    Type Description
    Section

    ShipNames

    Declaration
    public ShipNamesBuilder ShipNames { get; }
    Property Value
    Type Description
    ShipNamesBuilder

    ThicknessList

    Declaration
    public RoomThicknessItemBuilderList ThicknessList { get; }
    Property Value
    Type Description
    RoomThicknessItemBuilderList

    Type

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

    WallThickness

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

    Implements

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