|
NX Open C++ Reference Guide
|
Represents a Formboard Frame Pattern. More...
Additional Inherited Members | |
Public Types inherited from NXOpen::DisplayableObject | |
| enum | ObjectFont { ObjectFontSolid = 1, ObjectFontDashed, ObjectFontPhantom, ObjectFontCenterline, ObjectFontDotted, ObjectFontLongDashed, ObjectFontDottedDashed } |
| specifies the object font for objects such as lines Created in NX3.0.0. More... | |
| enum | ObjectWidth { ObjectWidthNormal, ObjectWidthThick, ObjectWidthThin, ObjectWidthOne = 5, ObjectWidthTwo, ObjectWidthThree, ObjectWidthFour, ObjectWidthFive, ObjectWidthSix, ObjectWidthSeven, ObjectWidthEight, ObjectWidthNine } |
| specifies object width for objects such as lines and text Created in NX3.0.0. More... | |
Public Member Functions inherited from NXOpen::Routing::FormboardFrame | |
| 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 | SetFrameName (const char *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. | |
Represents a Formboard Frame Pattern.
Created in NX5.0.0.