NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

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...
 

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...
 

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 
)

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 
)

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 ( )

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