|
NX Open C++ Reference Guide
|
Represents a collection of FormboardFrame objects. More...
Classes | |
| class | iterator |
| Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
| iterator | begin () |
| Returns an iterator addressing the first element. | |
| NXOpen::Routing::FormboardFrame * | CreateFormboardFrameByRectangle (NXOpen::Point *point, NXOpen::Scalar *height, NXOpen::Scalar *width) |
| Creates a Routing::FormboardFrame object using a rectangle defined by a Point object and two Scalar objects that represent the height and width. | |
| iterator | end () |
| Returns an iterator addressing one past the last element. | |
| NXOpen::Routing::FormboardFrame * | ImportPattern (const NXString &filename, int type, const NXString &frameName, NXOpen::DisplayableObject **group) |
| Creates a Routing::FormboardFrame object by importing formboard frame pattern. | |
| NXOpen::Routing::FormboardFrame * | ImportPattern (const char *filename, int type, const char *frameName, NXOpen::DisplayableObject **group) |
| Creates a Routing::FormboardFrame object by importing formboard frame pattern. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a collection of FormboardFrame objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.0.
| iterator NXOpen::Routing::FormboardFrameCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| NXOpen::Routing::FormboardFrame* NXOpen::Routing::FormboardFrameCollection::CreateFormboardFrameByRectangle | ( | NXOpen::Point * | point, |
| NXOpen::Scalar * | height, | ||
| NXOpen::Scalar * | width | ||
| ) |
Creates a Routing::FormboardFrame object using a rectangle defined by a Point object and two Scalar objects that represent the height and width.
| point | Lower left corner |
| height | height |
| width | width |
| iterator NXOpen::Routing::FormboardFrameCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| NXOpen::Routing::FormboardFrame* NXOpen::Routing::FormboardFrameCollection::ImportPattern | ( | const NXString & | filename, |
| int | type, | ||
| const NXString & | frameName, | ||
| NXOpen::DisplayableObject ** | group | ||
| ) |
Creates a Routing::FormboardFrame object by importing formboard frame pattern.
| filename | Filename of the file to be imported NOTE: The full Unicode character set is not supported for this parameter. |
| type | Type of file imported |
| frameName | new name of frame NOTE: The full Unicode character set is not supported for this parameter. |
| group | returning the geometry of imported file |
| NXOpen::Routing::FormboardFrame* NXOpen::Routing::FormboardFrameCollection::ImportPattern | ( | const char * | filename, |
| int | type, | ||
| const char * | frameName, | ||
| NXOpen::DisplayableObject ** | group | ||
| ) |
Creates a Routing::FormboardFrame object by importing formboard frame pattern.
| filename | Filename of the file to be imported NOTE: The full Unicode character set is not supported for this parameter. |
| type | Type of file imported |
| frameName | new name of frame NOTE: The full Unicode character set is not supported for this parameter. |
| group | returning the geometry of imported file |
| tag_t NXOpen::Routing::FormboardFrameCollection::Tag | ( | ) | const |
Returns the tag of this object.