NXOpen .NET Reference  12.0.0
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:

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.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...
 
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
NXOpen.Routing.BendReportManager.Mil98Report[] 
GenerateMil98Report (NXOpen.Routing.BendReportManager.SegmentInformation[] segmentInformation, out double totalLength)
 Generates the bend report in MIL-D-9898C specification format. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. 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 
)

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 
)

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 
)

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 NXOpen.Routing.BendReportManager.SegmentInformation [] NXOpen.Routing.BendReportManager.GetSegmentInformation ( NXOpen.TaggedObject  stock)

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)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.