NX Open C++ Reference Guide
|
Represents a Features::ShipDesign::PlateChamfer builder. More...
Public Types | |
enum | AngleMethod { AngleMethodAngle, AngleMethodRatio } |
The option to specify the method for defining angle or ratio. More... | |
enum | OffsetMethod { OffsetMethodDepth, OffsetMethodRestDepth, OffsetMethodThinnerPlate } |
The option to specify the method for chamfer offset method. More... | |
enum | Types { TypesOnEdge, TypesToPlate } |
The option for the type of associativity for chamfer. More... | |
Public Member Functions | |
NXOpen::Features::ShipDesign::PlateChamferBuilder::AngleMethod | AngleOption () |
Returns the angle option Created in NX8.0.0. | |
NXOpen::Expression * | AngularDimension () |
Returns the angular dimension Created in NX8.0.0. | |
bool | ChamferBothSides () |
Returns the chamfer both sides Created in NX8.0.0. | |
double | ChordalTolerance () |
Returns the chordal tolerance Created in NX8.0.0. | |
double | ClearanceTolerance () |
Returns the clearance tolerance Created in NX8.0.0. | |
NXOpen::Expression * | Depth () |
Returns the depth Created in NX8.0.0. | |
NXOpen::Plane * | EndPlane () |
Returns the end plane Created in NX8.0.0. | |
NXOpen::Features::ShipDesign::PlateChamferBuilder::OffsetMethod | OffsetOption () |
Returns the offset option Created in NX8.0.0. | |
NXOpen::Expression * | Ratio () |
Returns the ratio Created in NX8.0.0. | |
NXOpen::Expression * | RestDepth () |
Returns the rest depth Created in NX8.0.0. | |
bool | ReverseDirection () |
Returns the reverse direction Created in NX8.0.0. | |
NXOpen::ScCollector * | SelectEdge () |
Returns the select edge Created in NX8.0.0. | |
NXOpen::ScCollector * | SelectTarget () |
Returns the select target Created in NX8.0.0. | |
NXOpen::ScCollector * | SelectThinnerPlate () |
Returns the select thinner plate Created in NX8.0.0. | |
NXOpen::ScCollector * | SelectTool () |
Returns the select tool Created in NX8.0.0. | |
void | SetAngleOption (NXOpen::Features::ShipDesign::PlateChamferBuilder::AngleMethod angleOption) |
Sets the angle option Created in NX8.0.0. | |
void | SetChamferBothSides (bool chamferBothSides) |
Sets the chamfer both sides Created in NX8.0.0. | |
void | SetChordalTolerance (double chordalTolerance) |
Sets the chordal tolerance Created in NX8.0.0. | |
void | SetClearanceTolerance (double clearanceTolerance) |
Sets the clearance tolerance Created in NX8.0.0. | |
void | SetEndPlane (NXOpen::Plane *endPlane) |
Sets the end plane Created in NX8.0.0. | |
void | SetOffsetOption (NXOpen::Features::ShipDesign::PlateChamferBuilder::OffsetMethod offsetOption) |
Sets the offset option Created in NX8.0.0. | |
void | SetReverseDirection (bool reverseDirection) |
Sets the reverse direction Created in NX8.0.0. | |
void | SetStartPlane (NXOpen::Plane *startPlane) |
Sets the start plane Created in NX8.0.0. | |
void | SetType (NXOpen::Features::ShipDesign::PlateChamferBuilder::Types type) |
Sets the type Created in NX8.0.0. | |
void | SetUseLimits (bool useLimits) |
Sets the use limits Created in NX8.0.0. | |
NXOpen::Plane * | StartPlane () |
Returns the start plane Created in NX8.0.0. | |
NXOpen::Features::ShipDesign::PlateChamferBuilder::Types | Type () |
Returns the type Created in NX8.0.0. | |
bool | UseLimits () |
Returns the use limits Created in NX8.0.0. |
Represents a Features::ShipDesign::PlateChamfer builder.
It is used to create and edit a plate chamfer feature.
To create a new instance of this class, use Features::ShipCollection::CreatePlateChamferBuilder
Default values.
Property | Value |
---|---|
AngleOption |
Angle |
AngularDimension.Value |
30 |
ChamferBothSides |
0 |
ChordalTolerance |
0.0254 |
ClearanceTolerance |
0.0254 |
Depth.Value |
10 (millimeters part), 0.4 (inches part) |
OffsetOption |
Depth |
Ratio.Value |
0.3 |
RestDepth.Value |
0 (millimeters part), 0 (inches part) |
UseLimits |
0 |
Created in NX8.0.0.
NXOpen::Features::ShipDesign::PlateChamferBuilder::AngleMethod NXOpen::Features::ShipDesign::PlateChamferBuilder::AngleOption | ( | ) |
Returns the angle option
Created in NX8.0.0.
License requirements : None
Returns the angular dimension
Created in NX8.0.0.
License requirements : None
Returns the chamfer both sides
Created in NX8.0.0.
License requirements : None
Returns the chordal tolerance
Created in NX8.0.0.
License requirements : None
Returns the clearance tolerance
Created in NX8.0.0.
License requirements : None
Returns the depth
Created in NX8.0.0.
License requirements : None
Returns the end plane
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::PlateChamferBuilder::OffsetMethod NXOpen::Features::ShipDesign::PlateChamferBuilder::OffsetOption | ( | ) |
Returns the offset option
Created in NX8.0.0.
License requirements : None
Returns the ratio
Created in NX8.0.0.
License requirements : None
Returns the rest depth
Created in NX8.0.0.
License requirements : None
Returns the reverse direction
Created in NX8.0.0.
License requirements : None
Returns the select edge
Created in NX8.0.0.
License requirements : None
Returns the select target
Created in NX8.0.0.
License requirements : None
Returns the select thinner plate
Created in NX8.0.0.
License requirements : None
Returns the select tool
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::PlateChamferBuilder::SetAngleOption | ( | NXOpen::Features::ShipDesign::PlateChamferBuilder::AngleMethod | angleOption | ) |
Sets the angle option
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
angleOption | angleoption |
void NXOpen::Features::ShipDesign::PlateChamferBuilder::SetChamferBothSides | ( | bool | chamferBothSides | ) |
Sets the chamfer both sides
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
chamferBothSides | chamferbothsides |
void NXOpen::Features::ShipDesign::PlateChamferBuilder::SetChordalTolerance | ( | double | chordalTolerance | ) |
Sets the chordal tolerance
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
chordalTolerance | chordaltolerance |
void NXOpen::Features::ShipDesign::PlateChamferBuilder::SetClearanceTolerance | ( | double | clearanceTolerance | ) |
Sets the clearance tolerance
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
clearanceTolerance | clearancetolerance |
void NXOpen::Features::ShipDesign::PlateChamferBuilder::SetEndPlane | ( | NXOpen::Plane * | endPlane | ) |
Sets the end plane
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
endPlane | endplane |
void NXOpen::Features::ShipDesign::PlateChamferBuilder::SetOffsetOption | ( | NXOpen::Features::ShipDesign::PlateChamferBuilder::OffsetMethod | offsetOption | ) |
Sets the offset option
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
offsetOption | offsetoption |
void NXOpen::Features::ShipDesign::PlateChamferBuilder::SetReverseDirection | ( | bool | reverseDirection | ) |
Sets the reverse direction
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
reverseDirection | reversedirection |
void NXOpen::Features::ShipDesign::PlateChamferBuilder::SetStartPlane | ( | NXOpen::Plane * | startPlane | ) |
Sets the start plane
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
startPlane | startplane |
void NXOpen::Features::ShipDesign::PlateChamferBuilder::SetType | ( | NXOpen::Features::ShipDesign::PlateChamferBuilder::Types | type | ) |
Sets the type
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
type | type |
void NXOpen::Features::ShipDesign::PlateChamferBuilder::SetUseLimits | ( | bool | useLimits | ) |
Sets the use limits
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
useLimits | uselimits |
Returns the start plane
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::PlateChamferBuilder::Types NXOpen::Features::ShipDesign::PlateChamferBuilder::Type | ( | ) |
Returns the type
Created in NX8.0.0.
License requirements : None
Returns the use limits
Created in NX8.0.0.
License requirements : None