FeatureControlFrameIndicatorBuilder Class¶
-
class
NXOpen.Annotations.FeatureControlFrameIndicatorBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a FcfIndicatorBuilder
To create a new instance of this class, use
NXOpen.Annotations.AnnotationManager.CreateFeatureControlFrameIndicatorBuilder()New in version NX12.0.0.
Properties¶
| Property | Description |
|---|---|
| Direction | Returns or sets the direction |
| IndicatorType | Returns or sets the indicator type |
| Label | Returns the label |
| Symbol | Returns or sets the charactersitic |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| FeatureControlFrameIndicatorBuilderFcfIndicatorCharacteristic Enumeration | Specifies the characteristic of the FCF indicator |
| FeatureControlFrameIndicatorBuilderFcfIndicatorDirection Enumeration | Specifies the direction of the FCF indicator |
| FeatureControlFrameIndicatorBuilderFcfIndicatorType Enumeration | Specifies the type of FCF indicator |
Property Detail¶
Direction¶
-
FeatureControlFrameIndicatorBuilder.Direction¶ Returns or sets the direction
-------------------------------------Getter Method
Signature
DirectionReturns: Return type: NXOpen.Annotations.FeatureControlFrameIndicatorBuilderFcfIndicatorDirectionNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DirectionParameters: direction ( NXOpen.Annotations.FeatureControlFrameIndicatorBuilderFcfIndicatorDirection) –New in version NX12.0.0.
License requirements: drafting (“DRAFTING”) OR geometric_tol (“GDT”)
IndicatorType¶
-
FeatureControlFrameIndicatorBuilder.IndicatorType¶ Returns or sets the indicator type
-------------------------------------Getter Method
Signature
IndicatorTypeReturns: Return type: NXOpen.Annotations.FeatureControlFrameIndicatorBuilderFcfIndicatorTypeNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IndicatorTypeParameters: indicatorType ( NXOpen.Annotations.FeatureControlFrameIndicatorBuilderFcfIndicatorType) –New in version NX12.0.0.
License requirements: drafting (“DRAFTING”) OR geometric_tol (“GDT”)
Label¶
-
FeatureControlFrameIndicatorBuilder.Label¶ Returns the label
-------------------------------------Getter Method
Signature
LabelReturns: Return type: NXOpen.Annotations.DatumReferenceBuilderNew in version NX12.0.0.
License requirements: None.
Symbol¶
-
FeatureControlFrameIndicatorBuilder.Symbol¶ Returns or sets the charactersitic
-------------------------------------Getter Method
Signature
SymbolReturns: Return type: NXOpen.Annotations.FeatureControlFrameIndicatorBuilderFcfIndicatorCharacteristicNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SymbolParameters: symbol ( NXOpen.Annotations.FeatureControlFrameIndicatorBuilderFcfIndicatorCharacteristic) –New in version NX12.0.0.
License requirements: drafting (“DRAFTING”) OR geometric_tol (“GDT”)
Method Detail¶
Validate¶
-
FeatureControlFrameIndicatorBuilder.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.