|
NX Open C++ Reference Guide
|
Builder for creating or editing Routing::FittingOverstock objects. More...
Public Types | |
| enum | TrimMethod { TrimMethodTrimPlane, TrimMethodBetweenPlanes } |
| Trimming option. More... | |
| enum | Types { TypesEntirePart, TypesEntireFace, TypesPartialFace } |
| Overstock application method. More... | |
Public Member Functions | |
| NXOpen::SelectFaceList * | Faces () |
| Returns the faces to apply overstock to. | |
| NXOpen::Routing::FittingOverstockBuilder::TrimMethod | FaceTrimMethod () |
| Returns the Routing::FittingOverstockBuilder::TrimMethod Created in NX7.5.0. | |
| NXOpen::Plane * | FirstPlane () |
| Returns the first trimming plane Created in NX7.5.0. | |
| NXOpen::Routing::PathStockBuilder * | OverstockSettings () |
| Returns the stock settings for overstock assignment. | |
| NXOpen::Assemblies::SelectComponentList * | RoutingParts () |
| Returns the qualifed routing parts to apply overstock to. | |
| NXOpen::Plane * | SecondPlane () |
| Returns the second trimming plane Created in NX7.5.0. | |
| void | SetFaceTrimMethod (NXOpen::Routing::FittingOverstockBuilder::TrimMethod faceTrimMethod) |
| Sets the Routing::FittingOverstockBuilder::TrimMethod Created in NX7.5.0. | |
| void | SetFirstPlane (NXOpen::Plane *firstPlane) |
| Sets the first trimming plane Created in NX7.5.0. | |
| void | SetOverstockSettings (NXOpen::Routing::PathStockBuilder *stockBuilder) |
| Sets the stock settings for overstock assignment. | |
| void | SetSecondPlane (NXOpen::Plane *secondPlane) |
| Sets the second trimming plane Created in NX7.5.0. | |
| void | SetType (NXOpen::Routing::FittingOverstockBuilder::Types type) |
| Sets the type Created in NX7.5.0. | |
| NXOpen::Routing::FittingOverstockBuilder::Types | Type () |
| Returns the type Created in NX7.5.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Builder for creating or editing Routing::FittingOverstock objects.
To create a new instance of this class, use Routing::RouteManager::CreateFittingOverstockBuilder
Default values.
| Property | Value |
|---|---|
|
FaceTrimMethod |
TrimPlane |
Created in NX7.5.0.
Trimming option.
This defines the way the selected faces are to be trimmed for Routing::FittingOverstockBuilder::TypesPartialFace method.
| TrimMethodTrimPlane |
Single Trim Plane. |
| TrimMethodBetweenPlanes |
Double Trim Planes. |
| NXOpen::SelectFaceList* NXOpen::Routing::FittingOverstockBuilder::Faces | ( | ) |
Returns the faces to apply overstock to.
Created in NX7.5.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
| NXOpen::Routing::FittingOverstockBuilder::TrimMethod NXOpen::Routing::FittingOverstockBuilder::FaceTrimMethod | ( | ) |
Returns the Routing::FittingOverstockBuilder::TrimMethod
Created in NX7.5.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
| NXOpen::Plane* NXOpen::Routing::FittingOverstockBuilder::FirstPlane | ( | ) |
Returns the first trimming plane
Created in NX7.5.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
| NXOpen::Routing::PathStockBuilder* NXOpen::Routing::FittingOverstockBuilder::OverstockSettings | ( | ) |
Returns the stock settings for overstock assignment.
Created in NX6.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
| NXOpen::Assemblies::SelectComponentList* NXOpen::Routing::FittingOverstockBuilder::RoutingParts | ( | ) |
Returns the qualifed routing parts to apply overstock to.
Created in NX7.5.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
| NXOpen::Plane* NXOpen::Routing::FittingOverstockBuilder::SecondPlane | ( | ) |
Returns the second trimming plane
Created in NX7.5.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
| void NXOpen::Routing::FittingOverstockBuilder::SetFaceTrimMethod | ( | NXOpen::Routing::FittingOverstockBuilder::TrimMethod | faceTrimMethod | ) |
Sets the Routing::FittingOverstockBuilder::TrimMethod
Created in NX7.5.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
| faceTrimMethod | facetrimmethod |
| void NXOpen::Routing::FittingOverstockBuilder::SetFirstPlane | ( | NXOpen::Plane * | firstPlane | ) |
Sets the first trimming plane
Created in NX7.5.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
| firstPlane | firstplane |
| void NXOpen::Routing::FittingOverstockBuilder::SetOverstockSettings | ( | NXOpen::Routing::PathStockBuilder * | stockBuilder | ) |
Sets the stock settings for overstock assignment.
Created in NX6.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
| stockBuilder | stockbuilder |
| void NXOpen::Routing::FittingOverstockBuilder::SetSecondPlane | ( | NXOpen::Plane * | secondPlane | ) |
Sets the second trimming plane
Created in NX7.5.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
| secondPlane | secondplane |
| void NXOpen::Routing::FittingOverstockBuilder::SetType | ( | NXOpen::Routing::FittingOverstockBuilder::Types | type | ) |
Sets the type
Created in NX7.5.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
| type | type |
| NXOpen::Routing::FittingOverstockBuilder::Types NXOpen::Routing::FittingOverstockBuilder::Type | ( | ) |
Returns the type
Created in NX7.5.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")