BendReportManagerXyzReport_Struct Struct

NXOpen.Routing.BendReportManager.XyzReport is an alias for NXOpen.Routing.BendReportManagerXyzReport_Struct

class NXOpen.Routing.BendReportManagerXyzReport_Struct

Bases: object

Used in the XYZ bend reports.

The first bend value is at one end point of the stock body and the last bend value is at the other end point of the stock body. The other bend values are the location in work coordinates of the bend :py:class:`Routing.ControlPoint`s associated with each bend or the location of where the bend :py:class:`Routing.ControlPoint`s would be if they existed. . Constructor: NXOpen.Routing.BendReportManager.XyzReport()

Fields

Field Description
Xc X position of bend Routing.ControlPoint in work coordinates.
Yc Y position of bend Routing.ControlPoint in work coordinates.
Zc Z position of bend Routing.ControlPoint in work coordinates.
Radius Radius of the bend.

Xc

BendReportManagerXyzReport_Struct.Xc

X position of bend Routing.ControlPoint in work coordinates.

-------------------------------------

Field Value Type:float

Yc

BendReportManagerXyzReport_Struct.Yc

Y position of bend Routing.ControlPoint in work coordinates.

-------------------------------------

Field Value Type:float

Zc

BendReportManagerXyzReport_Struct.Zc

Z position of bend Routing.ControlPoint in work coordinates.

-------------------------------------

Field Value Type:float

Radius

BendReportManagerXyzReport_Struct.Radius

Radius of the bend.

-------------------------------------

Field Value Type:float