NX Open C++ Reference Guide
Public Member Functions
NXOpen::Die::DieAttributesBuilder Class Reference

Represents a Die::DieAttributesBuilder . More...

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

List of all members.

Public Member Functions

NXOpen::NXColorAttributeColor ()
 Returns the color to be applied to the face, or faces, in the application
Created in NX6.0.0.
NXString AttributeTitle ()
 Returns the title of the attribute to be applied
Created in NX6.0.0.
NXString AttributeValue ()
 Returns the value given to the attribute
Created in NX6.0.0.
void SetAttributeColor (NXOpen::NXColor *attributeColor)
 Sets the color to be applied to the face, or faces, in the application
Created in NX6.0.0.
void SetAttributeTitle (const NXString &attributeTitle)
 Sets the title of the attribute to be applied
Created in NX6.0.0.
void SetAttributeValue (const NXString &attributeValue)
 Sets the value given to the attribute
Created in NX6.0.0.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

Detailed Description

Represents a 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 Die::DieCollection::CreateDieAttribute

Created in NX6.0.0.


Member Function Documentation

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



License requirements : None

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



License requirements : None

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



License requirements : None

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



License requirements : ug_die_design ("Die Design")

Parameters:
attributeColorattributecolor

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



License requirements : ug_die_design ("Die Design")

Parameters:
attributeTitleattributetitle

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



License requirements : ug_die_design ("Die Design")

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