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

Represents a Offset . More...

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

Public Member Functions

NXOpen::ExpressionEndOffset ()
 Returns the End Offset. More...
 
NXOpen::GeometricUtilities::Type Option ()
 Returns the Offset option. More...
 
void SetEndOffset (const NXString &valueExpression)
 The End Offset. More...
 
void SetEndOffset (const char *valueExpression)
 The End Offset. More...
 
void SetOption (NXOpen::GeometricUtilities::Type offsetType)
 Sets the Offset option. More...
 
void SetStartOffset (const NXString &valueExpression)
 The Start Offset. More...
 
void SetStartOffset (const char *valueExpression)
 The Start Offset. More...
 
NXOpen::ExpressionStartOffset ()
 Returns the Start Offset. 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

Represents a Offset .


Created in NX3.0.1.

Member Function Documentation

NXOpen::Expression* NXOpen::GeometricUtilities::FeatureOffset::EndOffset ( )

Returns the End Offset.


Created in NX3.0.1.

License requirements : None

NXOpen::GeometricUtilities::Type NXOpen::GeometricUtilities::FeatureOffset::Option ( )

Returns the Offset option.


Created in NX5.0.0.

License requirements : None

void NXOpen::GeometricUtilities::FeatureOffset::SetEndOffset ( const NXString valueExpression)

The End Offset.


Deprecated:
Deprecated in NX8.5.0. To set the value of the expression modify the expression directly using GeometricUtilities::FeatureOffset::EndOffset and Expression::SetRightHandSide .


Created in NX3.0.1.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
valueExpressionvalue of end offset expression
void NXOpen::GeometricUtilities::FeatureOffset::SetEndOffset ( const char *  valueExpression)

The End Offset.


Deprecated:
Deprecated in NX8.5.0. To set the value of the expression modify the expression directly using GeometricUtilities::FeatureOffset::EndOffset and Expression::SetRightHandSide .


Created in NX3.0.1.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
valueExpressionvalue of end offset expression
void NXOpen::GeometricUtilities::FeatureOffset::SetOption ( NXOpen::GeometricUtilities::Type  offsetType)

Sets the Offset option.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
offsetTypeoffset type
void NXOpen::GeometricUtilities::FeatureOffset::SetStartOffset ( const NXString valueExpression)

The Start Offset.


Deprecated:
Deprecated in NX8.5.0. To set the value of the expression modify the expression directly using GeometricUtilities::FeatureOffset::StartOffset and Expression::SetRightHandSide .


Created in NX3.0.1.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
valueExpressionvalue of start offset expression
void NXOpen::GeometricUtilities::FeatureOffset::SetStartOffset ( const char *  valueExpression)

The Start Offset.


Deprecated:
Deprecated in NX8.5.0. To set the value of the expression modify the expression directly using GeometricUtilities::FeatureOffset::StartOffset and Expression::SetRightHandSide .


Created in NX3.0.1.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
valueExpressionvalue of start offset expression
NXOpen::Expression* NXOpen::GeometricUtilities::FeatureOffset::StartOffset ( )

Returns the Start Offset.


Created in NX3.0.1.

License requirements : None

virtual bool NXOpen::GeometricUtilities::FeatureOffset::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.