IpwContainmentCurvesBuilder Class

class NXOpen.CAM.IpwContainmentCurvesBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAM.IpwContainmentCurvesBuilder

This is an abstract class, and cannot be instantiated.

New in version NX6.0.0.

Properties

Property Description
FeatureName Returns or sets the feature name
SmoothingTolerance Returns or sets the smoothing tolerance
SpecifyDistance Returns or sets the specify distance
SpecifyPoint Returns or sets the specify point
Tag Returns the Tag for this object.
ThicknessMode Returns or sets the thickness mode

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

IpwContainmentCurvesBuilderThicknessModeValue Enumeration the thickness method options

Property Detail

FeatureName

IpwContainmentCurvesBuilder.FeatureName

Returns or sets the feature name

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

Getter Method

Signature FeatureName()

Returns:
Return type:str

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature FeatureName(featureName)

Parameters:featureName (str) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

SmoothingTolerance

IpwContainmentCurvesBuilder.SmoothingTolerance

Returns or sets the smoothing tolerance

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

Getter Method

Signature SmoothingTolerance()

Returns:
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature SmoothingTolerance(smoothingTolerance)

Parameters:smoothingTolerance (float) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

SpecifyDistance

IpwContainmentCurvesBuilder.SpecifyDistance

Returns or sets the specify distance

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

Getter Method

Signature SpecifyDistance()

Returns:
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature SpecifyDistance(distanceValue)

Parameters:distanceValue (float) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

SpecifyPoint

IpwContainmentCurvesBuilder.SpecifyPoint

Returns or sets the specify point

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

Getter Method

Signature SpecifyPoint()

Returns:
Return type:NXOpen.Point

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature SpecifyPoint(point)

Parameters:point (NXOpen.Point) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

ThicknessMode

IpwContainmentCurvesBuilder.ThicknessMode

Returns or sets the thickness mode

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

Getter Method

Signature ThicknessMode()

Returns:
Return type:NXOpen.CAM.IpwContainmentCurvesBuilderThicknessModeValue

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature ThicknessMode(method)

Parameters:method (NXOpen.CAM.IpwContainmentCurvesBuilderThicknessModeValue) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

Method Detail

Validate

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