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. | |
![]() | |
NXOpen::Features::Feature * | CommitFeature () |
Commits the feature parameters and creates the feature. | |
NXOpen::Features::Feature * | GetFeature () |
Returns the feature currently being edited by this builder. | |
void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
bool | ParentFeatureInternal () |
Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
bool | PatchSolutionFlag () |
Returns the patch solution flag Created in NX8.0.1. | |
NXString | PatchSurfaceFilename () |
Returns the patch surface filename Created in NX8.0.1. | |
void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the parent features which would be internal or slaves to the feature being created or commited Created in NX6.0.0. | |
void | SetParentFeatureInternal (bool isInternal) |
Sets whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
void | SetPatchSolutionFlag (bool optionValue) |
Sets the patch solution flag Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const char *surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
NXString | SurroundingPatchSurfaceFilename () |
Returns the surrounding patch surface filename Created in NX8.0.1. | |
void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the internal parent feature of the feature being edited to external Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
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
NXOpen::Expression* NXOpen::Features::ShipDesign::PlateChamferBuilder::AngularDimension | ( | ) |
Returns the angular dimension
Created in NX8.0.0.
License requirements : None
bool NXOpen::Features::ShipDesign::PlateChamferBuilder::ChamferBothSides | ( | ) |
Returns the chamfer both sides
Created in NX8.0.0.
License requirements : None
double NXOpen::Features::ShipDesign::PlateChamferBuilder::ChordalTolerance | ( | ) |
Returns the chordal tolerance
Created in NX8.0.0.
License requirements : None
double NXOpen::Features::ShipDesign::PlateChamferBuilder::ClearanceTolerance | ( | ) |
Returns the clearance tolerance
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::PlateChamferBuilder::Depth | ( | ) |
Returns the depth
Created in NX8.0.0.
License requirements : None
NXOpen::Plane* NXOpen::Features::ShipDesign::PlateChamferBuilder::EndPlane | ( | ) |
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
NXOpen::Expression* NXOpen::Features::ShipDesign::PlateChamferBuilder::Ratio | ( | ) |
Returns the ratio
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::PlateChamferBuilder::RestDepth | ( | ) |
Returns the rest depth
Created in NX8.0.0.
License requirements : None
bool NXOpen::Features::ShipDesign::PlateChamferBuilder::ReverseDirection | ( | ) |
Returns the reverse direction
Created in NX8.0.0.
License requirements : None
NXOpen::ScCollector* NXOpen::Features::ShipDesign::PlateChamferBuilder::SelectEdge | ( | ) |
Returns the select edge
Created in NX8.0.0.
License requirements : None
NXOpen::ScCollector* NXOpen::Features::ShipDesign::PlateChamferBuilder::SelectTarget | ( | ) |
Returns the select target
Created in NX8.0.0.
License requirements : None
NXOpen::ScCollector* NXOpen::Features::ShipDesign::PlateChamferBuilder::SelectThinnerPlate | ( | ) |
Returns the select thinner plate
Created in NX8.0.0.
License requirements : None
NXOpen::ScCollector* NXOpen::Features::ShipDesign::PlateChamferBuilder::SelectTool | ( | ) |
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 |
NXOpen::Plane* NXOpen::Features::ShipDesign::PlateChamferBuilder::StartPlane | ( | ) |
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
bool NXOpen::Features::ShipDesign::PlateChamferBuilder::UseLimits | ( | ) |
Returns the use limits
Created in NX8.0.0.
License requirements : None