NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::GeometricUtilities::PointsFromFileBuilder Class Reference

Represents a NXOpen::GeometricUtilities::PointsFromFileBuilder builder read points from a text file with format *.asc, *.txt, *.dat, *.pts
To create a new instance of this class, use NXOpen::Part::CreatePointsFromFileBuilder

Created in NX8.5.0. More...

Inheritance diagram for NXOpen::GeometricUtilities::PointsFromFileBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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. More...
 
NXString FileName ()
 Returns the file name of the point data file
Created in NX8.5.0. More...
 
NXString PathName ()
 Returns the path name of the point data file
Created in NX8.5.0. More...
 
void SetCoordinateOption (NXOpen::GeometricUtilities::PointsFromFileBuilder::Options option)
 Sets the option indicating type of point coordinates
Created in NX8.5.0. More...
 
void SetFileName (const NXString &filename)
 Sets the file name of the point data file
Created in NX8.5.0. More...
 
void SetFileName (const char *filename)
 Sets the file name of the point data file
Created in NX8.5.0. More...
 
void SetPathName (const NXString &pathname)
 Sets the path name of the point data file
Created in NX8.5.0. More...
 
void SetPathName (const char *pathname)
 Sets the path name of the point data file
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::GeometricUtilities::PointsFromFileBuilder builder read points from a text file with format *.asc, *.txt, *.dat, *.pts
To create a new instance of this class, use NXOpen::Part::CreatePointsFromFileBuilder

Created in NX8.5.0.


Member Enumeration Documentation

Coordinate option.

Enumerator
OptionsAbsolute 

Absolute coordinates.

OptionsWcs 

Work coordinates.

Member Function Documentation

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

Parameters
optionoption
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

Parameters
filenamefilename
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

Parameters
filenamefilename
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

Parameters
pathnamepathname
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

Parameters
pathnamepathname

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