NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::CAM::ExpressionDouble Class Reference

Represents expression double
Created in NX11.0.2. More...

Inheritance diagram for NXOpen::CAM::ExpressionDouble:
NXOpen::CAM::BaseBuilder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXString Expression ()
 Returns the expression string
Created in NX11.0.2. More...
 
NXOpen::CAM::ParamValueIntent Intent ()
 Returns the intent
Created in NX11.0.2. More...
 
void SetExpression (const NXString &newValue)
 Sets the expression string
Created in NX11.0.2. More...
 
void SetExpression (const char *newValue)
 Sets the expression string
Created in NX11.0.2. More...
 
void SetIntent (NXOpen::CAM::ParamValueIntent newIntent)
 Sets the intent
Created in NX11.0.2. More...
 
void SetValue (double newValue)
 Sets the double value
Created in NX11.0.2. More...
 
double Value ()
 Returns the double value
Created in NX11.0.2. More...
 
- Public Member Functions inherited from NXOpen::CAM::BaseBuilder
NXOpen::TaggedObjectGetCustomizableItemBuilder (const NXString &name)
 Returns the customizable item builder for given customizable item name
Created in NX11.0.1. More...
 
NXOpen::TaggedObjectGetCustomizableItemBuilder (const char *name)
 Returns the customizable item builder for given customizable item name
Created in NX11.0.1. More...
 
std::vector< NXStringGetCustomizableItemNames ()
 Returns the names for all customizable item ids. 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 expression double
Created in NX11.0.2.


Member Function Documentation

NXString NXOpen::CAM::ExpressionDouble::Expression ( )

Returns the expression string
Created in NX11.0.2.



License requirements : None

NXOpen::CAM::ParamValueIntent NXOpen::CAM::ExpressionDouble::Intent ( )

Returns the intent
Created in NX11.0.2.



License requirements : None

void NXOpen::CAM::ExpressionDouble::SetExpression ( const NXString newValue)

Sets the expression string
Created in NX11.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
newValuethe new value
void NXOpen::CAM::ExpressionDouble::SetExpression ( const char *  newValue)

Sets the expression string
Created in NX11.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
newValuethe new value
void NXOpen::CAM::ExpressionDouble::SetIntent ( NXOpen::CAM::ParamValueIntent  newIntent)

Sets the intent
Created in NX11.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
newIntentthe new source
void NXOpen::CAM::ExpressionDouble::SetValue ( double  newValue)

Sets the double value
Created in NX11.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
newValuethe new value
double NXOpen::CAM::ExpressionDouble::Value ( )

Returns the double value
Created in NX11.0.2.



License requirements : None


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