NX Open C++ Reference Guide
|
Represents a Features::ShipDesign::PillarSystem builder which is used to create or edit a pillar system feature. More...
Public Types | |
enum | Types { TypesShipStructure, TypesPoints } |
Used to specify how the pillar system is defined. More... | |
Public Member Functions | |
NXOpen::Features::ShipDesign::PointPairBuilder * | CreatePointPairBuilder () |
Creates a Features::ShipDesign::PointPairBuilder . | |
NXOpen::Direction * | Direction () |
Returns the direction of the pillar. | |
NXOpen::SelectNXObjectList * | IntersectingShipStructure () |
Returns the ship structure to intersect with each other that defines the start of a pillar. | |
NXOpen::SelectNXObjectList * | LimitingShipStructure () |
Returns the ship sructure that defines the end of the pillar. | |
NXOpen::Expression * | OrientationAngle () |
Returns the angle at which to orient the stock shape. | |
NXOpen::NXObjectList * | PointPairList () |
Returns the list of pairs of points that define the ends of the pillars. | |
void | SetDirection (NXOpen::Direction *direction) |
Sets the direction of the pillar. | |
void | SetType (NXOpen::Features::ShipDesign::PillarSystemBuilder::Types type) |
Sets the type of input used to define the pillar location. | |
NXOpen::Features::ShipDesign::SteelFeatureSpreadsheetBuilder * | StockData () |
Returns the stock data used to define the stock information of the stiffener. | |
NXOpen::Features::ShipDesign::PillarSystemBuilder::Types | Type () |
Returns the type of input used to define the pillar location. |
Represents a Features::ShipDesign::PillarSystem builder which is used to create or edit a pillar system feature.
To create a new instance of this class, use Features::ShipCollection::CreatePillarSystemBuilder
Default values.
Property | Value |
---|---|
OrientationAngle.Value |
0 |
Created in NX8.0.0.
NXOpen::Features::ShipDesign::PointPairBuilder* NXOpen::Features::ShipDesign::PillarSystemBuilder::CreatePointPairBuilder | ( | ) |
Creates a Features::ShipDesign::PointPairBuilder .
Returns the direction of the pillar.
Only used when Type is Features.ShipDesign.PillarSystemBuilder.Types.ShipStructure.
Created in NX8.0.0.
License requirements : None
NXOpen::SelectNXObjectList* NXOpen::Features::ShipDesign::PillarSystemBuilder::IntersectingShipStructure | ( | ) |
Returns the ship structure to intersect with each other that defines the start of a pillar.
Only used when Type is Features.ShipDesign.PillarSystemBuilder.Types.ShipStructure.
Created in NX8.0.0.
License requirements : None
NXOpen::SelectNXObjectList* NXOpen::Features::ShipDesign::PillarSystemBuilder::LimitingShipStructure | ( | ) |
Returns the ship sructure that defines the end of the pillar.
Only used when Type is Features.ShipDesign.PillarSystemBuilder.Types.ShipStructure.
Created in NX8.0.0.
License requirements : None
Returns the angle at which to orient the stock shape.
Created in NX8.0.0.
License requirements : None
Returns the list of pairs of points that define the ends of the pillars.
Only used when Type is Features.ShipDesign.PillarSystemBuilder.Types.Points.
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::PillarSystemBuilder::SetDirection | ( | NXOpen::Direction * | direction | ) |
Sets the direction of the pillar.
Only used when Type is Features.ShipDesign.PillarSystemBuilder.Types.ShipStructure.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
direction | direction |
void NXOpen::Features::ShipDesign::PillarSystemBuilder::SetType | ( | NXOpen::Features::ShipDesign::PillarSystemBuilder::Types | type | ) |
Sets the type of input used to define the pillar location.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
type | type |
NXOpen::Features::ShipDesign::SteelFeatureSpreadsheetBuilder* NXOpen::Features::ShipDesign::PillarSystemBuilder::StockData | ( | ) |
Returns the stock data used to define the stock information of the stiffener.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::PillarSystemBuilder::Types NXOpen::Features::ShipDesign::PillarSystemBuilder::Type | ( | ) |
Returns the type of input used to define the pillar location.
Created in NX8.0.0.
License requirements : None