NX Open C++ Reference Guide
|
The Routing::FormboardFrame is a (not pure) virtual class. More...
Public Member Functions | |
NXOpen::Routing::FormboardFrame * | CopyFrame () |
Makes copy of the frame, and moves it to the work layer. | |
NXString | GetFrameName () |
Returns the name of the formboard frame. | |
NXOpen::DisplayableObject * | GetObject (int *type) |
Query the formboard frame underlying geometry. | |
NXOpen::Point * | GetReferencePoint () |
Query the formboard frame reference point. | |
void | SetFrameName (const NXString &newName) |
Sets the name of the formboard frame Created in NX5.0.0. | |
void | SetReferencePoint (NXOpen::Point *referencePoint) |
Sets the formboard frame reference point Created in NX4.0.0. |
The Routing::FormboardFrame is a (not pure) virtual class.
It has three subclasses:
It stores a reference point and frame name. The access methods are implemented in the subclasses
Created in NX4.0.0.
Makes copy of the frame, and moves it to the work layer.
Returns the name of the formboard frame.
Query the formboard frame underlying geometry.
type | type |
Query the formboard frame reference point.
void NXOpen::Routing::FormboardFrame::SetFrameName | ( | const NXString & | newName | ) |
Sets the name of the formboard frame
Created in NX5.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
newName | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Routing::FormboardFrame::SetReferencePoint | ( | NXOpen::Point * | referencePoint | ) |
Sets the formboard frame reference point
Created in NX4.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
referencePoint | Lower left corner |