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

JA interface for UserDefinedFeatureReferenceMapping object. More...

Inheritance diagram for NXOpen.Features.UserDefinedFeatureReferenceMappingData:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.TaggedObject[] GetNewOutputObjects ()
 Get the new output objects for not smart section reference objects More...
 
unsafe int[] GetNewOutputObjectsIndex ()
 Get the new output objects index for smart section reference objects More...
 
unsafe int GetNumMappingObjects ()
 Get the number of mapping objects More...
 
unsafe NXOpen.TaggedObject[] GetOldOutputObjects ()
 Get the old output objects for not smart section objects More...
 
unsafe int[] GetOldOutputObjectsIndex ()
 Get the old output objects index for smart section reference objects More...
 
unsafe bool[] GetReverseDirections ()
 Get the reverse directions array More...
 
unsafe void SetNewOutputObjects (NXOpen.TaggedObject[] newOutputObjects)
 Set the new output objects for not smart section reference objects More...
 
unsafe void SetNewOutputObjectsIndex (int[] newOutputObjectsIndex)
 Set the new output objects index for smart section reference objects More...
 
unsafe void SetNumMappingObjects (int nMappingObjects)
 Set the number of mapping objects More...
 
unsafe void SetOldOutputObjects (NXOpen.TaggedObject[] oldOutputObjects)
 Set the old output objects for not smart section reference objects More...
 
unsafe void SetOldOutputObjectsIndex (int[] oldOutputObjectsIndex)
 Set the old output objects index for smart section reference objects More...
 
unsafe void SetReverseDirections (bool[] reverseDirections)
 Set the reverse directions array 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.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

JA interface for UserDefinedFeatureReferenceMapping object.

Objects of this class contain number of mapping objects; bool array to indicate if the directions have ben reversed for objects; if the reference object is a smart section, array for the mapping old object tags; array for the mapping new object tags; if the reference object is the smart section, array for the index of old object tags in the section; array for the index of new object tags in the section. Please reference definition of UF_MODL_udf_mapping_data_s for detail.

This cannot be created

Created in NX1872.0.0

Member Function Documentation

unsafe NXOpen.TaggedObject [] NXOpen.Features.UserDefinedFeatureReferenceMappingData.GetNewOutputObjects ( )
inline

Get the new output objects for not smart section reference objects

Created in NX1872.0.0

License requirements: None.

Returns
unsafe int [] NXOpen.Features.UserDefinedFeatureReferenceMappingData.GetNewOutputObjectsIndex ( )
inline

Get the new output objects index for smart section reference objects

Created in NX1872.0.0

License requirements: None.

Returns
unsafe int NXOpen.Features.UserDefinedFeatureReferenceMappingData.GetNumMappingObjects ( )
inline

Get the number of mapping objects

Created in NX1872.0.0

License requirements: None.

Returns
unsafe NXOpen.TaggedObject [] NXOpen.Features.UserDefinedFeatureReferenceMappingData.GetOldOutputObjects ( )
inline

Get the old output objects for not smart section objects

Created in NX1872.0.0

License requirements: None.

Returns
unsafe int [] NXOpen.Features.UserDefinedFeatureReferenceMappingData.GetOldOutputObjectsIndex ( )
inline

Get the old output objects index for smart section reference objects

Created in NX1872.0.0

License requirements: None.

Returns
unsafe bool [] NXOpen.Features.UserDefinedFeatureReferenceMappingData.GetReverseDirections ( )
inline

Get the reverse directions array

Created in NX1872.0.0

License requirements: None.

Returns
unsafe void NXOpen.Features.UserDefinedFeatureReferenceMappingData.SetNewOutputObjects ( NXOpen.TaggedObject[]  newOutputObjects)
inline

Set the new output objects for not smart section reference objects

Created in NX1872.0.0

License requirements: None.

Parameters
newOutputObjects
unsafe void NXOpen.Features.UserDefinedFeatureReferenceMappingData.SetNewOutputObjectsIndex ( int[]  newOutputObjectsIndex)
inline

Set the new output objects index for smart section reference objects

Created in NX1872.0.0

License requirements: None.

Parameters
newOutputObjectsIndex
unsafe void NXOpen.Features.UserDefinedFeatureReferenceMappingData.SetNumMappingObjects ( int  nMappingObjects)
inline

Set the number of mapping objects

Created in NX1872.0.0

License requirements: None.

Parameters
nMappingObjects
unsafe void NXOpen.Features.UserDefinedFeatureReferenceMappingData.SetOldOutputObjects ( NXOpen.TaggedObject[]  oldOutputObjects)
inline

Set the old output objects for not smart section reference objects

Created in NX1872.0.0

License requirements: None.

Parameters
oldOutputObjects
unsafe void NXOpen.Features.UserDefinedFeatureReferenceMappingData.SetOldOutputObjectsIndex ( int[]  oldOutputObjectsIndex)
inline

Set the old output objects index for smart section reference objects

Created in NX1872.0.0

License requirements: None.

Parameters
oldOutputObjectsIndex
unsafe void NXOpen.Features.UserDefinedFeatureReferenceMappingData.SetReverseDirections ( bool[]  reverseDirections)
inline

Set the reverse directions array

Created in NX1872.0.0

License requirements: None.

Parameters
reverseDirections

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