NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.FeatureGeneralPropertiesBuilder Class Reference

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

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

Public Member Functions

unsafe void DeleteGeneralName ()
 Delete the name of the general object. More...
 
unsafe void DeleteFeatureName ()
 Delete the name of the feature. More...
 
unsafe NXOpen.Point3d GetNameLocation ()
 Gets the name location More...
 
unsafe void SetNameLocation (NXOpen.Point3d nameLocation)
 Sets the name location. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe bool ApplyToWorkPart [get, set]
 Returns or sets the option to apply the name change to the work part. More...
 
unsafe string FeatureName [get, set]
 Returns or sets the feature name. More...
 
unsafe NXOpen.NXObject FeatureObject [get, set]
 Returns or sets the feature. More...
 
unsafe string GeneralName [get, set]
 Returns or sets the general name. More...
 
unsafe NXOpen.NXObject GeneralObject [get, set]
 Returns or sets the general object. More...
 
unsafe bool NameLocationSpecified [get, set]
 Returns or sets the name location specified. More...
 
unsafe NXOpen.SelectNXObjectList SelectedObjects [get]
 Returns the selected object(s) list. More...
 

Detailed Description

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

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

Created in NX8.0.0

Member Function Documentation

unsafe void NXOpen.FeatureGeneralPropertiesBuilder.DeleteFeatureName ( )

Delete the name of the feature.

Created in NX8.0.0

License requirements: None.

unsafe void NXOpen.FeatureGeneralPropertiesBuilder.DeleteGeneralName ( )

Delete the name of the general object.

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Point3d NXOpen.FeatureGeneralPropertiesBuilder.GetNameLocation ( )

Gets the name location

Created in NX8.0.0

License requirements: None.

Returns
unsafe void NXOpen.FeatureGeneralPropertiesBuilder.SetNameLocation ( NXOpen.Point3d  nameLocation)

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

Property Documentation

unsafe bool NXOpen.FeatureGeneralPropertiesBuilder.ApplyToWorkPart
getset

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

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.FeatureGeneralPropertiesBuilder.FeatureName
getset

Returns or sets the feature name.

This is the new name of the feature.

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXObject NXOpen.FeatureGeneralPropertiesBuilder.FeatureObject
getset

Returns or sets the feature.

This is the feature object to be modified.

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.FeatureGeneralPropertiesBuilder.GeneralName
getset

Returns or sets the general name.

This is the new name of the general object.

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXObject NXOpen.FeatureGeneralPropertiesBuilder.GeneralObject
getset

Returns or sets the general object.

This is the general object to be modified.

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.FeatureGeneralPropertiesBuilder.NameLocationSpecified
getset

Returns or sets the name location specified.

This states whether the name location will be changed.

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectNXObjectList NXOpen.FeatureGeneralPropertiesBuilder.SelectedObjects
get

Returns the selected object(s) list.

This list should only contain one object

Created in NX8.0.0

License requirements: None.


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