SteelInsulationBoundaryBuilder Class

class NXOpen.Features.ShipDesign.SteelInsulationBoundaryBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a Steel Insulation Boundary builder.

The steel insulation boundary is used to collect boundary information that includes how much to offset the insulation from the selected boundary. The builder is used when creating/editing a NXOpen.Features.ShipDesign.SteelInsulation feature.

To create a new instance of this class, use NXOpen.Features.ShipDesign.SteelInsulationBuilder.CreateSteelInsulationBoundary()

New in version NX8.0.0.

Properties

Property Description
Boundaries Returns the face or edges that will be used to bound the insulation body.
Tag Returns the Tag for this object.

Methods

Method Description
CreateOffsetExpressions Create offset expressions for each boundary.
GetOffsetExpressions Get offset expressions for each boundary.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

Boundaries

SteelInsulationBoundaryBuilder.Boundaries

Returns the face or edges that will be used to bound the insulation body.

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

Getter Method

Signature Boundaries

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX8.0.0.

License requirements: None.

Method Detail

CreateOffsetExpressions

SteelInsulationBoundaryBuilder.CreateOffsetExpressions

Create offset expressions for each boundary.

Signature CreateOffsetExpressions()

New in version NX8.0.0.

License requirements: nx_ship_detail (“Ship Detail Design”)

GetOffsetExpressions

SteelInsulationBoundaryBuilder.GetOffsetExpressions

Get offset expressions for each boundary.

Signature GetOffsetExpressions()

Returns:boundary Offset Expressions.
Return type:list of NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

Validate

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