CustomFeatureInformationEvent Class

class NXOpen.Features.CustomFeatureInformationEvent

Bases: NXOpen.Features.CustomFeatureEvent

Represents the event data for information callback for 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
GetNXObject Returns the Solid body
GetOutputFeatures The output features created in post update event
GetParasolidId Get the Parasolid tag of Solid body
SetInformation The information about Custom Feature

Method Detail

SetInformation

CustomFeatureInformationEvent.SetInformation

The information about Custom Feature

Signature SetInformation(information)

Parameters:information (str) – The information for given custom feature

New in version NX11.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)