NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::Routing::FormboardFrameCollection Class Reference

Represents a collection of FormboardFrame objects. More...

Inheritance diagram for NXOpen::Routing::FormboardFrameCollection:
NXOpen::TaggedObjectCollection

List of all members.

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::FormboardFrameCreateFormboardFrameByRectangle (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::FormboardFrameImportPattern (const NXString &filename, int type, const NXString &frameName, NXOpen::DisplayableObject **group)
 Creates a Routing::FormboardFrame object by importing formboard frame pattern.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Represents a collection of FormboardFrame objects.


To obtain an instance of this class, refer to Routing::RouteManager

Created in NX4.0.0.


Member Function Documentation

Returns an iterator addressing the first element.

Creates a Routing::FormboardFrame object using a rectangle defined by a Point object and two Scalar objects that represent the height and width.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
pointLower left corner
heightheight
widthwidth

Returns an iterator addressing one past the last element.

Creates a Routing::FormboardFrame object by importing formboard frame pattern.

Returns:
returning new frame
Created in NX5.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
filenameFilename of the file to be imported
NOTE: The full Unicode character set is not supported for this parameter.
typeType of file imported
frameNamenew name of frame
NOTE: The full Unicode character set is not supported for this parameter.
groupreturning the geometry of imported file

Returns the tag of this object.


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