UserDefinedFeatureCopyEvent Class¶
-
class
NXOpen.Features.UserDefinedFeatureCopyEvent¶ Bases:
NXOpen.TaggedObjectJA 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
ApplicationDataReturns: the application data Return type: NXOpen.Features.UserDefinedFeatureApplicationDataNew in version NX8.0.0.
License requirements: None.
ClassName¶
-
UserDefinedFeatureCopyEvent.ClassName¶ Returns the class name
-------------------------------------Getter Method
Signature
ClassNameReturns: 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
CopiedFeatureReturns: The feature in the destination part Return type: NXOpen.Features.FeatureNew in version NX8.0.0.
License requirements: None.
OriginalFeature¶
-
UserDefinedFeatureCopyEvent.OriginalFeature¶ Returns the original feature being copied
-------------------------------------Getter Method
Signature
OriginalFeatureReturns: The feature being copied Return type: NXOpen.Features.FeatureNew in version NX8.0.0.
License requirements: None.
OriginalInstantiation¶
-
UserDefinedFeatureCopyEvent.OriginalInstantiation¶ Returns the UDF definition
-------------------------------------Getter Method
Signature
OriginalInstantiationReturns: The UDF definition that is being created Return type: NXOpen.Features.FeatureNew 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.FeatureNew 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.UserDefinedFeatureExpressionDataNew 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.UserDefinedFeatureReferenceDataNew in version NX8.0.0.
License requirements: None.