CurveExtendData Class

class NXOpen.GeometricUtilities.CurveExtendData

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.GeometricUtilities.CurveExtendData

New in version NX5.0.0.

Properties

Property Description
Distance Returns the distance
LimitOption Returns or sets the limit option
Tag Returns the Tag for this object.
UntilSelectedObject Returns the until selected object

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

CurveExtendDataLimitOptions Enumeration Represents the curve extend options for associative basic curves

Property Detail

Distance

CurveExtendData.Distance

Returns the distance

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

Getter Method

Signature Distance

Returns:
Return type:NXOpen.Expression

New in version NX5.0.0.

License requirements: None.

LimitOption

CurveExtendData.LimitOption

Returns or sets the limit option

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

Getter Method

Signature LimitOption

Returns:
Return type:NXOpen.GeometricUtilities.CurveExtendDataLimitOptions

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature LimitOption

Parameters:limitOption (NXOpen.GeometricUtilities.CurveExtendDataLimitOptions) –

New in version NX5.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”) OR drafting (“DRAFTING”) OR cam_base (“CAM BASE”) OR insp_programming (“INSPECTION PROGRAMMING”)

UntilSelectedObject

CurveExtendData.UntilSelectedObject

Returns the until selected object

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

Getter Method

Signature UntilSelectedObject

Returns:
Return type:NXOpen.SelectDisplayableObject

New in version NX5.0.0.

License requirements: None.

Method Detail

Validate

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