NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::GeometricUtilities::SplineExtensionBuilder Class Reference

Spline extension builder class. More...

Inheritance diagram for NXOpen::GeometricUtilities::SplineExtensionBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  ExtensionOption { ExtensionOptionNone, ExtensionOptionByValue, ExtensionOptionByPoint }
 Spline extension options. More...

Public Member Functions

NXOpen::GeometricUtilities::SplineExtensionBuilder::ExtensionOption EndExtensionOption ()
 Returns the extension options
Created in NX8.0.0.
NXOpen::PointEndPoint ()
 Returns the point up to which end is extended
Created in NX8.0.0.
NXOpen::ExpressionEndValue ()
 Returns the end value
Created in NX8.0.0.
bool IsSymmetric ()
 Returns the flag indicating if extension is symmetry.
void SetEndExtensionOption (NXOpen::GeometricUtilities::SplineExtensionBuilder::ExtensionOption extensionOption)
 Sets the extension options
Created in NX8.0.0.
void SetEndPoint (NXOpen::Point *endPoint)
 Sets the point up to which end is extended
Created in NX8.0.0.
void SetStartExtensionOption (NXOpen::GeometricUtilities::SplineExtensionBuilder::ExtensionOption extensionOption)
 Sets the extension options
Created in NX8.0.0.
void SetStartPoint (NXOpen::Point *startPoint)
 Sets the point up to which start is extended
Created in NX8.0.0.
void SetSymmetric (bool isSymmetric)
 Sets the flag indicating if extension is symmetry.
NXOpen::GeometricUtilities::SplineExtensionBuilder::ExtensionOption StartExtensionOption ()
 Returns the extension options
Created in NX8.0.0.
NXOpen::PointStartPoint ()
 Returns the point up to which start is extended
Created in NX8.0.0.
NXOpen::ExpressionStartValue ()
 Returns the start value
Created in NX8.0.0.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

Detailed Description

Spline extension builder class.

This class allows natural extension or trimming of a b-spline cuve.
Created in NX8.0.0.


Member Enumeration Documentation

Spline extension options.

Enumerator:
ExtensionOptionNone 

No extension.

ExtensionOptionByValue 

Extend by value.

ExtensionOptionByPoint 

Extend up to a point.


Member Function Documentation

Returns the extension options
Created in NX8.0.0.



License requirements : None

Returns the point up to which end is extended
Created in NX8.0.0.



License requirements : None

Returns the end value
Created in NX8.0.0.



License requirements : None

Returns the flag indicating if extension is symmetry.

Symmetric extension follows start extension values
Created in NX8.0.0.

License requirements : None

Sets the extension options
Created in NX8.0.0.



License requirements : features_modeling ("FEATURES MODELING")

Parameters:
extensionOptionextensionoption

Sets the point up to which end is extended
Created in NX8.0.0.



License requirements : features_modeling ("FEATURES MODELING")

Parameters:
endPointendpoint

Sets the extension options
Created in NX8.0.0.



License requirements : features_modeling ("FEATURES MODELING")

Parameters:
extensionOptionextensionoption

Sets the point up to which start is extended
Created in NX8.0.0.



License requirements : features_modeling ("FEATURES MODELING")

Parameters:
startPointstartpoint

Sets the flag indicating if extension is symmetry.

Symmetric extension follows start extension values
Created in NX8.0.0.

License requirements : features_modeling ("FEATURES MODELING")

Parameters:
isSymmetricissymmetric

Returns the extension options
Created in NX8.0.0.



License requirements : None

Returns the point up to which start is extended
Created in NX8.0.0.



License requirements : None

Returns the start value
Created in NX8.0.0.



License requirements : None

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns:
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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