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

Represents a FeatureGeneralPropertiesBuilder to be used for modifying the names of features and general objects. More...

Inheritance diagram for NXOpen::FeatureGeneralPropertiesBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

bool ApplyToWorkPart ()
 Returns the option to apply the name change to the work part.
void DeleteFeatureName ()
 Delete the name of the feature.
void DeleteGeneralName ()
 Delete the name of the general object.
NXString FeatureName ()
 Returns the feature name.
NXOpen::NXObjectFeatureObject ()
 Returns the feature.
NXString GeneralName ()
 Returns the general name.
NXOpen::NXObjectGeneralObject ()
 Returns the general object.
NXOpen::Point3d GetNameLocation ()
 Gets the name location.
bool NameLocationSpecified ()
 Returns the name location specified.
NXOpen::SelectNXObjectListSelectedObjects ()
 Returns the selected object(s) list.
void SetApplyToWorkPart (bool applyToWorkPart)
 Sets the option to apply the name change to the work part.
void SetFeatureName (const NXString &featureName)
 Sets the feature name.
void SetFeatureObject (NXOpen::NXObject *featureObject)
 Sets the feature.
void SetGeneralName (const NXString &generalName)
 Sets the general name.
void SetGeneralObject (NXOpen::NXObject *generalObject)
 Sets the general object.
void SetNameLocation (const NXOpen::Point3d &nameLocation)
 Sets the name location.
void SetNameLocationSpecified (bool nameLocationSpecified)
 Sets the name location specified.

Detailed Description

Represents a FeatureGeneralPropertiesBuilder to be used for modifying the names of features and general objects.


To create a new instance of this class, use PropertiesManager::CreateFeatureGeneralPropertiesBuilder

Created in NX8.0.0.


Member Function Documentation

Returns the option to apply the name change to the work part.


Created in NX8.0.0.

License requirements : None

Delete the name of the feature.


Created in NX8.0.0.

License requirements : None

Delete the name of the general object.


Created in NX8.0.0.

License requirements : None

Returns the feature name.

This is the new name of the feature.
Created in NX8.0.0.

License requirements : None

Returns the feature.

This is the feature object to be modified.
Created in NX8.0.0.

License requirements : None

Returns the general name.

This is the new name of the general object.
Created in NX8.0.0.

License requirements : None

Returns the general object.

This is the general object to be modified.
Created in NX8.0.0.

License requirements : None

Gets the name location.

Returns:

Created in NX8.0.0.

License requirements : None

Returns the name location specified.

This states whether the name location will be changed.
Created in NX8.0.0.

License requirements : None

Returns the selected object(s) list.

This list should only contain one object
Created in NX8.0.0.

License requirements : None

Sets the option to apply the name change to the work part.


Created in NX8.0.0.

License requirements : None

Parameters:
applyToWorkPartapplytoworkpart

Sets the feature name.

This is the new name of the feature.
Created in NX8.0.0.

License requirements : None

Parameters:
featureNamefeaturename

Sets the feature.

This is the feature object to be modified.
Created in NX8.0.0.

License requirements : None

Parameters:
featureObjectfeatureobject

Sets the general name.

This is the new name of the general object.
Created in NX8.0.0.

License requirements : None

Parameters:
generalNamegeneralname

Sets the general object.

This is the general object to be modified.
Created in NX8.0.0.

License requirements : None

Parameters:
generalObjectgeneralobject

Sets the name location.

If name location specified is true, this value will be used to change the name location of the general object.
Created in NX8.0.0.

License requirements : None

Parameters:
nameLocationthe name location

Sets the name location specified.

This states whether the name location will be changed.
Created in NX8.0.0.

License requirements : None

Parameters:
nameLocationSpecifiednamelocationspecified

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