Class ShipSectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
ShipSectionBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class ShipSectionBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
ShipSectionBuilder()
Declaration
protected ShipSectionBuilder()
Properties
AssemblyPart
Declaration
public string AssemblyPart { get; set; }
Property Value
Type |
Description |
System.String |
|
BottomDeckSectionName
Declaration
public string BottomDeckSectionName { get; set; }
Property Value
Type |
Description |
System.String |
|
ReadDataSet
Declaration
public ReadDataSetBuilder ReadDataSet { get; }
Property Value
ReferenceGeometry
Declaration
public SelectDisplayableObjectList ReferenceGeometry { get; }
Property Value
SectionName
Declaration
public string SectionName { get; set; }
Property Value
Type |
Description |
System.String |
|
SectionPart
Declaration
public string SectionPart { get; set; }
Property Value
Type |
Description |
System.String |
|
SectionType
Declaration
public ShipSectionBuilder.Type SectionType { get; set; }
Property Value
SectionXMax
Declaration
public int SectionXMax { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SectionXMin
Declaration
public int SectionXMin { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SectionYMax
Declaration
public int SectionYMax { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SectionYMin
Declaration
public int SectionYMin { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SectionZMax
Declaration
public int SectionZMax { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SectionZMin
Declaration
public int SectionZMin { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ShipBodies
Declaration
public SelectDisplayableObjectList ShipBodies { get; }
Property Value
ShipBody
Declaration
public SelectBody ShipBody { get; }
Property Value
XDatumFilter
Declaration
public ShipSectionBuilder.XFilter XDatumFilter { get; set; }
Property Value
XMaxDatumFilter
Declaration
public int XMaxDatumFilter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
XMaxOffset
Declaration
public Expression XMaxOffset { get; }
Property Value
XMinDatumFilter
Declaration
public int XMinDatumFilter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
XMinOffset
Declaration
public Expression XMinOffset { get; }
Property Value
YDatumFilter
Declaration
public int YDatumFilter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
YMaxDatumFilter
Declaration
public int YMaxDatumFilter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
YMaxOffset
Declaration
public Expression YMaxOffset { get; }
Property Value
YMinDatumFilter
Declaration
public int YMinDatumFilter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
YMinOffset
Declaration
public Expression YMinOffset { get; }
Property Value
ZDatumFilter
Declaration
public ShipSectionBuilder.ZFilter ZDatumFilter { get; set; }
Property Value
ZMaxDatumFilter
Declaration
public int ZMaxDatumFilter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ZMaxOffset
Declaration
public Expression ZMaxOffset { get; }
Property Value
ZMinDatumFilter
Declaration
public int ZMinDatumFilter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ZMinOffset
Declaration
public Expression ZMinOffset { get; }
Property Value
Methods
SetDeckContainer(Boolean)
Declaration
public void SetDeckContainer(bool isDeckContainer)
Parameters
Type |
Name |
Description |
System.Boolean |
isDeckContainer |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink