ShipStructureBuilder Class¶
-
class
NXOpen.Features.ShipDesign.ShipStructureBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents 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.Componentfor non ship structures;NXOpen.CurveorNXOpen.Bodyfor ship structures-------------------------------------Getter Method
Signature
AdditionalObjectsReturns: Return type: NXOpen.SelectNXObjectListNew 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
AdditionalStructuresReturns: Return type: NXOpen.Assemblies.SelectComponentListNew 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.FaceorNXOpen.Bodyof Plate body.-------------------------------------Getter Method
Signature
FocusPlatesReturns: Return type: NXOpen.SelectNXObjectListNew 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.