NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Features::FlatPattern::ObjectDataEdge Struct Reference

Structure used to return data about objects in the flat pattern. More...

Public Member Functions

 ObjectDataEdge (NXOpen::Curve *flatPatternObjectInitial, NXOpen::Edge *flatSolidObjectInitial)
 Constructor for the ObjectDataEdge struct.
 

Public Attributes

NXOpen::CurveFlatPatternObject
 Curve in the flat pattern.
 
NXOpen::EdgeFlatSolidObject
 Corresponding edge on the flat solid.
 

Detailed Description

Structure used to return data about objects in the flat pattern.

This structure is for curves whose associativities are edges.

Constructor & Destructor Documentation

NXOpen::Features::FlatPattern::ObjectDataEdge::ObjectDataEdge ( NXOpen::Curve flatPatternObjectInitial,
NXOpen::Edge flatSolidObjectInitial 
)

Constructor for the ObjectDataEdge struct.

Parameters
flatPatternObjectInitialCurve in the flat pattern
flatSolidObjectInitialCorresponding edge on the flat solid

Member Data Documentation

NXOpen::Curve* NXOpen::Features::FlatPattern::ObjectDataEdge::FlatPatternObject

Curve in the flat pattern.

NXOpen::Edge* NXOpen::Features::FlatPattern::ObjectDataEdge::FlatSolidObject

Corresponding edge on the flat solid.


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