TargetPointBuilder Class

class NXOpen.Annotations.TargetPointBuilder

Bases: NXOpen.Builder

Represents a NXOpen.Annotations.TargetPoint builder

To create a new instance of this class, use NXOpen.Annotations.TargetPointCollection.CreateTargetPointBuilder()

Default values.

Property Value
Angle 0
Height 5
Width Thin

New in version NX6.0.0.

Properties

Property Description
Angle Returns or sets the angle
Color Returns or sets the color
Height Returns or sets the height
Inherit Returns the inherit
Location Returns the location
Tag Returns the Tag for this object.
Width Returns or sets the width

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

TargetPointBuilderThickness Enumeration the types of target point thickness

Property Detail

Angle

TargetPointBuilder.Angle

Returns or sets the angle

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

Getter Method

Signature Angle

Returns:
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Angle

Parameters:angle (float) –

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Color

TargetPointBuilder.Color

Returns or sets the color

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

Getter Method

Signature Color

Returns:
Return type:Id

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Color

Parameters:color (Id) –

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Height

TargetPointBuilder.Height

Returns or sets the height

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

Getter Method

Signature Height

Returns:
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Height

Parameters:height (float) –

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Inherit

TargetPointBuilder.Inherit

Returns the inherit

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

Getter Method

Signature Inherit

Returns:
Return type:NXOpen.SelectNXObject

New in version NX6.0.0.

License requirements: None.

Location

TargetPointBuilder.Location

Returns the location

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

Getter Method

Signature Location

Returns:
Return type:NXOpen.SelectNXObject

New in version NX6.0.0.

License requirements: None.

Width

TargetPointBuilder.Width

Returns or sets the width

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

Getter Method

Signature Width

Returns:
Return type:NXOpen.Annotations.TargetPointBuilderThickness

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Width

Parameters:width (NXOpen.Annotations.TargetPointBuilderThickness) –

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Method Detail

Validate

TargetPointBuilder.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.