BuiltUpBlockBuilder Class¶
-
class
NXOpen.Features.ShipDesign.BuiltUpBlockBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.Features.ShipDesign.BuiltUpBlockBuilderNew in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| BuiltUpSeams | Returns the built up seams |
| BuiltUpStock | Returns the stock used to build the builtUp from. |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| CreateSeamBlockBuilder | Creates a NXOpen.Features.ShipDesign.SeamBlockBuilder |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
BuiltUpSeams¶
-
BuiltUpBlockBuilder.BuiltUpSeams¶ Returns the built up seams
-------------------------------------Getter Method
Signature
BuiltUpSeamsReturns: Return type: NXOpen.Features.ShipDesign.SeamBlockBuilderListNew in version NX9.0.0.
License requirements: None.
BuiltUpStock¶
-
BuiltUpBlockBuilder.BuiltUpStock¶ Returns the stock used to build the builtUp from.
-------------------------------------Getter Method
Signature
BuiltUpStockReturns: Return type: NXOpen.Features.ShipDesign.SteelFeatureSpreadsheetBuilderNew in version NX9.0.0.
License requirements: None.
Method Detail¶
CreateSeamBlockBuilder¶
-
BuiltUpBlockBuilder.CreateSeamBlockBuilder¶ Creates a
NXOpen.Features.ShipDesign.SeamBlockBuilderSignature
CreateSeamBlockBuilder()Returns: Return type: NXOpen.Features.ShipDesign.SeamBlockBuilderNew in version NX9.0.0.
License requirements: None.
Validate¶
-
BuiltUpBlockBuilder.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.