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

Spline extension builder class. More...

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

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. More...
 
NXOpen::PointEndPoint ()
 Returns the point up to which end is extended
Created in NX8.0.0. More...
 
NXOpen::ExpressionEndValue ()
 Returns the end value
Created in NX8.0.0. More...
 
bool IsSymmetric ()
 Returns the flag indicating if extension is symmetry. More...
 
void SetEndExtensionOption (NXOpen::GeometricUtilities::SplineExtensionBuilder::ExtensionOption extensionOption)
 Sets the extension options
Created in NX8.0.0. More...
 
void SetEndPoint (NXOpen::Point *endPoint)
 Sets the point up to which end is extended
Created in NX8.0.0. More...
 
void SetStartExtensionOption (NXOpen::GeometricUtilities::SplineExtensionBuilder::ExtensionOption extensionOption)
 Sets the extension options
Created in NX8.0.0. More...
 
void SetStartPoint (NXOpen::Point *startPoint)
 Sets the point up to which start is extended
Created in NX8.0.0. More...
 
void SetSymmetric (bool isSymmetric)
 Sets the flag indicating if extension is symmetry. More...
 
NXOpen::GeometricUtilities::SplineExtensionBuilder::ExtensionOption StartExtensionOption ()
 Returns the extension options
Created in NX8.0.0. More...
 
NXOpen::PointStartPoint ()
 Returns the point up to which start is extended
Created in NX8.0.0. More...
 
NXOpen::ExpressionStartValue ()
 Returns the start value
Created in NX8.0.0. 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

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

NXOpen::GeometricUtilities::SplineExtensionBuilder::ExtensionOption NXOpen::GeometricUtilities::SplineExtensionBuilder::EndExtensionOption ( )

Returns the extension options
Created in NX8.0.0.



License requirements : None

NXOpen::Point* NXOpen::GeometricUtilities::SplineExtensionBuilder::EndPoint ( )

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



License requirements : None

NXOpen::Expression* NXOpen::GeometricUtilities::SplineExtensionBuilder::EndValue ( )

Returns the end value
Created in NX8.0.0.



License requirements : None

bool NXOpen::GeometricUtilities::SplineExtensionBuilder::IsSymmetric ( )

Returns the flag indicating if extension is symmetry.

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

License requirements : None

void NXOpen::GeometricUtilities::SplineExtensionBuilder::SetEndExtensionOption ( NXOpen::GeometricUtilities::SplineExtensionBuilder::ExtensionOption  extensionOption)

Sets the extension options
Created in NX8.0.0.



License requirements : features_modeling ("FEATURES MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
extensionOptionextensionoption
void NXOpen::GeometricUtilities::SplineExtensionBuilder::SetEndPoint ( NXOpen::Point endPoint)

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



License requirements : features_modeling ("FEATURES MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
endPointendpoint
void NXOpen::GeometricUtilities::SplineExtensionBuilder::SetStartExtensionOption ( NXOpen::GeometricUtilities::SplineExtensionBuilder::ExtensionOption  extensionOption)

Sets the extension options
Created in NX8.0.0.



License requirements : features_modeling ("FEATURES MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
extensionOptionextensionoption
void NXOpen::GeometricUtilities::SplineExtensionBuilder::SetStartPoint ( NXOpen::Point startPoint)

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



License requirements : features_modeling ("FEATURES MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
startPointstartpoint
void NXOpen::GeometricUtilities::SplineExtensionBuilder::SetSymmetric ( bool  isSymmetric)

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") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
isSymmetricissymmetric
NXOpen::GeometricUtilities::SplineExtensionBuilder::ExtensionOption NXOpen::GeometricUtilities::SplineExtensionBuilder::StartExtensionOption ( )

Returns the extension options
Created in NX8.0.0.



License requirements : None

NXOpen::Point* NXOpen::GeometricUtilities::SplineExtensionBuilder::StartPoint ( )

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



License requirements : None

NXOpen::Expression* NXOpen::GeometricUtilities::SplineExtensionBuilder::StartValue ( )

Returns the start value
Created in NX8.0.0.



License requirements : None

virtual bool NXOpen::GeometricUtilities::SplineExtensionBuilder::Validate ( )
virtual

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.