PostProcessEnvelopeTolerance_Struct Struct

NXOpen.Motion.PostProcess.EnvelopeTolerance is an alias for NXOpen.Motion.PostProcessEnvelopeTolerance_Struct

class NXOpen.Motion.PostProcessEnvelopeTolerance_Struct

Bases: object

Contains settings for envelope tolerance .

Constructor: NXOpen.Motion.PostProcess.EnvelopeTolerance()

Fields

Field Description
AccuracyMode Accuracy mode.
ToleranceType Indicates if envelopeTolerance is specified as percentage value or absolute value.
Tolerance Tolerance value.
DecimationEnabled Indicates if decimation is enabled or not.
DecimationFactor Specifies targeted decimation rate which is decimated body/original body.
DecimationMaxError Specifies max decimation error: (bigger than 0): percentage, (less than 0): absolute value.

AccuracyMode

PostProcessEnvelopeTolerance_Struct.AccuracyMode

Accuracy mode.

Motion.PostProcessEnvelopeAccuracyModes. -------------------------------------

Field Value Type:NXOpen.Motion.PostProcessEnvelopeAccuracyModes

ToleranceType

PostProcessEnvelopeTolerance_Struct.ToleranceType

Indicates if envelopeTolerance is specified as percentage value or absolute value.

Used only if accurcayMode is Motion.PostProcessEnvelopeAccuracyModes.Custom. -------------------------------------

Field Value Type:NXOpen.Motion.PostProcessEnvelopeToleranceTypes

Tolerance

PostProcessEnvelopeTolerance_Struct.Tolerance

Tolerance value.

Used only if accurcayMode is Motion.PostProcessEnvelopeAccuracyModes.Custom. -------------------------------------

Field Value Type:float

DecimationEnabled

PostProcessEnvelopeTolerance_Struct.DecimationEnabled

Indicates if decimation is enabled or not.

Used only if accurcayMode is Motion.PostProcessEnvelopeAccuracyModes.Custom. -------------------------------------

Field Value Type:bool

DecimationFactor

PostProcessEnvelopeTolerance_Struct.DecimationFactor

Specifies targeted decimation rate which is decimated body/original body.

Used only if accurcayMode is Motion.PostProcessEnvelopeAccuracyModes.Custom. -------------------------------------

Field Value Type:float

DecimationMaxError

PostProcessEnvelopeTolerance_Struct.DecimationMaxError

Specifies max decimation error: (bigger than 0): percentage, (less than 0): absolute value.

Used only if accurcayMode is Motion.PostProcessEnvelopeAccuracyModes.Custom. -------------------------------------

Field Value Type:float