OffsetDataBuilder Class

class NXOpen.CAM.OffsetDataBuilder

Bases: NXOpen.TaggedObject

Represents the Offset Point Data Builder

New in version NX6.0.0.

Properties

Property Description
OffsetDirection Returns or sets the offsetDirection
OffsetDistance Returns or sets the offsetDistance
OffsetType Returns or sets the OffsetType
OffsetVector Returns or sets the offsetVector
Tag Returns the Tag for this object.

Methods

Property Detail

OffsetDirection

OffsetDataBuilder.OffsetDirection

Returns or sets the offsetDirection

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

Getter Method

Signature OffsetDirection()

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature OffsetDirection(offsetDirection)

Parameters:offsetDirection (bool) –

New in version NX6.0.0.

License requirements: None.

OffsetDistance

OffsetDataBuilder.OffsetDistance

Returns or sets the offsetDistance

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

Getter Method

Signature OffsetDistance()

Returns:
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature OffsetDistance(offsetDistance)

Parameters:offsetDistance (float) –

New in version NX6.0.0.

License requirements: None.

OffsetType

OffsetDataBuilder.OffsetType

Returns or sets the OffsetType

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

Getter Method

Signature OffsetType()

Returns:
Return type:NXOpen.CAM.OffsetDataBuilderOffsetDirectionMethod

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature OffsetType(offsetType)

Parameters:offsetType (NXOpen.CAM.OffsetDataBuilderOffsetDirectionMethod) –

New in version NX6.0.0.

License requirements: None.

OffsetVector

OffsetDataBuilder.OffsetVector

Returns or sets the offsetVector

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

Getter Method

Signature OffsetVector()

Returns:
Return type:NXOpen.Direction

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature OffsetVector(offsetVector)

Parameters:offsetVector (NXOpen.Direction) –

New in version NX6.0.0.

License requirements: None.