NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Public Member Functions | Properties | List of all members
NXOpen.Routing.BendReportManager Class Reference

The Routing Bend Report Manager allows you to get a variety of bend reports. More...

Inheritance diagram for NXOpen.Routing.BendReportManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Classes

struct  _SegmentInformation
 Used by all the reports to hold the information of the segments under port, solid body, segment, stock, stock component, or feature representing the piece of stock.
 
struct  Mil98Report
 Used in the MIL-D-9898 C specification reports. More...
 
struct  SegmentInformation
 Used by all the reports to hold the information of the segments under port, solid body, segment, stock, stock component, or feature representing the piece of stock. More...
 
struct  XyzReport
 Used in the XYZ bend reports. More...
 
struct  YbcReport
 Used in the YBC bend reports. More...
 

Public Member Functions

unsafe
NXOpen.Routing.BendReportManager.Mil98Report[] 
GenerateMil98Report (NXOpen.Routing.BendReportManager.SegmentInformation[] segmentInformation, out double totalLength)
 Generates the bend report in MIL-D-9898C specification format. More...
 
unsafe
NXOpen.Routing.BendReportManager.XyzReport[] 
GenerateXyzReport (NXOpen.Routing.BendReportManager.SegmentInformation[] segmentInformation, out double totalLength)
 Generates the bend report in XYZ format. More...
 
unsafe
NXOpen.Routing.BendReportManager.YbcReport[] 
GenerateYbcReport (NXOpen.Routing.BendReportManager.SegmentInformation[] segmentInformation, out double totalLength)
 Generates the bend report in YBC format. More...
 
unsafe int GetNumberOfBends (NXOpen.Routing.BendReportManager.SegmentInformation[] segmentInformation)
 Returns the number of bends in the segment information. More...
 
unsafe
NXOpen.Routing.BendReportManager.SegmentInformation[] 
GetSegmentInformation (NXOpen.TaggedObject stock)
 Builds up the segment information from the given ports, solid bodies, segments, stock, stock components, or features. More...
 
unsafe
NXOpen.Routing.BendReportManager.SegmentInformation[] 
ReverseDirection (NXOpen.Routing.BendReportManager.SegmentInformation[] segmentInformation)
 Reverses the order of the segment information. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

The Routing Bend Report Manager allows you to get a variety of bend reports.

To obtain an instance of this class, refer to NXOpen.Routing.RouteManager

Member Function Documentation

unsafe NXOpen.Routing.BendReportManager.Mil98Report [] NXOpen.Routing.BendReportManager.GenerateMil98Report ( NXOpen.Routing.BendReportManager.SegmentInformation[]  segmentInformation,
out double  totalLength 
)
inline

Generates the bend report in MIL-D-9898C specification format.

Created in NX11.0.1

License requirements: routing_base ("Routing Basic")

Parameters
segmentInformationThe information about the segments to include in the report. Generated by calling Routing.BendReportManager.GetSegmentInformation .
totalLengthTotal length of the entire path of segments.
Returns
The XYZ report information.
unsafe NXOpen.Routing.BendReportManager.XyzReport [] NXOpen.Routing.BendReportManager.GenerateXyzReport ( NXOpen.Routing.BendReportManager.SegmentInformation[]  segmentInformation,
out double  totalLength 
)
inline

Generates the bend report in XYZ format.

Created in NX11.0.1

License requirements: routing_base ("Routing Basic")

Parameters
segmentInformationThe information about the segments to include in the report. Generated by calling Routing.BendReportManager.GetSegmentInformation .
totalLengthTotal length of the entire path of segments.
Returns
The XYZ report information.
unsafe NXOpen.Routing.BendReportManager.YbcReport [] NXOpen.Routing.BendReportManager.GenerateYbcReport ( NXOpen.Routing.BendReportManager.SegmentInformation[]  segmentInformation,
out double  totalLength 
)
inline

Generates the bend report in YBC format.

Created in NX11.0.1

License requirements: routing_base ("Routing Basic")

Parameters
segmentInformationThe information about the segments to include in the report. Generated by calling Routing.BendReportManager.GetSegmentInformation .
totalLengthTotal length of the entire path of segments.
Returns
The XYZ report information.
unsafe int NXOpen.Routing.BendReportManager.GetNumberOfBends ( NXOpen.Routing.BendReportManager.SegmentInformation[]  segmentInformation)
inline

Returns the number of bends in the segment information.

Created in NX12.0.1

License requirements: routing_base ("Routing Basic")

Parameters
segmentInformation
Returns
unsafe NXOpen.Routing.BendReportManager.SegmentInformation [] NXOpen.Routing.BendReportManager.GetSegmentInformation ( NXOpen.TaggedObject  stock)
inline

Builds up the segment information from the given ports, solid bodies, segments, stock, stock components, or features.

Call this first to get the segment information to end to the report methods.

Created in NX11.0.1

License requirements: routing_base ("Routing Basic")

Parameters
stockThe port, solid body, segment, stock, stock component, or feature representing the piece of stock from which to generate the bend report.
Returns
Information on each segment. Send to one of the generate report methods to get a report.
unsafe NXOpen.Routing.BendReportManager.SegmentInformation [] NXOpen.Routing.BendReportManager.ReverseDirection ( NXOpen.Routing.BendReportManager.SegmentInformation[]  segmentInformation)
inline

Reverses the order of the segment information.

Since some of the information in the YBC and MIL98 reports are relative angles, reversing the order of the segments can have a significant impact on the report.

Created in NX11.0.1

License requirements: routing_base ("Routing Basic")

Parameters
segmentInformationThe original segment order.
Returns
The reversed segment order.

Property Documentation

Tag NXOpen.Routing.BendReportManager.Tag
get

Returns the tag of this object.


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