CustomFeatureInternalFeaturePreUpdateEvent Class

class NXOpen.Features.CustomFeatureInternalFeaturePreUpdateEvent

Bases: NXOpen.Features.CustomFeatureEvent

JA interface for the CustomFeatureInternalFeaturePreUpdateEvent object

This calls cannot be created

New in version NX11.0.0.

Properties

Property Description
ErrorCode Returns or sets the error occured during the event
Tag Returns the Tag for this object.

Methods

Method Description
GetConstructionFeatures The custom feature get construction features @return Output array of NXOpen Features
GetCustomFeature Get the custom feature of the event @return The owning Custom Feature of feature that caused the event to fire
GetFeature Get the feature of the event @return The Custom Feature that caused the event to fire
GetNXObject Get the Parasolid tag of Solid body @return
GetOutputFeatures The output features created in post update event @return Output array of NXOpen Features
GetParasolidId Get the Parasolid tag of Solid body @return

Method Detail

GetFeature

CustomFeatureInternalFeaturePreUpdateEvent.GetFeature

Get the feature of the event

Signature GetFeature()

Returns:The Custom Feature that caused the event to fire
Return type:NXOpen.Features.Feature

New in version NX11.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)