NX Open C++ Reference Guide
Classes | Public Member Functions
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

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::GeometricUtilities::SpinePointDataCreateSpinePointData (double lawValue, double parameter, NXOpen::Section *parent)
 Creates a SpinePointData object.
NXOpen::GeometricUtilities::SpinePointDataCreateSpinePointData (NXOpen::Expression *lawValueExpression, double parameter, NXOpen::Section *parent)
 Creates a SpinePointData object with expression.
iterator end ()
 Returns an iterator addressing one past the last element.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

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


To obtain an instance of this class, refer to Part

Created in NX5.0.0.


Member Function Documentation

Returns an iterator addressing the first element.

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

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

Returns an iterator addressing one past the last element.

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.