NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.Features.ShipDesign.ShipAttributeHolder Class Reference

Represents a NXOpen.Features.ShipDesign.ShipAttributeHolder builder More...

Inheritance diagram for NXOpen.Features.ShipDesign.ShipAttributeHolder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void CopyAttributesToObjects (bool bCreate, NXOpen.Features.FeatureBuilder featBuilder)
 Copies attributes from proxy to feature objects More...
 
unsafe void CopyAttributesToPart (NXOpen.NXObject[]@object)
 Copies the attributes to part More...
 
unsafe void CopyAttributesToPart (bool bCreate, NXOpen.Features.FeatureBuilder featBuilder)
 Copies the attributes from proxy to part More...
 
unsafe NXOpen.NXObject GetAttributeProxy ()
 Gets attribute proxy More...
 
unsafe void GetContextAttributeFromNamesBuilder (NXOpen.Features.FeatureBuilder featBuilder)
 Gets context attribute from names builder More...
 
unsafe void SetAttributesToObjects (NXOpen.NXObject[]@object)
 Sets the attributes to feature objects More...
 
unsafe void SetAttributesToObjects (bool bCreate, NXOpen.Features.FeatureBuilder featBuilder)
 Sets the attributes to objects More...
 
unsafe void SetAttributesToProxy (NXOpen.NXObject @object)
 Sets the attributes to proxy More...
 
unsafe void SetAttributeToObjects (NXOpen.NXObject[] objects)
 Sets attributes to the objects. More...
 
unsafe void SetAttributeToProxyFromBuilder (NXOpen.Features.FeatureBuilder featBuilder)
 Sets attribute proxy More...
 
unsafe void UpdateContextName (NXOpen.NXObject featureTag)
 Updates the context value. More...
 
unsafe void UpdateContextNameAndRenameFeature (NXOpen.NXObject featureTag)
 Updates the context value for feature. 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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 

Detailed Description

Represents a NXOpen.Features.ShipDesign.ShipAttributeHolder builder

This is an abstract class.

Created in NX8.0.0

Member Function Documentation

unsafe void NXOpen.Features.ShipDesign.ShipAttributeHolder.CopyAttributesToObjects ( bool  bCreate,
NXOpen.Features.FeatureBuilder  featBuilder 
)
inline

Copies attributes from proxy to feature objects

Created in NX8.0.1

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
bCreatecreate or edit
featBuilder
unsafe void NXOpen.Features.ShipDesign.ShipAttributeHolder.CopyAttributesToPart ( NXOpen.NXObject @[]  object)
inline

Copies the attributes to part

Created in NX8.0.0

Deprecated in NX8.0.1. This method is no longer valid. Use the un-deprecated method with the same method name.

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
object
unsafe void NXOpen.Features.ShipDesign.ShipAttributeHolder.CopyAttributesToPart ( bool  bCreate,
NXOpen.Features.FeatureBuilder  featBuilder 
)
inline

Copies the attributes from proxy to part

Created in NX8.0.1

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
bCreatecreate or edit
featBuilder
unsafe NXOpen.NXObject NXOpen.Features.ShipDesign.ShipAttributeHolder.GetAttributeProxy ( )
inline

Gets attribute proxy

Created in NX8.0.1

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

Returns
unsafe void NXOpen.Features.ShipDesign.ShipAttributeHolder.GetContextAttributeFromNamesBuilder ( NXOpen.Features.FeatureBuilder  featBuilder)
inline

Gets context attribute from names builder

Created in NX11.0.1

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
featBuilder
unsafe void NXOpen.Features.ShipDesign.ShipAttributeHolder.SetAttributesToObjects ( NXOpen.NXObject @[]  object)
inline

Sets the attributes to feature objects

Created in NX8.0.0

Deprecated in NX8.0.1. Use NXOpen.Features.ShipDesign.ShipAttributeHolder.SetAttributesToProxy instead.

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
object
unsafe void NXOpen.Features.ShipDesign.ShipAttributeHolder.SetAttributesToObjects ( bool  bCreate,
NXOpen.Features.FeatureBuilder  featBuilder 
)
inline

Sets the attributes to objects

Created in NX8.0.1

Deprecated in NX8.0.2. Use NXOpen.Features.ShipDesign.ShipAttributeHolder.SetAttributesToProxy instead.

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
bCreatecreate or edit
featBuilder
unsafe void NXOpen.Features.ShipDesign.ShipAttributeHolder.SetAttributesToProxy ( NXOpen.NXObject object)
inline

Sets the attributes to proxy

Created in NX8.0.1

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
objectNULL or object to be edited
unsafe void NXOpen.Features.ShipDesign.ShipAttributeHolder.SetAttributeToObjects ( NXOpen.NXObject[]  objects)
inline

Sets attributes to the objects.

Created in NX12.0.2

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")

Parameters
objects
unsafe void NXOpen.Features.ShipDesign.ShipAttributeHolder.SetAttributeToProxyFromBuilder ( NXOpen.Features.FeatureBuilder  featBuilder)
inline

Sets attribute proxy

Created in NX8.5.0

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
featBuilder
unsafe void NXOpen.Features.ShipDesign.ShipAttributeHolder.UpdateContextName ( NXOpen.NXObject  featureTag)
inline

Updates the context value.

Created in NX12.0.2

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")

Parameters
featureTag
unsafe void NXOpen.Features.ShipDesign.ShipAttributeHolder.UpdateContextNameAndRenameFeature ( NXOpen.NXObject  featureTag)
inline

Updates the context value for feature.

Created in NX1872.0.0

License requirements: nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")

Parameters
featureTag

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