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

Represents a ExpressionFunctionBuilder builder
Created in NX11.0.0. More...

Inheritance diagram for NXOpen::Motion::ExpressionFunctionBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Type { TypeExpression, TypeFunction, TypeProfile }
 The block type can be Expression when a constant expression is used or Function when a spline curve is used or Profile when a profile is used. More...
 

Public Member Functions

NXOpen::Motion::ExpressionFunctionBuilder::Type DataType ()
 Returns the type. More...
 
NXOpen::ExpressionExpression ()
 Returns the Expression of this block
Created in NX11.0.0. More...
 
NXOpen::Motion::MotionFunctionFunction ()
 Returns the Function. More...
 
NXOpen::Motion::SelectFieldDataProfile ()
 Returns the Profile. More...
 
void SetDataType (NXOpen::Motion::ExpressionFunctionBuilder::Type type)
 Sets the type. More...
 
void SetFunction (NXOpen::Motion::MotionFunction *func)
 Sets the Function. 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 ExpressionFunctionBuilder builder
Created in NX11.0.0.


Member Enumeration Documentation

The block type can be Expression when a constant expression is used or Function when a spline curve is used or Profile when a profile is used.

Enumerator
TypeExpression 

expression

TypeFunction 

function

TypeProfile 

profile

Member Function Documentation

NXOpen::Motion::ExpressionFunctionBuilder::Type NXOpen::Motion::ExpressionFunctionBuilder::DataType ( )

Returns the type.


Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

NXOpen::Expression* NXOpen::Motion::ExpressionFunctionBuilder::Expression ( )

Returns the Expression of this block
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::MotionFunction* NXOpen::Motion::ExpressionFunctionBuilder::Function ( )

Returns the Function.


Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::SelectFieldData* NXOpen::Motion::ExpressionFunctionBuilder::Profile ( )

Returns the Profile.


Created in NX12.0.0.

License requirements : mechanisms ("MECHANISMS")

void NXOpen::Motion::ExpressionFunctionBuilder::SetDataType ( NXOpen::Motion::ExpressionFunctionBuilder::Type  type)

Sets the type.


Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
typetype
void NXOpen::Motion::ExpressionFunctionBuilder::SetFunction ( NXOpen::Motion::MotionFunction func)

Sets the Function.


Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
funcfunc
virtual bool NXOpen::Motion::ExpressionFunctionBuilder::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.