NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::DraftPointDataCollection Class Reference

This class contains the factory methods for creating a DraftPointData object. More...

Inheritance diagram for NXOpen::DraftPointDataCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::GeometricUtilities::DraftPointDataCreateDraftPointData (NXOpen::Point *point, const NXString &angle)
 Creates a DraftPointData object. More...
 
NXOpen::GeometricUtilities::DraftPointDataCreateDraftPointData (NXOpen::Point *point, const char *angle)
 Creates a DraftPointData object. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class contains the factory methods for creating a DraftPointData object.


To obtain an instance of this class, refer to NXOpen::Part

Created in NX4.0.0.

Member Function Documentation

iterator NXOpen::DraftPointDataCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::GeometricUtilities::DraftPointData* NXOpen::DraftPointDataCollection::CreateDraftPointData ( NXOpen::Point point,
const NXString angle 
)

Creates a DraftPointData object.

Returns
DraftPointData Object
Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
pointPoint Object
angleAngle value
NXOpen::GeometricUtilities::DraftPointData* NXOpen::DraftPointDataCollection::CreateDraftPointData ( NXOpen::Point point,
const char *  angle 
)

Creates a DraftPointData object.

Returns
DraftPointData Object
Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
Parameters
pointPoint Object
angleAngle value
iterator NXOpen::DraftPointDataCollection::end ( )

Returns an iterator addressing one past the last element.

tag_t NXOpen::DraftPointDataCollection::Tag ( ) const

Returns the tag of this object.


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