NX Open C++ Reference Guide
|
Represents a builder that is used to create or edit a Features::ShipDesign::SteelInsulation feature. More...
Public Member Functions | |
NXOpen::Features::ShipDesign::SteelInsulationBoundaryBuilderList * | BoundaryList () |
Returns the list of Features::ShipDesign::SteelInsulationBoundaryBuilder defining the insulation boundaries that need to be adjusted. | |
NXOpen::Features::ShipDesign::SteelInsulationBoundaryBuilder * | CreateSteelInsulationBoundary () |
Creates a Features::ShipDesign::SteelInsulationBoundaryBuilder builder. | |
double | DistanceTolerance () |
Returns the modeling distance tolerance. | |
bool | EnableBoundaryAdjustment () |
Returns the indication if the boundary adjustement is enabled. | |
bool | InsulateProfile () |
Returns the indication if the profile attached to the plate should be insulated. | |
NXOpen::Expression * | InsulationHeight () |
Returns the expression containing the insulation height value for the profiles. | |
int | MaterialType () |
Returns the insulation material type. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the modeling distance tolerance. | |
void | SetEnableBoundaryAdjustment (bool enableBoundaryAdjustment) |
Sets the indication if the boundary adjustement is enabled. | |
void | SetInsulateProfile (bool insulateProfile) |
Sets the indication if the profile attached to the plate should be insulated. | |
void | SetMaterialType (int materialType) |
Sets the insulation material type. | |
void | SetThickenDirection (bool thickenDirection) |
Sets the indication if the thicken direction of the insulation should be the same as the sewn face normal. | |
NXOpen::ScCollector * | SteelFaces () |
Returns the collection of faces to be insulated. | |
bool | ThickenDirection () |
Returns the indication if the thicken direction of the insulation should be the same as the sewn face normal. | |
NXOpen::Expression * | Thickness () |
Returns the expression containing the insulation material thickness value. |
Represents a builder that is used to create or edit a Features::ShipDesign::SteelInsulation feature.
The steel insulation feature creates a single solid body representing the insultion on the steel surfaces.
To create a new instance of this class, use Features::ShipCollection::CreateSteelInsulationBuilder
Default values.
Property | Value |
---|---|
Thickness.Value |
25 (millimeters part), 1.0 (inches part) |
Created in NX8.0.0.
NXOpen::Features::ShipDesign::SteelInsulationBoundaryBuilderList* NXOpen::Features::ShipDesign::SteelInsulationBuilder::BoundaryList | ( | ) |
Returns the list of Features::ShipDesign::SteelInsulationBoundaryBuilder defining the insulation boundaries that need to be adjusted.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::SteelInsulationBoundaryBuilder* NXOpen::Features::ShipDesign::SteelInsulationBuilder::CreateSteelInsulationBoundary | ( | ) |
Creates a Features::ShipDesign::SteelInsulationBoundaryBuilder builder.
Returns the modeling distance tolerance.
Created in NX8.0.0.
License requirements : None
Returns the indication if the boundary adjustement is enabled.
Created in NX8.0.0.
License requirements : None
Returns the indication if the profile attached to the plate should be insulated.
Created in NX8.0.0.
License requirements : None
Returns the expression containing the insulation height value for the profiles.
Created in NX8.0.0.
License requirements : None
Returns the insulation material type.
The material information is defined in nxship_manufacturing_config.dat file.
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::SteelInsulationBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the modeling distance tolerance.
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
distanceTolerance | distancetolerance |
void NXOpen::Features::ShipDesign::SteelInsulationBuilder::SetEnableBoundaryAdjustment | ( | bool | enableBoundaryAdjustment | ) |
Sets the indication if the boundary adjustement is enabled.
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
enableBoundaryAdjustment | enableboundaryadjustment |
void NXOpen::Features::ShipDesign::SteelInsulationBuilder::SetInsulateProfile | ( | bool | insulateProfile | ) |
Sets the indication if the profile attached to the plate should be insulated.
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
insulateProfile | insulateprofile |
void NXOpen::Features::ShipDesign::SteelInsulationBuilder::SetMaterialType | ( | int | materialType | ) |
Sets the insulation material type.
The material information is defined in nxship_manufacturing_config.dat file.
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
materialType | materialtype |
void NXOpen::Features::ShipDesign::SteelInsulationBuilder::SetThickenDirection | ( | bool | thickenDirection | ) |
Sets the indication if the thicken direction of the insulation should be the same as the sewn face normal.
True indicates that the insulation will be thickened in the same direction as the sewn face normal.
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
thickenDirection | thickendirection |
Returns the collection of faces to be insulated.
During creation, each set of faces that can be sewn into a single sheet will form a new steel insulation feature. During edit, all the faces must be sewable to a single sheet body.
Created in NX8.0.0.
License requirements : None
Returns the indication if the thicken direction of the insulation should be the same as the sewn face normal.
True indicates that the insulation will be thickened in the same direction as the sewn face normal.
Created in NX8.0.0.
License requirements : None
Returns the expression containing the insulation material thickness value.
Created in NX8.0.0.
License requirements : None