FaceAnalysisDataRangeBuilder Class

class NXOpen.GeometricAnalysis.FaceAnalysisDataRangeBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents data range functions used by Face Analysis.

New in version NX11.0.0.

Properties

Property Description
IsFixed Returns or sets the value indicating the range is fixed or not.
Max Returns or sets the maximum data range.
Middle Returns or sets the middle data range value.
MiddleScale Returns or sets the middle value scale for data range.
Min Returns or sets the minimum data range.
Tag Returns the Tag for this object.
ZoomScale Returns or sets the zoom scale.

Methods

Method Description
ResetData Resets data range.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

IsFixed

FaceAnalysisDataRangeBuilder.IsFixed

Returns or sets the value indicating the range is fixed or not.

-------------------------------------

Getter Method

Signature IsFixed

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IsFixed

Parameters:isFixed (bool) –

New in version NX11.0.0.

License requirements: None.

Max

FaceAnalysisDataRangeBuilder.Max

Returns or sets the maximum data range.

-------------------------------------

Getter Method

Signature Max

Returns:
Return type:float

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Max

Parameters:max (float) –

New in version NX11.0.0.

License requirements: None.

Middle

FaceAnalysisDataRangeBuilder.Middle

Returns or sets the middle data range value.

-------------------------------------

Getter Method

Signature Middle

Returns:
Return type:float

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Middle

Parameters:middle (float) –

New in version NX11.0.0.

License requirements: None.

MiddleScale

FaceAnalysisDataRangeBuilder.MiddleScale

Returns or sets the middle value scale for data range.

-------------------------------------

Getter Method

Signature MiddleScale

Returns:
Return type:float

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MiddleScale

Parameters:middleScale (float) –

New in version NX11.0.0.

License requirements: None.

Min

FaceAnalysisDataRangeBuilder.Min

Returns or sets the minimum data range.

-------------------------------------

Getter Method

Signature Min

Returns:
Return type:float

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Min

Parameters:min (float) –

New in version NX11.0.0.

License requirements: None.

ZoomScale

FaceAnalysisDataRangeBuilder.ZoomScale

Returns or sets the zoom scale.

-------------------------------------

Getter Method

Signature ZoomScale

Returns:
Return type:float

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ZoomScale

Parameters:scaleSlider (float) –

New in version NX11.0.0.

License requirements: None.

Method Detail

ResetData

FaceAnalysisDataRangeBuilder.ResetData

Resets data range.

Signature ResetData()

New in version NX11.0.0.

License requirements: None.

Validate

FaceAnalysisDataRangeBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.