UserDefinedFeatureCopyEvent Class

class NXOpen.Features.UserDefinedFeatureCopyEvent

Bases: NXOpen.TaggedObject

JA interface for the UserDefinedFeatureCopyEvent object

This calls cannot be created

New in version NX8.0.0.

Properties

Property Description
ApplicationData Returns the application data
ClassName Returns the class name
CopiedFeature Returns the feature in the destination part
OriginalFeature Returns the original feature being copied
OriginalInstantiation Returns the UDF definition
Tag Returns the Tag for this object.

Methods

Method Description
GetComponentFeatures The component features that have been copied so far
GetExpressionData The expressions of the instantiation feature
GetReferenceData The references of the instantiation feature

Property Detail

ApplicationData

UserDefinedFeatureCopyEvent.ApplicationData

Returns the application data

-------------------------------------

Getter Method

Signature ApplicationData

Returns:the application data
Return type:NXOpen.Features.UserDefinedFeatureApplicationData

New in version NX8.0.0.

License requirements: None.

ClassName

UserDefinedFeatureCopyEvent.ClassName

Returns the class name

-------------------------------------

Getter Method

Signature ClassName

Returns:
Return type:str

New in version NX8.0.0.

License requirements: None.

CopiedFeature

UserDefinedFeatureCopyEvent.CopiedFeature

Returns the feature in the destination part

-------------------------------------

Getter Method

Signature CopiedFeature

Returns:The feature in the destination part
Return type:NXOpen.Features.Feature

New in version NX8.0.0.

License requirements: None.

OriginalFeature

UserDefinedFeatureCopyEvent.OriginalFeature

Returns the original feature being copied

-------------------------------------

Getter Method

Signature OriginalFeature

Returns:The feature being copied
Return type:NXOpen.Features.Feature

New in version NX8.0.0.

License requirements: None.

OriginalInstantiation

UserDefinedFeatureCopyEvent.OriginalInstantiation

Returns the UDF definition

-------------------------------------

Getter Method

Signature OriginalInstantiation

Returns:The UDF definition that is being created
Return type:NXOpen.Features.Feature

New in version NX8.0.0.

License requirements: None.

Method Detail

GetComponentFeatures

UserDefinedFeatureCopyEvent.GetComponentFeatures

The component features that have been copied so far

Signature GetComponentFeatures()

Returns:
Return type:list of NXOpen.Features.Feature

New in version NX8.0.0.

License requirements: None.

GetExpressionData

UserDefinedFeatureCopyEvent.GetExpressionData

The expressions of the instantiation feature

Signature GetExpressionData()

Returns:
Return type:list of NXOpen.Features.UserDefinedFeatureExpressionData

New in version NX8.0.0.

License requirements: None.

GetReferenceData

UserDefinedFeatureCopyEvent.GetReferenceData

The references of the instantiation feature

Signature GetReferenceData()

Returns:
Return type:list of NXOpen.Features.UserDefinedFeatureReferenceData

New in version NX8.0.0.

License requirements: None.