Class RoomBuilder
Inheritance
System.Object
System.MarshalByRefObject
RoomBuilder
Inherited Members
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