NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Routing::FittingOverstockBuilder Class Reference

Builder for creating or editing NXOpen::Routing::FittingOverstock objects. More...

Inheritance diagram for NXOpen::Routing::FittingOverstockBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  TrimMethod { TrimMethodTrimPlane, TrimMethodBetweenPlanes }
 Trimming option. More...
 
enum  Types { TypesEntirePart, TypesEntireFace, TypesPartialFace }
 Overstock application method. More...
 

Public Member Functions

NXOpen::SelectFaceListFaces ()
 Returns the faces to apply overstock to. More...
 
NXOpen::Routing::FittingOverstockBuilder::TrimMethod FaceTrimMethod ()
 Returns the NXOpen::Routing::FittingOverstockBuilder::TrimMethod
Created in NX7.5.0. More...
 
NXOpen::PlaneFirstPlane ()
 Returns the first trimming plane
Created in NX7.5.0. More...
 
NXOpen::Routing::PathStockBuilderOverstockSettings ()
 Returns the stock settings for overstock assignment. More...
 
NXOpen::Assemblies::SelectComponentListRoutingParts ()
 Returns the qualifed routing parts to apply overstock to. More...
 
NXOpen::PlaneSecondPlane ()
 Returns the second trimming plane
Created in NX7.5.0. More...
 
void SetFaceTrimMethod (NXOpen::Routing::FittingOverstockBuilder::TrimMethod faceTrimMethod)
 Sets the NXOpen::Routing::FittingOverstockBuilder::TrimMethod
Created in NX7.5.0. More...
 
void SetFirstPlane (NXOpen::Plane *firstPlane)
 Sets the first trimming plane
Created in NX7.5.0. More...
 
void SetOverstockSettings (NXOpen::Routing::PathStockBuilder *stockBuilder)
 Sets the stock settings for overstock assignment. More...
 
void SetSecondPlane (NXOpen::Plane *secondPlane)
 Sets the second trimming plane
Created in NX7.5.0. More...
 
void SetType (NXOpen::Routing::FittingOverstockBuilder::Types type)
 Sets the type
Created in NX7.5.0. More...
 
NXOpen::Routing::FittingOverstockBuilder::Types Type ()
 Returns the type
Created in NX7.5.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Builder for creating or editing NXOpen::Routing::FittingOverstock objects.


To create a new instance of this class, use NXOpen::Routing::RouteManager::CreateFittingOverstockBuilder
Default values.

Property Value

FaceTrimMethod

TrimPlane


Created in NX7.5.0.

Member Enumeration Documentation

Trimming option.

This defines the way the selected faces are to be trimmed for NXOpen::Routing::FittingOverstockBuilder::TypesPartialFace method.

Enumerator
TrimMethodTrimPlane 

Single Trim Plane.

TrimMethodBetweenPlanes 

Double Trim Planes.

Overstock application method.

This defines the way in which to apply the overstock on faces of the routing parts.

Enumerator
TypesEntirePart 

Entire Part.

TypesEntireFace 

Entire Face.

TypesPartialFace 

Partial Face.

Member Function Documentation

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 NXOpen::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 NXOpen::Routing::FittingOverstockBuilder::TrimMethod
Created in NX7.5.0.



License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
faceTrimMethodfacetrimmethod
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")

Parameters
firstPlanefirstplane
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")

Parameters
stockBuilderstockbuilder
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")

Parameters
secondPlanesecondplane
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")

Parameters
typetype
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")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.