UdeParameter Class¶
-
class
NXOpen.CAM.UdeParameter¶ Bases:
NXOpen.TaggedObjectRepresents a User Defined Event Parameter
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| BooleanValue | Returns or sets the boolean value of the parameter |
| DoubleValue | Returns or sets the double value of the parameter |
| IntegerValue | Returns or sets the integer value of the parameter |
| NameOfParameter | Returns the name of the parameter |
| OptionText | Returns or sets the option utf8 value of the parameter |
| OptionValue | Returns or sets the option value of the parameter |
| ParameterActive | Returns or sets the check to see if paramter is active |
| ParameterOptional | Returns the check to see if the parameter is optional |
| Point | Returns or sets the point of the parameter |
| StringText | Returns or sets the string utf8 value of the parameter |
| StringValue | Returns or sets the string value of the parameter |
| Tag | Returns the Tag for this object. |
| TypeOfParameter | Returns the type of the parameter |
| Vector | Returns or sets the vector of the parameter |
Methods¶
Enumerations¶
| UdeParameterParameterTypes Enumeration | the parameter Type |
Property Detail¶
BooleanValue¶
-
UdeParameter.BooleanValue¶ Returns or sets the boolean value of the parameter
-------------------------------------Getter Method
Signature
BooleanValueReturns: boolean value of parameter Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BooleanValueParameters: booleanValue (bool) – boolean value of the parameter New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
DoubleValue¶
-
UdeParameter.DoubleValue¶ Returns or sets the double value of the parameter
-------------------------------------Getter Method
Signature
DoubleValueReturns: double value of parameter Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DoubleValueParameters: doubleValue (float) – double value of the parameter New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
IntegerValue¶
-
UdeParameter.IntegerValue¶ Returns or sets the integer value of the parameter
-------------------------------------Getter Method
Signature
IntegerValueReturns: integer value of parameter Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IntegerValueParameters: integerValue (int) – integer value of the parameter New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
NameOfParameter¶
-
UdeParameter.NameOfParameter¶ Returns the name of the parameter
-------------------------------------Getter Method
Signature
NameOfParameterReturns: name of the parameter Return type: str New in version NX7.5.0.
License requirements: None.
OptionText¶
-
UdeParameter.OptionText¶ Returns or sets the option utf8 value of the parameter
-------------------------------------Getter Method
Signature
OptionTextReturns: option value of the parameter Return type: str New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OptionTextParameters: optionValue (str) – option value of the parameter New in version NX8.0.0.
License requirements: cam_base (“CAM BASE”)
OptionValue¶
-
UdeParameter.OptionValue¶ Returns or sets the option value of the parameter
-------------------------------------Getter Method
Signature
OptionValueReturns: option value of the parameter Return type: str New in version NX7.5.0.
Deprecated since version NX8.0.0: Use
CAM.UdeParameter.OptionText`()instead.License requirements: None.
-------------------------------------Setter Method
Signature
OptionValueParameters: optionValue (str) – option value of the parameter New in version NX7.5.0.
Deprecated since version NX8.0.0: Use
CAM.UdeParameter.OptionText`()instead.License requirements: cam_base (“CAM BASE”)
ParameterActive¶
-
UdeParameter.ParameterActive¶ Returns or sets the check to see if paramter is active
-------------------------------------Getter Method
Signature
ParameterActiveReturns: if parameter is active Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ParameterActiveParameters: parameterActive (bool) – parameter is active New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
ParameterOptional¶
-
UdeParameter.ParameterOptional¶ Returns the check to see if the parameter is optional
-------------------------------------Getter Method
Signature
ParameterOptionalReturns: if parameter is optional Return type: bool New in version NX7.5.0.
License requirements: None.
Point¶
-
UdeParameter.Point¶ Returns or sets the point of the parameter
-------------------------------------Getter Method
Signature
PointReturns: Return type: NXOpen.PointNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
-------------------------------------Setter Method
Signature
PointParameters: tagValue ( NXOpen.Point) –New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
StringText¶
-
UdeParameter.StringText¶ Returns or sets the string utf8 value of the parameter
-------------------------------------Getter Method
Signature
StringTextReturns: string value of parameter Return type: str New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StringTextParameters: stringValue (str) – string value of the parameter New in version NX8.0.0.
License requirements: cam_base (“CAM BASE”)
StringValue¶
-
UdeParameter.StringValue¶ Returns or sets the string value of the parameter
-------------------------------------Getter Method
Signature
StringValueReturns: string value of parameter Return type: str New in version NX7.5.0.
Deprecated since version NX8.0.0: Use
CAM.UdeParameter.StringText`()instead.License requirements: None.
-------------------------------------Setter Method
Signature
StringValueParameters: stringValue (str) – string value of the parameter New in version NX7.5.0.
Deprecated since version NX8.0.0: Use
CAM.UdeParameter.StringText`()instead.License requirements: cam_base (“CAM BASE”)
TypeOfParameter¶
-
UdeParameter.TypeOfParameter¶ Returns the type of the parameter
-------------------------------------Getter Method
Signature
TypeOfParameterReturns: type of the parameter Return type: NXOpen.CAM.UdeParameterParameterTypesNew in version NX10.0.1.
License requirements: None.
Vector¶
-
UdeParameter.Vector¶ Returns or sets the vector of the parameter
-------------------------------------Getter Method
Signature
VectorReturns: Return type: NXOpen.NXObjectNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
-------------------------------------Setter Method
Signature
VectorParameters: tagValue ( NXOpen.NXObject) –New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)