NX Open C++ Reference Guide
|
Represents a Features::ShipDesign::EdgeReinforcement builder which is used to create or edit a edge reinforcement system feature. More...
Public Types | |
enum | OrientationMethods { OrientationMethodsHorizontal, OrientationMethodsVertical, OrientationMethodsSpecifyAngle } |
Used to specify the type of reference to use for specifying the orientation of the edge reinforcement system. More... | |
enum | Types { TypesOnEdge, TypesOnFace } |
Used to specify how the edge reinforcement system is defined. More... | |
Public Member Functions | |
NXOpen::Section * | Edges () |
Returns the edges to reinforce. | |
NXOpen::Expression * | Offset () |
Returns the offset used for the offset distance from anchor point. | |
NXOpen::Expression * | OrientationAngle () |
Returns the angle to use for the edge reinforcement orientation. | |
NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::OrientationMethods | OrientationMethod () |
Returns the method used to orient the edge reinforcement. | |
bool | Reverse () |
Returns the indication if the default direction of the flange is reverse or not. | |
void | SetOrientationMethod (NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::OrientationMethods orientationMethod) |
Sets the method used to orient the edge reinforcement. | |
void | SetReverse (bool reverse) |
Sets the indication if the default direction of the flange is reverse or not. | |
void | SetType (NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::Types type) |
Sets the type of placement being used in the edge reinforcement definition. | |
NXOpen::Features::ShipDesign::StiffenerStockBuilder * | StockData () |
Returns the stock data used to define the stock information of the edge reinforcement. | |
NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::Types | Type () |
Returns the type of placement being used in the edge reinforcement definition. | |
NXOpen::Weld::CharacteristicsBuilder * | Weld () |
Returns the builder used to specify the welding characteristics for the edge reinforcement. |
Represents a Features::ShipDesign::EdgeReinforcement builder which is used to create or edit a edge reinforcement system feature.
To create a new instance of this class, use Features::ShipCollection::CreateEdgeReinforcementBuilder
Default values.
Property | Value |
---|---|
OrientationAngle.Value |
0 |
OrientationMethod |
Horizontal |
StockData.AnchorPoint |
0 |
StockData.PlateHeight.Value |
50 (millimeters part), 2 (inches part) |
StockData.PlateStockData.MaterialOption |
0 |
StockData.PlateStockData.OppositeThickness.Value |
0 (millimeters part), 0 (inches part) |
StockData.PlateStockData.RestrictThicknessToMaterial |
true |
StockData.PlateStockData.ThickenOption |
SingleSided |
StockData.PlateStockData.Thickness.Value |
10 (millimeters part), 0.5 (inches part) |
StockData.PlateStockData.ThicknessSourceOption |
List |
StockData.SectionType |
Created in NX8.0.0.
Returns the edges to reinforce.
Created in NX8.0.0.
License requirements : None
Returns the offset used for the offset distance from anchor point.
Created in NX8.0.0.
License requirements : None
Returns the angle to use for the edge reinforcement orientation.
Only used when OrientationMethod is Features.ShipDesign.EdgeReinforcementBuilder.OrientationMethods.SpecifyAngle.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::OrientationMethods NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::OrientationMethod | ( | ) |
Returns the method used to orient the edge reinforcement.
Created in NX8.0.0.
License requirements : None
Returns the indication if the default direction of the flange is reverse or not.
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::SetOrientationMethod | ( | NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::OrientationMethods | orientationMethod | ) |
Sets the method used to orient the edge reinforcement.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
orientationMethod | orientationmethod |
void NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::SetReverse | ( | bool | reverse | ) |
Sets the indication if the default direction of the flange is reverse or not.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
reverse | reverse |
void NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::SetType | ( | NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::Types | type | ) |
Sets the type of placement being used in the edge reinforcement definition.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
type | type |
NXOpen::Features::ShipDesign::StiffenerStockBuilder* NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::StockData | ( | ) |
Returns the stock data used to define the stock information of the edge reinforcement.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::Types NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::Type | ( | ) |
Returns the type of placement being used in the edge reinforcement definition.
Created in NX8.0.0.
License requirements : None
NXOpen::Weld::CharacteristicsBuilder* NXOpen::Features::ShipDesign::EdgeReinforcementBuilder::Weld | ( | ) |
Returns the builder used to specify the welding characteristics for the edge reinforcement.
Created in NX8.0.0.
License requirements : None