CustomFeatureInternalFeaturePreUpdateEvent Class

class NXOpen.Features.CustomFeatureInternalFeaturePreUpdateEvent

Bases: NXOpen.Features.CustomFeatureEvent

Represents the event data for pre-update callback for construction and output feature of custom feature.

This class 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
GetCustomFeature Get the custom feature of the event
GetFeature Get the feature of the event
GetNXObject Returns the Solid body
GetOutputFeatures The output features created in post update event
GetParasolidId Get the Parasolid tag of Solid body

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