MultiRamp Class¶
-
class
NXOpen.CAM.MultiRamp¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.MultiRampNew 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
MaxRampLengthReturns: the maximum ramp length Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX6.0.0.
License requirements: None.
Pattern¶
-
MultiRamp.Pattern¶ Returns or sets the multi ramp pattern
-------------------------------------Getter Method
Signature
PatternReturns: the multi ramp pattern Return type: NXOpen.CAM.MultiRampTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PatternParameters: multiRampPattern ( NXOpen.CAM.MultiRampTypes) – the multi ramp patternNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)