NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.GeometricUtilities.EntityUsageInfo Class Reference

Represents a NXOpen.GeometricUtilities.EntityUsageInfo . More...

Inheritance diagram for NXOpen.GeometricUtilities.EntityUsageInfo:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Status { Unused, IntraPart, InterPart }
 enum for usage status More...
 

Public Member Functions

unsafe void GetDependentFeatures (NXOpen.GeometricUtilities.EntityUsageInfo.Status typeOfUsage, out NXOpen.Features.Feature[] dependentFeatures, out string[] detailedUsageInfo)
 Query the dependent features of this entity. More...
 
unsafe void GetOtherDependents (NXOpen.GeometricUtilities.EntityUsageInfo.Status typeOfUsage, out NXOpen.NXObject[] otherDependents, out string[] detailedUsageInfo)
 Query other dependents of this entity. 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...
 

Properties

unsafe NXOpen.DisplayableObject Entity [get]
 Returns the important entity. More...
 
unsafe
NXOpen.GeometricUtilities.EntityUsageInfo.Status 
UsageStatus [get]
 Returns the usage status of the corresponding entity More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.GeometricUtilities.EntityUsageInfo .

An object of this class provides the dependency information for a single reparentable entity (edge or face). The creation of NXOpen.GeometricUtilities.EntityUsageInfo is restricted for internal use (see NXOpen.GeometricUtilities.ReplAsstBuilder ).

Created in NX6.0.0

Member Enumeration Documentation

enum for usage status

Enumerator
Unused 

unused

IntraPart 

used in same part

InterPart 

used interpart

Member Function Documentation

unsafe void NXOpen.GeometricUtilities.EntityUsageInfo.GetDependentFeatures ( NXOpen.GeometricUtilities.EntityUsageInfo.Status  typeOfUsage,
out NXOpen.Features.Feature[]  dependentFeatures,
out string[]  detailedUsageInfo 
)
inline

Query the dependent features of this entity.

Use 'typeOfUsage' to restrict the query to intra-part features or to include interpart features too.

Created in NX6.0.0

License requirements: None.

Parameters
typeOfUsagedesired level of usage information
dependentFeaturesdependent features
detailedUsageInfodetailed usage information for each dependent feature
unsafe void NXOpen.GeometricUtilities.EntityUsageInfo.GetOtherDependents ( NXOpen.GeometricUtilities.EntityUsageInfo.Status  typeOfUsage,
out NXOpen.NXObject[]  otherDependents,
out string[]  detailedUsageInfo 
)
inline

Query other dependents of this entity.

Use 'typeOfUsage' to restrict the query to intra-part dependents or to include interpart usage too.

Created in NX6.0.0

License requirements: None.

Parameters
typeOfUsagedesired level of usage information
otherDependentsdependent objects
detailedUsageInfodetailed usage information for each dependent object
unsafe bool NXOpen.GeometricUtilities.EntityUsageInfo.Validate ( )
inline

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.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.DisplayableObject NXOpen.GeometricUtilities.EntityUsageInfo.Entity
get

Returns the important entity.

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.GeometricUtilities.EntityUsageInfo.Status NXOpen.GeometricUtilities.EntityUsageInfo.UsageStatus
get

Returns the usage status of the corresponding entity

Created in NX6.0.0

License requirements: None.


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