|
NX Open C++ Reference Guide
|
Represents a GeometricUtilities::PointsFromFileBuilder builder read points from a text file with format *.asc, *.txt, *.dat, *.pts
To create a new instance of this class, use Part::CreatePointsFromFileBuilder
Created in NX8.5.0.
More...
Public Types | |
| enum | Options { OptionsAbsolute, OptionsWcs } |
| Coordinate option. More... | |
Public Member Functions | |
| NXOpen::GeometricUtilities::PointsFromFileBuilder::Options | CoordinateOption () |
| Returns the option indicating type of point coordinates Created in NX8.5.0. | |
| NXString | FileName () |
| Returns the file name of the point data file Created in NX8.5.0. | |
| NXString | PathName () |
| Returns the path name of the point data file Created in NX8.5.0. | |
| void | SetCoordinateOption (NXOpen::GeometricUtilities::PointsFromFileBuilder::Options option) |
| Sets the option indicating type of point coordinates Created in NX8.5.0. | |
| void | SetFileName (const NXString &filename) |
| Sets the file name of the point data file Created in NX8.5.0. | |
| void | SetFileName (const char *filename) |
| Sets the file name of the point data file Created in NX8.5.0. | |
| void | SetPathName (const NXString &pathname) |
| Sets the path name of the point data file Created in NX8.5.0. | |
| void | SetPathName (const char *pathname) |
| Sets the path name of the point data file Created in NX8.5.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a GeometricUtilities::PointsFromFileBuilder builder read points from a text file with format *.asc, *.txt, *.dat, *.pts
To create a new instance of this class, use Part::CreatePointsFromFileBuilder
Created in NX8.5.0.
| NXOpen::GeometricUtilities::PointsFromFileBuilder::Options NXOpen::GeometricUtilities::PointsFromFileBuilder::CoordinateOption | ( | ) |
Returns the option indicating type of point coordinates
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::GeometricUtilities::PointsFromFileBuilder::FileName | ( | ) |
Returns the file name of the point data file
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::GeometricUtilities::PointsFromFileBuilder::PathName | ( | ) |
Returns the path name of the point data file
Created in NX8.5.0.
License requirements : None
| void NXOpen::GeometricUtilities::PointsFromFileBuilder::SetCoordinateOption | ( | NXOpen::GeometricUtilities::PointsFromFileBuilder::Options | option | ) |
Sets the option indicating type of point coordinates
Created in NX8.5.0.
License requirements : None
| option | option |
| void NXOpen::GeometricUtilities::PointsFromFileBuilder::SetFileName | ( | const NXString & | filename | ) |
Sets the file name of the point data file
Created in NX8.5.0.
License requirements : None
| filename | filename |
| void NXOpen::GeometricUtilities::PointsFromFileBuilder::SetFileName | ( | const char * | filename | ) |
Sets the file name of the point data file
Created in NX8.5.0.
License requirements : None
| filename | filename |
| void NXOpen::GeometricUtilities::PointsFromFileBuilder::SetPathName | ( | const NXString & | pathname | ) |
Sets the path name of the point data file
Created in NX8.5.0.
License requirements : None
| pathname | pathname |
| void NXOpen::GeometricUtilities::PointsFromFileBuilder::SetPathName | ( | const char * | pathname | ) |
Sets the path name of the point data file
Created in NX8.5.0.
License requirements : None
| pathname | pathname |