NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Preferences::RoutingPath Class Reference

The RoutingPath object stores a set of path preferences. More...

List of all members.

Public Types

enum  AddPointsToSpline { AddPointsToSplineFalse, AddPointsToSplineTrue }
 Should points be added to existing spline when they are subdivided to preserve shape? More...
enum  AllowedCornerType {
  AllowedCornerTypeNone, AllowedCornerTypeBend, AllowedCornerTypeCope, AllowedCornerTypeMiter,
  AllowedCornerTypeSbend
}
 Describes the types of corners allowed in a routing application. More...
enum  ChainMethod {
  ChainMethodNoBranch, ChainMethodContinuous, ChainMethodTangent, ChainMethodCycle,
  ChainMethodMinDist, ChainMethodMaxDist
}
 Path curve chaining methods. More...
enum  ConfirmBranchSel { ConfirmBranchSelFalse, ConfirmBranchSelTrue }
 Should a branch selection confirmation dialog be show during Path selection? More...
enum  ContinueUpdOnError { ContinueUpdOnErrorFalse, ContinueUpdOnErrorTrue }
 Should fixed length splines ignore length constraint violations and update? More...
enum  CreateSlopeConstraints { CreateSlopeConstraintsFalse, CreateSlopeConstraintsTrue }
 Create slope associativity constraints during line path creation [from ports only]. More...
enum  CreateSmartRcps { CreateSmartRcpsFalse, CreateSmartRcpsTrue }
 Should Smart RCPs be created during path creation in Create Path? More...
enum  CreateTangency { CreateTangencyFalse, CreateTangencyTrue }
 Should new splines form tangencies with existing splines when they're created? More...
enum  CurveType { CurveTypeLine, CurveTypeArc, CurveTypeSpline }
 Describes the types of curves allowed in a routing application. More...
enum  DefaultCornerType { DefaultCornerTypeNone = -1, DefaultCornerTypeBend, DefaultCornerTypeMiter, DefaultCornerTypeBendTable }
 Describes the types of corners allowed in a routing application. More...
enum  DisplayObject { DisplayObjectFalse, DisplayObjectTrue }
 Display a certain routing object? More...
enum  MergeDupRcps { MergeDupRcpsFalse, MergeDupRcpsTrue }
 Should duplicate RCPs be merged after a Transform [Move or Copy] operation? More...
enum  OccChainable { OccChainableFalse, OccChainableTrue }
 Chain occurrences of curves ? [i.e. More...
enum  RadiusMethod { RadiusMethodRadius, RadiusMethodRatio, RadiusMethodTable }
 Describes method used to determine bend radius on a bend or sbend corner. More...
enum  RadiusUnits { RadiusUnitsNone, RadiusUnitsInches, RadiusUnitsMillimeters }
 Describes units of specified radius value [JA_ROUTE_PATH_PREFS_radius_method_radius only]. More...

Public Member Functions

std::vector
< NXOpen::Preferences::RoutingPath::AllowedCornerType
GetAllowedCorners ()
 Query the types of corners allowed in an application view.
std::vector
< NXOpen::Preferences::RoutingPath::CurveType
GetAllowedCurves ()
 Query the types of curves allowed in an application view.
double GetBendRadius ()
 Needs a work part and a loaded applicaiton view.
NXOpen::Preferences::RoutingPath::RadiusMethod GetBendRadiusMethod ()
 Query wether the default corner should use bend ratio.
NXOpen::Preferences::RoutingPath::RadiusUnits GetBendRadiusUnits ()
 Query bend radius units stored in path preferences.
double GetBendRatio ()
 Query default bend ratio.
NXString GetBendTable ()
 Query default bend table.
std::vector< NXStringGetBendTableFilenames ()
 Query loaded bend table filenames.
double GetBendTableRadius (const NXString &bendTableName, double diameter)
 Query bend radius from a loaded bend table.
std::vector< NXStringGetBendTables ()
 Query loaded bend table names.
std::vector
< NXOpen::Preferences::RoutingPath::CurveType
GetChainableCurveTypes ()
 Query all the types of chainable curve types.
NXOpen::Preferences::RoutingPath::ConfirmBranchSel GetConfirmBranchSelection ()
 Confirm branch selection during Path selection?
NXOpen::Preferences::RoutingPath::ContinueUpdOnError GetContinueUpdateOnError ()
 Query default down direction for fixed length splines.
NXOpen::Preferences::RoutingPath::AddPointsToSpline GetCreateNewPointsOnSubdivide ()
 Add points to subdivided splines to maintain shape?
NXOpen::Preferences::RoutingPath::CreateSlopeConstraints GetCreateSlopeConstraints ()
 Create slope constraints during line path creation to and from fitting ports?
NXOpen::Preferences::RoutingPath::CreateSmartRcps GetCreateSmartRcps ()
 Create smart RCPs during path creation?
NXOpen::Preferences::RoutingPath::CreateTangency GetCreateSplineTangency ()
 Create tangency between splines?
NXOpen::Preferences::RoutingPath::ChainMethod GetCurveChainingMethod ()
 Query path curve chaining method.
NXOpen::Preferences::RoutingPath::DefaultCornerType GetDefaultCorner ()
 Query the default corner type in an application view.
NXOpen::Preferences::RoutingPath::DisplayObject GetDisplayAnchors ()
 Display anchors?
NXOpen::Preferences::RoutingPath::DisplayObject GetDisplayConnectedPorts ()
 Display connected ports?
double GetDisplayPortLength ()
 Displayed port length.
NXOpen::Preferences::RoutingPath::DisplayObject GetDisplayPorts ()
 Display ports?
NXOpen::Preferences::RoutingPath::DisplayObject GetDisplayRcps ()
 Display RCPs?
NXOpen::Preferences::RoutingPath::DisplayObject GetDisplaySegmentConstraints ()
 Display segment constraints?
NXOpen::Preferences::RoutingPath::CurveType GetHealPathCurveType ()
 Heal Path curve type.
NXOpen::Preferences::RoutingPath::MergeDupRcps GetMergeDuplicateRcps ()
 Merge duplicate RCPs after a Transform [Move or Copy] operation?
NXOpen::Preferences::RoutingPath::OccChainable GetOccurrenceChainable ()
 Query if curve occurrences [curves not in the work part] are chainable.
NXString GetStockOffsetExpression ()
 Query default stock offset expression used by Create Path and Create Stock Offset Port [via Qualify Part].
NXString LoadBendTableFile (const NXString &bendTableFilename)
 Load a specified bend table file.
void SetAllowedCorners (const std::vector< NXOpen::Preferences::RoutingPath::AllowedCornerType > &allowedCorners)
 
Created in NX4.0.0.
void SetAllowedCurves (const std::vector< NXOpen::Preferences::RoutingPath::CurveType > &allowedCurves)
 
Created in NX4.0.0.
void SetBendRadius (double bendRadius)
 Needs a work part and a loaded applicaiton view.
void SetBendRadiusMethod (NXOpen::Preferences::RoutingPath::RadiusMethod radiusMethod)
 Set whether the default corner should use bend ratio.
void SetBendRadiusUnits (NXOpen::Preferences::RoutingPath::RadiusUnits radiusUnits)
 
Created in NX4.0.0.
void SetBendRatio (double bendRatio)
 
Created in NX4.0.0.
void SetBendTable (const NXString &bendTableName)
 
Created in NX4.0.0.
void SetChainableCurveTypes (const std::vector< NXOpen::Preferences::RoutingPath::CurveType > &chainableCurveTypes)
 
Created in NX4.0.0.
void SetConfirmBranchSelection (NXOpen::Preferences::RoutingPath::ConfirmBranchSel confirmBranchSel)
 
Created in NX4.0.0.
void SetContinueUpdateOnError (NXOpen::Preferences::RoutingPath::ContinueUpdOnError update)
 
Created in NX4.0.0.
void SetCreateNewPointsOnSubdivide (NXOpen::Preferences::RoutingPath::AddPointsToSpline addPoints)
 
Created in NX6.0.0.
void SetCreateSlopeConstraints (NXOpen::Preferences::RoutingPath::CreateSlopeConstraints createSlopeConstraints)
 
Created in NX4.0.0.
void SetCreateSmartRcps (NXOpen::Preferences::RoutingPath::CreateSmartRcps createSmart)
 
Created in NX4.0.0.
void SetCreateSplineTangency (NXOpen::Preferences::RoutingPath::CreateTangency applyTangency)
 
Created in NX6.0.0.
void SetCurveChainingMethod (NXOpen::Preferences::RoutingPath::ChainMethod chainMethod)
 
Created in NX4.0.0.
void SetDefaultCorner (NXOpen::Preferences::RoutingPath::DefaultCornerType defaultCorner)
 
Created in NX4.0.0.
void SetDisplayAnchors (NXOpen::Preferences::RoutingPath::DisplayObject displayAnchors)
 
Created in NX4.0.0.
void SetDisplayConnectedPorts (NXOpen::Preferences::RoutingPath::DisplayObject displayConnectedPorts)
 Display connected ports in the model
Created in NX8.0.0.
void SetDisplayPortLength (double displayPortLength)
 
Created in NX4.0.0.
void SetDisplayPorts (NXOpen::Preferences::RoutingPath::DisplayObject displayPorts)
 Display ports in the model?
Created in NX4.0.0.
void SetDisplayRcps (NXOpen::Preferences::RoutingPath::DisplayObject displayRcps)
 
Created in NX4.0.0.
void SetDisplaySegmentConstraints (NXOpen::Preferences::RoutingPath::DisplayObject displayConstraints)
 
Created in NX4.0.0.
void SetHealPathCurveType (NXOpen::Preferences::RoutingPath::CurveType healPathCurveType)
 
Created in NX5.0.0.
void SetMergeDuplicateRcps (NXOpen::Preferences::RoutingPath::MergeDupRcps mergeDuplicates)
 
Created in NX4.0.0.
void SetOccurrenceChainable (NXOpen::Preferences::RoutingPath::OccChainable occChainable)
 
Created in NX4.0.0.
void SetStockOffsetExpression (const NXString &stockOffsetExp)
 
Created in NX4.0.0.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

The RoutingPath object stores a set of path preferences.


To obtain an instance of this class, refer to Preferences::RoutingApplicationView

Created in NX4.0.0.


Member Enumeration Documentation

Should points be added to existing spline when they are subdivided to preserve shape?

Enumerator:
AddPointsToSplineFalse 

Do not merge duplicate RCPs.

AddPointsToSplineTrue 

Merge duplicate RCPs.

Describes the types of corners allowed in a routing application.

Enumerator:
AllowedCornerTypeNone 

UF_ROUTE_AV_CORNERS_NONE.

AllowedCornerTypeBend 

UF_ROUTE_AV_CORNERS_BEND.

AllowedCornerTypeCope 

UF_ROUTE_AV_CORNERS_COPE.

AllowedCornerTypeMiter 

UF_ROUTE_AV_CORNERS_MITER.

AllowedCornerTypeSbend 

UF_ROUTE_AV_CORNERS_SBEND.

Path curve chaining methods.

Enumerator:
ChainMethodNoBranch 

Curves must be mono-connected.

ChainMethodContinuous 

Tangents must match at each connection.

ChainMethodTangent 

Use curve with closest tangent when searching.

ChainMethodCycle 

Return all chains.

ChainMethodMinDist 

Chain with minimum path length.

ChainMethodMaxDist 

Chain with maximum path length.

Should a branch selection confirmation dialog be show during Path selection?

Enumerator:
ConfirmBranchSelFalse 

Do not confirm branch selection.

ConfirmBranchSelTrue 

Confirm branch selection.

Should fixed length splines ignore length constraint violations and update?

Enumerator:
ContinueUpdOnErrorFalse 

false

ContinueUpdOnErrorTrue 

true

Create slope associativity constraints during line path creation [from ports only].

Enumerator:
CreateSlopeConstraintsFalse 

false

CreateSlopeConstraintsTrue 

true

Should Smart RCPs be created during path creation in Create Path?

Enumerator:
CreateSmartRcpsFalse 

Do not create smart RCPs.

CreateSmartRcpsTrue 

Create smart RCPs.

Should new splines form tangencies with existing splines when they're created?

Enumerator:
CreateTangencyFalse 

Do not merge duplicate RCPs.

CreateTangencyTrue 

Merge duplicate RCPs.

Describes the types of curves allowed in a routing application.

Enumerator:
CurveTypeLine 

UF_ROUTE_AV_CURVES_LINES.

CurveTypeArc 

UF_ROUTE_AV_CURVES_ARCS.

CurveTypeSpline 

UF_ROUTE_AV_CURVES_SPLINES.

Describes the types of corners allowed in a routing application.

Enumerator:
DefaultCornerTypeBend 

Bend Corner.

DefaultCornerTypeMiter 

Miter Corner.

DefaultCornerTypeBendTable 

Not really a corner type.

Used to indicate use of bend table in conjunction with a Bend corner

Display a certain routing object?

Enumerator:
DisplayObjectFalse 

false

DisplayObjectTrue 

true

Should duplicate RCPs be merged after a Transform [Move or Copy] operation?

Enumerator:
MergeDupRcpsFalse 

Do not merge duplicate RCPs.

MergeDupRcpsTrue 

Merge duplicate RCPs.

Chain occurrences of curves ? [i.e.

curves not in the work part]

Enumerator:
OccChainableFalse 

false

OccChainableTrue 

true

Describes method used to determine bend radius on a bend or sbend corner.

Enumerator:
RadiusMethodRadius 

Use specified radius.

RadiusMethodRatio 

Use ratio to stock diameter to determine radius.

RadiusMethodTable 

Use radius obtained from a bend table lookup.

Describes units of specified radius value [JA_ROUTE_PATH_PREFS_radius_method_radius only].

Enumerator:
RadiusUnitsNone 

Unspecified.

Use units of part file.

RadiusUnitsInches 

Use inch units.

RadiusUnitsMillimeters 

Use metric (mm) units.


Member Function Documentation

Query the types of corners allowed in an application view.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Query the types of curves allowed in an application view.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Needs a work part and a loaded applicaiton view.

Radius units are converted to work part units automatically. Returns -1 and quits if input requirements are not met.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Query wether the default corner should use bend ratio.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Query bend radius units stored in path preferences.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Query default bend ratio.

Used when default corner uses bend ratio method

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Query default bend table.

Used when default corner uses bend table method

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Query loaded bend table filenames.

A bend table file can contain one or more named bend tables. Loading a bend table file loads all its constituent tables into memory.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
double NXOpen::Preferences::RoutingPath::GetBendTableRadius ( const NXString bendTableName,
double  diameter 
)

Query bend radius from a loaded bend table.

Returns a radius of -1 if input table is not loaded

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
bendTableName
NOTE: The full Unicode character set is not supported for this parameter.
diameterdiameter

Query loaded bend table names.

A bend table maps a stock outer diameter to a radius appropriate for a certain bending machine

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Query all the types of chainable curve types.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Confirm branch selection during Path selection?

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Query default down direction for fixed length splines.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Add points to subdivided splines to maintain shape?

Returns:

Created in NX6.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Create slope constraints during line path creation to and from fitting ports?

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Create smart RCPs during path creation?

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Create tangency between splines?

Returns:

Created in NX6.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Query path curve chaining method.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Query the default corner type in an application view.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Display anchors?

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Display connected ports?

Returns:

Created in NX8.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Displayed port length.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Display ports?

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Display RCPs?

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Display segment constraints?

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Heal Path curve type.

Returns:

Created in NX5.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Merge duplicate RCPs after a Transform [Move or Copy] operation?

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Query if curve occurrences [curves not in the work part] are chainable.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Query default stock offset expression used by Create Path and Create Stock Offset Port [via Qualify Part].

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Load a specified bend table file.

Returns:
Descriptive error text, when appropriate
Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
bendTableFilename
NOTE: The full Unicode character set is not supported for this parameter.


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
allowedCornersallowed corners


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
allowedCurvesallowed curves

Needs a work part and a loaded applicaiton view.

Radius units are assumed to be work part units and are set automatically. Returns -1 and quits if input requirements are not met.
Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
bendRadiusbend radius

Set whether the default corner should use bend ratio.


Created in NX5.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
radiusMethodradius method


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
radiusUnitsradius units


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
bendRatiobend ratio


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
bendTableName
NOTE: The full Unicode character set is not supported for this parameter.


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
chainableCurveTypeschainable curve types


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
confirmBranchSelconfirm branch sel


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
updateupdate


Created in NX6.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
addPointsadd points


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
createSlopeConstraintscreate slope constraints


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
createSmartcreate smart


Created in NX6.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
applyTangencyapply tangency


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
chainMethodchain method


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
defaultCornerdefault corner


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
displayAnchorsdisplay anchors

Display connected ports in the model
Created in NX8.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
displayConnectedPortsdisplay connected ports
void NXOpen::Preferences::RoutingPath::SetDisplayPortLength ( double  displayPortLength)


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
displayPortLengthdisplay port length

Display ports in the model?
Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
displayPortsdisplay ports


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
displayRcpsdisplay rcps


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
displayConstraintsdisplay constraints


Created in NX5.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
healPathCurveTypeheal path curve type


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
mergeDuplicatesmerge duplicates


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
occChainableocc chainable


Created in NX4.0.0.



License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
stockOffsetExp
NOTE: The full Unicode character set is not supported for this parameter.

Returns the tag of this object.


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