UserDefinedFeatureApplicationField Class

class NXOpen.Features.UserDefinedFeatureApplicationField

Bases: NXOpen.TaggedObject

JA interface for UserDefinedFeatureApplicationField object

New in version NX8.0.0.

Properties

Property Description
Name Returns the name of this field
Tag Returns the Tag for this object.

Methods

Method Description
GetDoubles Gets all of the doubles in this field
GetIntegers Gets all of the integers stored in this field
GetObjects Gets all of the objects in this field
GetStrings Gets all of the strings in this field
SetDoubles Sets all of the doubles in this field
SetIntegers Sets all of the integers stored in this field
SetObjects Sets all of the objects in this field
SetStrings Sets all of the strings in this field

Property Detail

Name

UserDefinedFeatureApplicationField.Name

Returns the name of this field

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

Getter Method

Signature Name

Returns:The name of this field
Return type:str

New in version NX8.0.0.

License requirements: None.

Method Detail

GetDoubles

UserDefinedFeatureApplicationField.GetDoubles

Gets all of the doubles in this field

Signature GetDoubles()

Returns:Array of doubles in this field
Return type:list of float

New in version NX8.0.0.

License requirements: None.

GetIntegers

UserDefinedFeatureApplicationField.GetIntegers

Gets all of the integers stored in this field

Signature GetIntegers()

Returns:Array of integers in this field
Return type:list of int

New in version NX8.0.0.

License requirements: None.

GetObjects

UserDefinedFeatureApplicationField.GetObjects

Gets all of the objects in this field

Signature GetObjects()

Returns:Array of objects in this field
Return type:list of NXOpen.TaggedObject

New in version NX8.0.0.

License requirements: None.

GetStrings

UserDefinedFeatureApplicationField.GetStrings

Gets all of the strings in this field

Signature GetStrings()

Returns:Array of strings in this field
Return type:list of str

New in version NX8.0.0.

License requirements: None.

SetDoubles

UserDefinedFeatureApplicationField.SetDoubles

Sets all of the doubles in this field

Signature SetDoubles(doubles)

Parameters:doubles (list of float) – New Array of doubles in this field

New in version NX8.0.0.

License requirements: None.

SetIntegers

UserDefinedFeatureApplicationField.SetIntegers

Sets all of the integers stored in this field

Signature SetIntegers(integers)

Parameters:integers (list of int) – New Array of integers in this field

New in version NX8.0.0.

License requirements: None.

SetObjects

UserDefinedFeatureApplicationField.SetObjects

Sets all of the objects in this field

Signature SetObjects(objects)

Parameters:objects (list of NXOpen.TaggedObject) – New Array of strings in this field

New in version NX8.0.0.

License requirements: None.

SetStrings

UserDefinedFeatureApplicationField.SetStrings

Sets all of the strings in this field

Signature SetStrings(strings)

Parameters:strings (list of str) – New Array of strings in this field

New in version NX8.0.0.

License requirements: None.