FaceAnalysisDataRangeBuilder Class¶
-
class
NXOpen.GeometricAnalysis.FaceAnalysisDataRangeBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents 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
IsFixedReturns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsFixedParameters: isFixed (bool) – New in version NX11.0.0.
License requirements: None.
Max¶
-
FaceAnalysisDataRangeBuilder.Max¶ Returns or sets the maximum data range.
-------------------------------------Getter Method
Signature
MaxReturns: Return type: float New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MaxParameters: 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
MiddleReturns: Return type: float New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MiddleParameters: 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
MiddleScaleReturns: Return type: float New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MiddleScaleParameters: middleScale (float) – New in version NX11.0.0.
License requirements: None.
Min¶
-
FaceAnalysisDataRangeBuilder.Min¶ Returns or sets the minimum data range.
-------------------------------------Getter Method
Signature
MinReturns: Return type: float New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MinParameters: min (float) – New in version NX11.0.0.
License requirements: None.
ZoomScale¶
-
FaceAnalysisDataRangeBuilder.ZoomScale¶ Returns or sets the zoom scale.
-------------------------------------Getter Method
Signature
ZoomScaleReturns: Return type: float New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ZoomScaleParameters: 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.