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

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

Inheritance diagram for NXOpen::GeometricUtilities::SpinePointDataCollection:
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::SpinePointDataCreateSpinePointData (double lawValue, double parameter, NXOpen::Section *parent)
 Creates a SpinePointData object. More...
 
NXOpen::GeometricUtilities::SpinePointDataCreateSpinePointData (NXOpen::Expression *lawValueExpression, double parameter, NXOpen::Section *parent)
 Creates a SpinePointData object with expression. 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 SpinePointData object.


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

Created in NX5.0.0.

Member Function Documentation

iterator NXOpen::GeometricUtilities::SpinePointDataCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::GeometricUtilities::SpinePointData* NXOpen::GeometricUtilities::SpinePointDataCollection::CreateSpinePointData ( double  lawValue,
double  parameter,
NXOpen::Section parent 
)

Creates a SpinePointData object.

Returns
SpinePointData Object
Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
Parameters
lawValueLaw value
parameterParameter on path
parentSection Curve on which projected point lies
NXOpen::GeometricUtilities::SpinePointData* NXOpen::GeometricUtilities::SpinePointDataCollection::CreateSpinePointData ( NXOpen::Expression lawValueExpression,
double  parameter,
NXOpen::Section parent 
)

Creates a SpinePointData object with expression.

Returns
SpinePointData Object
Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
Parameters
lawValueExpressionLaw value exp
parameterParameter on path
parentSection Curve on which projected point lies
iterator NXOpen::GeometricUtilities::SpinePointDataCollection::end ( )

Returns an iterator addressing one past the last element.

tag_t NXOpen::GeometricUtilities::SpinePointDataCollection::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.