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

Represents a NXOpen::Die::DieAttributesBuilder . More...

Inheritance diagram for NXOpen::Die::DieAttributesBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::NXColorAttributeColor ()
 Returns the color to be applied to the face, or faces, in the application
Created in NX6.0.0. More...
 
NXString AttributeTitle ()
 Returns the title of the attribute to be applied
Created in NX6.0.0. More...
 
NXString AttributeValue ()
 Returns the value given to the attribute
Created in NX6.0.0. More...
 
void SetAttributeColor (NXOpen::NXColor *attributeColor)
 Sets the color to be applied to the face, or faces, in the application
Created in NX6.0.0. More...
 
void SetAttributeTitle (const NXString &attributeTitle)
 Sets the title of the attribute to be applied
Created in NX6.0.0. More...
 
void SetAttributeTitle (const char *attributeTitle)
 Sets the title of the attribute to be applied
Created in NX6.0.0. More...
 
void SetAttributeValue (const NXString &attributeValue)
 Sets the value given to the attribute
Created in NX6.0.0. More...
 
void SetAttributeValue (const char *attributeValue)
 Sets the value given to the attribute
Created in NX6.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

Represents a NXOpen::Die::DieAttributesBuilder .

The Die Attributes class is a helper to the main Die Design feature to gather the attribute title and value and face color to be applied. The attribute will be applied to a face or faces in the application of varying types, such as a base face.
To create a new instance of this class, use NXOpen::Die::DieCollection::CreateDieAttribute

Created in NX6.0.0.

Member Function Documentation

NXOpen::NXColor* NXOpen::Die::DieAttributesBuilder::AttributeColor ( )

Returns the color to be applied to the face, or faces, in the application
Created in NX6.0.0.



License requirements : None

NXString NXOpen::Die::DieAttributesBuilder::AttributeTitle ( )

Returns the title of the attribute to be applied
Created in NX6.0.0.



License requirements : None

NXString NXOpen::Die::DieAttributesBuilder::AttributeValue ( )

Returns the value given to the attribute
Created in NX6.0.0.



License requirements : None

void NXOpen::Die::DieAttributesBuilder::SetAttributeColor ( NXOpen::NXColor attributeColor)

Sets the color to be applied to the face, or faces, in the application
Created in NX6.0.0.



License requirements : None

Parameters
attributeColorattributecolor
void NXOpen::Die::DieAttributesBuilder::SetAttributeTitle ( const NXString attributeTitle)

Sets the title of the attribute to be applied
Created in NX6.0.0.



License requirements : None

Parameters
attributeTitleattributetitle
void NXOpen::Die::DieAttributesBuilder::SetAttributeTitle ( const char *  attributeTitle)

Sets the title of the attribute to be applied
Created in NX6.0.0.



License requirements : None

Parameters
attributeTitleattributetitle
void NXOpen::Die::DieAttributesBuilder::SetAttributeValue ( const NXString attributeValue)

Sets the value given to the attribute
Created in NX6.0.0.



License requirements : None

Parameters
attributeValueattributevalue
void NXOpen::Die::DieAttributesBuilder::SetAttributeValue ( const char *  attributeValue)

Sets the value given to the attribute
Created in NX6.0.0.



License requirements : None

Parameters
attributeValueattributevalue
virtual bool NXOpen::Die::DieAttributesBuilder::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.