BuiltUpBlockBuilder Class

class NXOpen.Features.ShipDesign.BuiltUpBlockBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Features.ShipDesign.BuiltUpBlockBuilder

New 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 BuiltUpSeams

Returns:
Return type:NXOpen.Features.ShipDesign.SeamBlockBuilderList

New in version NX9.0.0.

License requirements: None.

BuiltUpStock

BuiltUpBlockBuilder.BuiltUpStock

Returns the stock used to build the builtUp from.

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

Getter Method

Signature BuiltUpStock

Returns:
Return type:NXOpen.Features.ShipDesign.SteelFeatureSpreadsheetBuilder

New in version NX9.0.0.

License requirements: None.

Method Detail

CreateSeamBlockBuilder

BuiltUpBlockBuilder.CreateSeamBlockBuilder

Creates a NXOpen.Features.ShipDesign.SeamBlockBuilder

Signature CreateSeamBlockBuilder()

Returns:
Return type:NXOpen.Features.ShipDesign.SeamBlockBuilder

New 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.