ShipStructureBuilder Class

class NXOpen.Features.ShipDesign.ShipStructureBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Features.ShipDesign.ShipStructureBuilder.

This class is to collect the ship structure components, body or curve objects. .. versionadded:: NX11.0.0

Properties

Property Description
AdditionalObjects Returns the additional objects list, just used in basic design.
AdditionalStructures Returns the additional structures list, just used in detail design.
FocusPlates Returns the focus plates list, just used in basic design.
HiddenObjects Returns the hidden object list.
Tag Returns the Tag for this object.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

AdditionalObjects

ShipStructureBuilder.AdditionalObjects

Returns the additional objects list, just used in basic design.

It can be NXOpen.Assemblies.Component for non ship structures; NXOpen.Curve or NXOpen.Body for ship structures

-------------------------------------

Getter Method

Signature AdditionalObjects

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX11.0.0.

License requirements: None.

AdditionalStructures

ShipStructureBuilder.AdditionalStructures

Returns the additional structures list, just used in detail design.

It can be NXOpen.Assemblies.Component.

-------------------------------------

Getter Method

Signature AdditionalStructures

Returns:
Return type:NXOpen.Assemblies.SelectComponentList

New in version NX11.0.0.

License requirements: None.

FocusPlates

ShipStructureBuilder.FocusPlates

Returns the focus plates list, just used in basic design.

It can be NXOpen.Face or NXOpen.Body of Plate body.

-------------------------------------

Getter Method

Signature FocusPlates

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX11.0.0.

License requirements: None.

HiddenObjects

ShipStructureBuilder.HiddenObjects

Returns the hidden object list.

It can be NXOpen.Assemblies.Component in detail design; NXOpen.Curve or NXOpen.Body in basic design.

-------------------------------------

Getter Method

Signature HiddenObjects

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX11.0.0.

License requirements: None.

Method Detail

Validate

ShipStructureBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.