NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | List of all members
NXOpen::Routing::CornerTypeBuilder Class Reference

Contains setting for corner creation. More...

Inheritance diagram for NXOpen::Routing::CornerTypeBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  BendMethods { BendMethodsRadius, BendMethodsRatioToDiameter, BendMethodsBendRadiusTable, BendMethodsInnerRadius }
 Methods available for bend creation. More...
 
enum  Type {
  TypeNone, TypeMiter, TypeBend, TypeSBend,
  TypeSElbow, TypeUBend, TypeUElbow, TypeCope,
  TypeMiteredBend
}
 Defines the type of bend available for bend creation.Type of bend available are None,Miter ,Bend , S-bend and S-Elbow. More...
 

Public Member Functions

NXOpen::Routing::CharacteristicListGetElbowAppliedCharx ()
 Returns the applied charx of elbow part. More...
 
NXOpen::Routing::CharacteristicListGetElbowPart ()
 Returns the created elbow part. More...
 
void RouteCornerAlternateSolution ()
 Route alternate solution
Created in NX6.0.0. More...
 
NXOpen::Routing::CornerTypeBuilder::BendMethods RouteCornerBendMethods ()
 Returns the route corner bend options
Created in NX8.5.0. More...
 
void RouteCornerBendRadiusInfo ()
 Bend corner info
Created in NX6.0.0. More...
 
int RouteCornerNumberOfMiters ()
 Returns the number of miter in mitered bend corner
Created in NX8.0.0. More...
 
NXOpen::ExpressionRouteCornerRadius ()
 Returns the route corner radius
Created in NX6.0.0. More...
 
NXOpen::ExpressionRouteCornerRatioToDiameter ()
 Returns the route corner ratio to diameter
Created in NX6.0.0. More...
 
bool RouteCornerRequireLinearSolution ()
 Returns the route corner require linear solution
Created in NX6.0.0. More...
 
void RouteCornerSpecifyElbow ()
 Route specify elbow
Created in NX6.0.0. More...
 
NXOpen::Routing::CornerTypeBuilder::Type RouteCornerTypeOptions ()
 Returns the route corner type options
Created in NX6.0.0. More...
 
void SetElbowAppliedCharx (NXOpen::Routing::CharacteristicList *elbowPart)
 Sets the applied charx for elbow creation
Created in NX6.0.0. More...
 
void SetElbowPart (NXOpen::Routing::CharacteristicList *elbowPart)
 Sets the elbow part to be used for elbow creation
Created in NX6.0.0. More...
 
void SetRouteCornerBendMethods (NXOpen::Routing::CornerTypeBuilder::BendMethods routeCornerBendMethods)
 Sets the route corner bend options
Created in NX8.5.0. More...
 
void SetRouteCornerNumberOfMiters (int routeCornerNumberOfMiter)
 Sets the number of miter in mitered bend corner
Created in NX8.0.0. More...
 
void SetRouteCornerRequireLinearSolution (bool routeCornerRequireLinearSolution)
 Sets the route corner require linear solution
Created in NX6.0.0. More...
 
void SetRouteCornerTypeOptions (NXOpen::Routing::CornerTypeBuilder::Type routeCornerTypeOptions)
 Sets the route corner type options
Created in NX6.0.0. 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

Contains setting for corner creation.

Type of bend to be created and the method to create the corner.


Created in NX6.0.0.

Member Enumeration Documentation

Methods available for bend creation.

Enumerator
BendMethodsRadius 

Radius method allows corner creation with the specified radius value.

BendMethodsRatioToDiameter 

Ratio to diameter method.

BendMethodsBendRadiusTable 

Bend table method creates bend from specified bend table.

BendMethodsInnerRadius 

Inner Radius method allows corner creation with the specified inner radius value.

Defines the type of bend available for bend creation.Type of bend available are None,Miter ,Bend , S-bend and S-Elbow.

Enumerator
TypeNone 

none

TypeMiter 

miter

TypeBend 

bend

TypeSBend 

sbend

TypeSElbow 

selbow

TypeUBend 

ubend

TypeUElbow 

uelbow

TypeCope 

cope

TypeMiteredBend 

mitered bend

Member Function Documentation

NXOpen::Routing::CharacteristicList* NXOpen::Routing::CornerTypeBuilder::GetElbowAppliedCharx ( )

Returns the applied charx of elbow part.

Returns
Characteristic list used to find the appropriate
Created in NX6.0.0.

License requirements : routing_base ("Routing Basic")
NXOpen::Routing::CharacteristicList* NXOpen::Routing::CornerTypeBuilder::GetElbowPart ( )

Returns the created elbow part.

Returns
Characteristic list used to find the appropriate
Created in NX6.0.0.

License requirements : routing_base ("Routing Basic")
void NXOpen::Routing::CornerTypeBuilder::RouteCornerAlternateSolution ( )

Route alternate solution
Created in NX6.0.0.



License requirements : routing_base ("Routing Basic")

NXOpen::Routing::CornerTypeBuilder::BendMethods NXOpen::Routing::CornerTypeBuilder::RouteCornerBendMethods ( )

Returns the route corner bend options
Created in NX8.5.0.



License requirements : routing_base ("Routing Basic")

void NXOpen::Routing::CornerTypeBuilder::RouteCornerBendRadiusInfo ( )

Bend corner info
Created in NX6.0.0.



License requirements : routing_base ("Routing Basic")

int NXOpen::Routing::CornerTypeBuilder::RouteCornerNumberOfMiters ( )

Returns the number of miter in mitered bend corner
Created in NX8.0.0.



License requirements : routing_base ("Routing Basic")

NXOpen::Expression* NXOpen::Routing::CornerTypeBuilder::RouteCornerRadius ( )

Returns the route corner radius
Created in NX6.0.0.



License requirements : routing_base ("Routing Basic")

NXOpen::Expression* NXOpen::Routing::CornerTypeBuilder::RouteCornerRatioToDiameter ( )

Returns the route corner ratio to diameter
Created in NX6.0.0.



License requirements : routing_base ("Routing Basic")

bool NXOpen::Routing::CornerTypeBuilder::RouteCornerRequireLinearSolution ( )

Returns the route corner require linear solution
Created in NX6.0.0.



License requirements : routing_base ("Routing Basic")

void NXOpen::Routing::CornerTypeBuilder::RouteCornerSpecifyElbow ( )

Route specify elbow
Created in NX6.0.0.



License requirements : routing_base ("Routing Basic")

NXOpen::Routing::CornerTypeBuilder::Type NXOpen::Routing::CornerTypeBuilder::RouteCornerTypeOptions ( )

Returns the route corner type options
Created in NX6.0.0.



License requirements : routing_base ("Routing Basic")

void NXOpen::Routing::CornerTypeBuilder::SetElbowAppliedCharx ( NXOpen::Routing::CharacteristicList elbowPart)

Sets the applied charx for elbow creation
Created in NX6.0.0.



License requirements : routing_base ("Routing Basic")

Parameters
elbowPartCharacteristic list used to find the appropriate
void NXOpen::Routing::CornerTypeBuilder::SetElbowPart ( NXOpen::Routing::CharacteristicList elbowPart)

Sets the elbow part to be used for elbow creation
Created in NX6.0.0.



License requirements : routing_base ("Routing Basic")

Parameters
elbowPartCharacteristic list used to find the appropriate
void NXOpen::Routing::CornerTypeBuilder::SetRouteCornerBendMethods ( NXOpen::Routing::CornerTypeBuilder::BendMethods  routeCornerBendMethods)

Sets the route corner bend options
Created in NX8.5.0.



License requirements : routing_base ("Routing Basic")

Parameters
routeCornerBendMethodsroutecornerbendmethods
void NXOpen::Routing::CornerTypeBuilder::SetRouteCornerNumberOfMiters ( int  routeCornerNumberOfMiter)

Sets the number of miter in mitered bend corner
Created in NX8.0.0.



License requirements : routing_base ("Routing Basic")

Parameters
routeCornerNumberOfMiterroutecornernumberofmiter
void NXOpen::Routing::CornerTypeBuilder::SetRouteCornerRequireLinearSolution ( bool  routeCornerRequireLinearSolution)

Sets the route corner require linear solution
Created in NX6.0.0.



License requirements : routing_base ("Routing Basic")

Parameters
routeCornerRequireLinearSolutionroutecornerrequirelinearsolution
void NXOpen::Routing::CornerTypeBuilder::SetRouteCornerTypeOptions ( NXOpen::Routing::CornerTypeBuilder::Type  routeCornerTypeOptions)

Sets the route corner type options
Created in NX6.0.0.



License requirements : routing_base ("Routing Basic")

Parameters
routeCornerTypeOptionsroutecornertypeoptions
virtual bool NXOpen::Routing::CornerTypeBuilder::Validate ( )
virtual

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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