FeatureControlFrameIndicatorBuilder Class

class NXOpen.Annotations.FeatureControlFrameIndicatorBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents 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 Direction

Returns:
Return type:NXOpen.Annotations.FeatureControlFrameIndicatorBuilderFcfIndicatorDirection

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature Direction

Parameters: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 IndicatorType

Returns:
Return type:NXOpen.Annotations.FeatureControlFrameIndicatorBuilderFcfIndicatorType

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature IndicatorType

Parameters: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 Label

Returns:
Return type:NXOpen.Annotations.DatumReferenceBuilder

New in version NX12.0.0.

License requirements: None.

Symbol

FeatureControlFrameIndicatorBuilder.Symbol

Returns or sets the charactersitic

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

Getter Method

Signature Symbol

Returns:
Return type:NXOpen.Annotations.FeatureControlFrameIndicatorBuilderFcfIndicatorCharacteristic

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature Symbol

Parameters: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.