Class ShipSectionBuilder
Inheritance
ShipSectionBuilder
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
BottomDeckSectionName
Declaration
public string BottomDeckSectionName { get; set; }
Property Value
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
SectionPart
Declaration
public string SectionPart { get; set; }
Property Value
SectionType
Declaration
public ShipSectionBuilder.Type SectionType { get; set; }
Property Value
SectionXMax
Declaration
public int SectionXMax { get; set; }
Property Value
SectionXMin
Declaration
public int SectionXMin { get; set; }
Property Value
SectionYMax
Declaration
public int SectionYMax { get; set; }
Property Value
SectionYMin
Declaration
public int SectionYMin { get; set; }
Property Value
SectionZMax
Declaration
public int SectionZMax { get; set; }
Property Value
SectionZMin
Declaration
public int SectionZMin { get; set; }
Property Value
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
XMaxOffset
Declaration
public Expression XMaxOffset { get; }
Property Value
XMinDatumFilter
Declaration
public int XMinDatumFilter { get; set; }
Property Value
XMinOffset
Declaration
public Expression XMinOffset { get; }
Property Value
YDatumFilter
Declaration
public int YDatumFilter { get; set; }
Property Value
YMaxDatumFilter
Declaration
public int YMaxDatumFilter { get; set; }
Property Value
YMaxOffset
Declaration
public Expression YMaxOffset { get; }
Property Value
YMinDatumFilter
Declaration
public int YMinDatumFilter { get; set; }
Property Value
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
ZMaxOffset
Declaration
public Expression ZMaxOffset { get; }
Property Value
ZMinDatumFilter
Declaration
public int ZMinDatumFilter { get; set; }
Property Value
ZMinOffset
Declaration
public Expression ZMinOffset { get; }
Property Value
Methods
SetDeckContainer(bool)
Declaration
public void SetDeckContainer(bool isDeckContainer)
Parameters
Type |
Name |
Description |
bool |
isDeckContainer |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink