NX Open C++ Reference Guide
|
Represents a Flat Solid feature
Created in NX5.0.0.
More...
Classes | |
struct | ObjectDataCsys |
Structure used to return the objects of a flat solid. More... | |
Public Member Functions | |
void | GetToolMarkers (std::vector< NXOpen::Features::FlatSolid::ObjectDataCsys > &objects) |
Returns an array of all the tool marker points assocated with the flat solid. |
Represents a Flat Solid feature
Created in NX5.0.0.
void NXOpen::Features::FlatSolid::GetToolMarkers | ( | std::vector< NXOpen::Features::FlatSolid::ObjectDataCsys > & | objects | ) |
Returns an array of all the tool marker points assocated with the flat solid.
The flat_solid_object is the CSYS associated with the flat solid. The formed_body_object is the datum CSYS feature that is on the formed body.
Created in NX6.0.3.
License requirements : nx_sheet_metal ("NX Sheet Metal")
objects | Array of structures reporting associated object data for tool markers |