MultiRamp Class

class NXOpen.CAM.MultiRamp

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.MultiRamp

New in version NX6.0.0.

Properties

Property Description
MaxRampLength Returns the maximum ramp length
Pattern Returns or sets the multi ramp pattern
Tag Returns the Tag for this object.

Methods

Enumerations

MultiRampTypes Enumeration the multi ramp pattern types

Property Detail

MaxRampLength

MultiRamp.MaxRampLength

Returns the maximum ramp length

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

Getter Method

Signature MaxRampLength

Returns:the maximum ramp length
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

Pattern

MultiRamp.Pattern

Returns or sets the multi ramp pattern

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

Getter Method

Signature Pattern

Returns:the multi ramp pattern
Return type:NXOpen.CAM.MultiRampTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Pattern

Parameters:multiRampPattern (NXOpen.CAM.MultiRampTypes) – the multi ramp pattern

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)