VerticalPosition Class

class NXOpen.CAM.VerticalPosition

Bases: NXOpen.TaggedObject

Represents a VerticalPosition Builder

New in version NX7.5.0.

Properties

Property Description
Distance Returns or sets the distance
OffsetType Returns or sets the offset type
Tag Returns the Tag for this object.
TeethNumber Returns or sets the teeth number

Methods

Enumerations

VerticalPositionOffsetTypes Enumeration offset options

Property Detail

Distance

VerticalPosition.Distance

Returns or sets the distance

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

Getter Method

Signature Distance

Returns:the distance
Return type:float

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature Distance

Parameters:distance (float) – the distance

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

OffsetType

VerticalPosition.OffsetType

Returns or sets the offset type

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

Getter Method

Signature OffsetType

Returns:the offset type
Return type:NXOpen.CAM.VerticalPositionOffsetTypes

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature OffsetType

Parameters:newValue (NXOpen.CAM.VerticalPositionOffsetTypes) – the offset type

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

TeethNumber

VerticalPosition.TeethNumber

Returns or sets the teeth number

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

Getter Method

Signature TeethNumber

Returns:the teeth number
Return type:float

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature TeethNumber

Parameters:teethNumber (float) – the teeth number

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)