InitialProfilePlunge Class

class NXOpen.CAM.InitialProfilePlunge

Bases: NXOpen.TaggedObject

Represents the initial profile plunge

New in version NX7.5.0.

Properties

Property Description
AxialCoordinate Returns the axial coordinate
ExtendDistance Returns the extend distance
Mode Returns or sets the initial profile plunge mode
Point Returns or sets the initial profile plunge point
RadialCoordinate Returns the radial coordinate
StopDistance Returns the stop distance
Tag Returns the Tag for this object.

Methods

Enumerations

InitialProfilePlungeModes Enumeration the initial profile plunge mode

Property Detail

AxialCoordinate

InitialProfilePlunge.AxialCoordinate

Returns the axial coordinate

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

Getter Method

Signature AxialCoordinate

Returns:the axial builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.5.0.

License requirements: None.

ExtendDistance

InitialProfilePlunge.ExtendDistance

Returns the extend distance

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

Getter Method

Signature ExtendDistance

Returns:the extend distance builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.5.0.

License requirements: None.

Mode

InitialProfilePlunge.Mode

Returns or sets the initial profile plunge mode

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

Getter Method

Signature Mode

Returns:the initial profile plunge mode
Return type:NXOpen.CAM.InitialProfilePlungeModes

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature Mode

Parameters:mode (NXOpen.CAM.InitialProfilePlungeModes) – the initial profile plunge mode

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

Point

InitialProfilePlunge.Point

Returns or sets the initial profile plunge point

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

Getter Method

Signature Point

Returns:the initial profile plunge point
Return type:NXOpen.Point

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature Point

Parameters:point (NXOpen.Point) – the initial profile plunge point

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

RadialCoordinate

InitialProfilePlunge.RadialCoordinate

Returns the radial coordinate

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

Getter Method

Signature RadialCoordinate

Returns:the radial builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.5.0.

License requirements: None.

StopDistance

InitialProfilePlunge.StopDistance

Returns the stop distance

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

Getter Method

Signature StopDistance

Returns:the stop distance builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.5.0.

License requirements: None.