Preferences Class

class NXOpen.CAM.Preferences

Bases: NXOpen.Builder

Represents a cam preferences Builder

To create a new instance of this class, use NXOpen.CAM.CAMSession.CreateCamPreferences()

New in version NX7.5.0.

Properties

Property Description
AlwaysUpdateDialogs Returns or sets the auto update dialog
AutomaticallySetMachingData Returns or sets the auto maching data
AuxiliaryFloorColor Returns or sets the auxiliary floor
AuxiliaryFloorColorSelection Returns or sets the auxiliary floor selection.
BladeBlendColor Returns or sets the blade blend color
BladeColor Returns or sets the blade color
BlankColor Returns or sets the blank color
BlankSelection Returns or sets the blank selection.
CheckColor Returns or sets the check color
CheckSelection Returns or sets the check selection.
ClearanceColor Returns or sets the clearance color
ClsfDecimals Returns or sets the clsf_decimals
ClsfForceLoadTurret Returns or sets the force load turret
ConfigurationFile Returns or sets the configuration file
CsysInformationListing Returns or sets the base info
CsysOrientWcsToMcs Returns or sets the orient wcs to mcs
CutAreaColor Returns or sets the cut area color
CutAreaSelection Returns or sets the cut area selection.
DisplaySelectedObjects Returns or sets the display selected objects
DisplayTurningIpw Returns or sets the display turning ipw
DriveColor Returns or sets the drive color
EnableLevelBasedIpw Returns or sets the enable level based ipw
ForceRegenerate Returns or sets the force regenerate
GeneratePaths Returns or sets the generate tool paths
GenerationFullRegeneration Returns or sets the full regeneration
GenerationPauseAfterEachPath Returns or sets the pause after each path
GenerationRefreshBeforeEachPath Returns or sets the refresh before each path
GenerationSmartRegeneration Returns or sets the smart regeneration
GenerationUpdateInstances Returns or sets the update all instances
HubColor Returns or sets the hub color
IncludeInstances Returns or sets the include instances
IpwNeedleCountCoarse Returns or sets the coarse ipw needle count
IpwNeedleCountFine Returns or sets the fine ipw needle count
IpwNeedleCountMedium Returns or sets the medium ipw needle count
IpwNeedleDistanceCoarse Returns or sets the coarse ipw needle distance
IpwNeedleDistanceFine Returns or sets the fine ipw needle distance
IpwNeedleDistanceMedium Returns or sets the medium ipw needle distance
IpwPartsFolder Returns or sets the ipw parts folder
IpwToleranceMode Returns or sets the ipw tolerance mode
IpwUseDirectoryOfOriginalPart Returns or sets the use directory original part
LinkMcsRcs Returns or sets the link mcs rcs
OptimizedCutLevelColor Returns or sets the optimized cut level
PartColor Returns or sets the part color
PartSelection Returns or sets the part selection.
RelocateParameters Returns or sets the relocate parameters
ReplayRefreshBeforeEachPath Returns or sets the refresh before each path replay
RunProcessAssistant Returns or sets the process assistant
SaveIpwModel Returns or sets the ipw model
SaveLevelBasedIpw Returns or sets the level based ipw
ScrollAreaSize Returns or sets the scrollable items
ShowPictures Returns or sets the show pictures
ShroudColor Returns or sets the shroud color
SplitterColor Returns or sets the splitter color
SuspectBoundingBoxColor Returns or sets the suspect bounding box color
Tag Returns the Tag for this object.
TemplateFile Returns or sets the template file
TopOffLevelColor Returns or sets the top off level
TrimColor Returns or sets the trim color
UncutRegionColor Returns or sets the uncut region color
UnlinkInstances Returns or sets the unlink instances
Visualize2dTool1Color Returns or sets the tool color1
Visualize2dTool2Color Returns or sets the tool color2
Visualize2dTool3Color Returns or sets the tool color3
Visualize2dTool4Color Returns or sets the tool color4
Visualize2dTool5Color Returns or sets the tool color5
VisualizeAnimationAccuracy Returns or sets the animation accuracy
VisualizeAutoBlockColor Returns or sets the auto block color
VisualizeBackgroundColor Returns or sets the background color
VisualizeChordalTolerance Returns or sets the chordal tolerance
VisualizeCollisionsColor Returns or sets the collisions color
VisualizeDynamicToolAxis Returns or sets the dynamic tool axis
VisualizeExcessMaterialColor Returns or sets the excess material color
VisualizeGougesColor Returns or sets the gouges color
VisualizeIpwColor Returns or sets the ipw color
VisualizeIpwDmrColor1 Returns or sets the ipw dmr color1
VisualizeIpwDmrColor10 Returns or sets the ipw dmr color10
VisualizeIpwDmrColor2 Returns or sets the ipw dmr color2
VisualizeIpwDmrColor3 Returns or sets the ipw dmr color3
VisualizeIpwDmrColor4 Returns or sets the ipw dmr color4
VisualizeIpwDmrColor5 Returns or sets the ipw dmr color5
VisualizeIpwDmrColor6 Returns or sets the ipw dmr color6
VisualizeIpwDmrColor7 Returns or sets the ipw dmr color7
VisualizeIpwDmrColor8 Returns or sets the ipw dmr color8
VisualizeIpwDmrColor9 Returns or sets the ipw dmr color9
VisualizeIpwDmrColoringMode Returns or sets the ipw dmr coloring mode
VisualizeIpwTranslucency Returns or sets the ipw translucency
VisualizeSafeToolColor Returns or sets the safe tool color
VisualizeTemporaryContainmentCurveColor Returns or sets the temporary containment curve color
VisualizeToolAxisTiltTolerance Returns or sets the tilt tolerance
VisualizeToolDisplayColor Returns or sets the tool display color
VisualizeToolEditAndDisplay Returns or sets the tool edit and display
VisualizeToolHolderColor Returns or sets the tool holder color
VisualizeToolInsertOrFluteColor Returns or sets the turning tool insert
VisualizeToolShankColor Returns or sets the tool shank color
VisualizeToolTranslucency Returns or sets the tool translucency
WallColor Returns or sets the wall color
WallSelection Returns or sets the wall selection.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetDefaultConfigurationFile Get the default configuration file @return
GetDefaultIpwFolder Get the ipw default folder @return
GetDefaultTemplateFile Get the default template file @return
GetObject Returns the object currently being edited by this builder.
GetSelection The geometry selection type method @return
SetSelection The geometry selection type method
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

PreferencesAnimationAccuracyTypes Enumeration the animation accuracy types
PreferencesAuxiliaryFloorColorSelectionTypes Enumeration the auxiliary floor selection types.
PreferencesBlankSelectionTypes Enumeration the blank selection types.
PreferencesCheckSelectionTypes Enumeration the check selection types.
PreferencesCsysInformationListingTypes Enumeration the information listing types
PreferencesCutAreaSelectionTypes Enumeration the cut area selection types.
PreferencesGeometryTypes Enumeration the geometry types
PreferencesIpwDmrColoringTypes Enumeration the IPW material removal coloring types
PreferencesIpwToleranceModeTypes Enumeration the IPW tolerance modes
PreferencesPartSelectionTypes Enumeration the part selection types.
PreferencesSelectionTypes Enumeration the selection types
PreferencesWallSelectionTypes Enumeration the wall selection types.

Property Detail

AlwaysUpdateDialogs

Preferences.AlwaysUpdateDialogs

Returns or sets the auto update dialog

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

Getter Method

Signature AlwaysUpdateDialogs()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature AlwaysUpdateDialogs(alwaysUpdateDialogs)

Parameters:alwaysUpdateDialogs (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

AutomaticallySetMachingData

Preferences.AutomaticallySetMachingData

Returns or sets the auto maching data

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

Getter Method

Signature AutomaticallySetMachingData()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature AutomaticallySetMachingData(autoMachingData)

Parameters:autoMachingData (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

AuxiliaryFloorColor

Preferences.AuxiliaryFloorColor

Returns or sets the auxiliary floor

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

Getter Method

Signature AuxiliaryFloorColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature AuxiliaryFloorColor(auxiliaryFloor)

Parameters:auxiliaryFloor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

AuxiliaryFloorColorSelection

Preferences.AuxiliaryFloorColorSelection

Returns or sets the auxiliary floor selection.

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

Getter Method

Signature AuxiliaryFloorColorSelection()

Returns:
Return type:NXOpen.CAM.PreferencesAuxiliaryFloorColorSelectionTypes

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use CAM.Preferences.GetSelection() and CAM.Preferences.SetSelection() instead.

License requirements: None.

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

Setter Method

Signature AuxiliaryFloorColorSelection(auxiliaryFloorSelection)

Parameters:auxiliaryFloorSelection (NXOpen.CAM.PreferencesAuxiliaryFloorColorSelectionTypes) –

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use CAM.Preferences.GetSelection() and CAM.Preferences.SetSelection() instead.

License requirements: cam_base (“CAM BASE”)

BladeBlendColor

Preferences.BladeBlendColor

Returns or sets the blade blend color

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

Getter Method

Signature BladeBlendColor()

Returns:
Return type:Id

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature BladeBlendColor(bladeBlend)

Parameters:bladeBlend (Id) –

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

BladeColor

Preferences.BladeColor

Returns or sets the blade color

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

Getter Method

Signature BladeColor()

Returns:
Return type:Id

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature BladeColor(blade)

Parameters:blade (Id) –

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

BlankColor

Preferences.BlankColor

Returns or sets the blank color

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

Getter Method

Signature BlankColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature BlankColor(blankColor)

Parameters:blankColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

BlankSelection

Preferences.BlankSelection

Returns or sets the blank selection.

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

Getter Method

Signature BlankSelection()

Returns:
Return type:NXOpen.CAM.PreferencesBlankSelectionTypes

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use CAM.Preferences.GetSelection() and CAM.Preferences.SetSelection() instead.

License requirements: None.

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

Setter Method

Signature BlankSelection(blankSelection)

Parameters:blankSelection (NXOpen.CAM.PreferencesBlankSelectionTypes) –

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use CAM.Preferences.GetSelection() and CAM.Preferences.SetSelection() instead.

License requirements: cam_base (“CAM BASE”)

CheckColor

Preferences.CheckColor

Returns or sets the check color

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

Getter Method

Signature CheckColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature CheckColor(checkColor)

Parameters:checkColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

CheckSelection

Preferences.CheckSelection

Returns or sets the check selection.

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

Getter Method

Signature CheckSelection()

Returns:
Return type:NXOpen.CAM.PreferencesCheckSelectionTypes

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use CAM.Preferences.GetSelection() and CAM.Preferences.SetSelection() instead.

License requirements: None.

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

Setter Method

Signature CheckSelection(checkSelection)

Parameters:checkSelection (NXOpen.CAM.PreferencesCheckSelectionTypes) –

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use CAM.Preferences.GetSelection() and CAM.Preferences.SetSelection() instead.

License requirements: cam_base (“CAM BASE”)

ClearanceColor

Preferences.ClearanceColor

Returns or sets the clearance color

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

Getter Method

Signature ClearanceColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ClearanceColor(clearanceColor)

Parameters:clearanceColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

ClsfDecimals

Preferences.ClsfDecimals

Returns or sets the clsf_decimals

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

Getter Method

Signature ClsfDecimals()

Returns:
Return type:int

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ClsfDecimals(decimals)

Parameters:decimals (int) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

ClsfForceLoadTurret

Preferences.ClsfForceLoadTurret

Returns or sets the force load turret

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

Getter Method

Signature ClsfForceLoadTurret()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ClsfForceLoadTurret(forceLoadTurret)

Parameters:forceLoadTurret (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

ConfigurationFile

Preferences.ConfigurationFile

Returns or sets the configuration file

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

Getter Method

Signature ConfigurationFile()

Returns:
Return type:str

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ConfigurationFile(fileName)

Parameters:fileName (str) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

CsysInformationListing

Preferences.CsysInformationListing

Returns or sets the base info

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

Getter Method

Signature CsysInformationListing()

Returns:
Return type:NXOpen.CAM.PreferencesCsysInformationListingTypes

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature CsysInformationListing(baseInfo)

Parameters:baseInfo (NXOpen.CAM.PreferencesCsysInformationListingTypes) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

CsysOrientWcsToMcs

Preferences.CsysOrientWcsToMcs

Returns or sets the orient wcs to mcs

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

Getter Method

Signature CsysOrientWcsToMcs()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature CsysOrientWcsToMcs(orientWcsToMcs)

Parameters:orientWcsToMcs (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

CutAreaColor

Preferences.CutAreaColor

Returns or sets the cut area color

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

Getter Method

Signature CutAreaColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature CutAreaColor(cutAreaColor)

Parameters:cutAreaColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

CutAreaSelection

Preferences.CutAreaSelection

Returns or sets the cut area selection.

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

Getter Method

Signature CutAreaSelection()

Returns:
Return type:NXOpen.CAM.PreferencesCutAreaSelectionTypes

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use CAM.Preferences.GetSelection() and CAM.Preferences.SetSelection() instead.

License requirements: None.

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

Setter Method

Signature CutAreaSelection(cutAreaSelection)

Parameters:cutAreaSelection (NXOpen.CAM.PreferencesCutAreaSelectionTypes) –

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use CAM.Preferences.GetSelection() and CAM.Preferences.SetSelection() instead.

License requirements: cam_base (“CAM BASE”)

DisplaySelectedObjects

Preferences.DisplaySelectedObjects

Returns or sets the display selected objects

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

Getter Method

Signature DisplaySelectedObjects()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature DisplaySelectedObjects(displaySelectedObjects)

Parameters:displaySelectedObjects (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

DisplayTurningIpw

Preferences.DisplayTurningIpw

Returns or sets the display turning ipw

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

Getter Method

Signature DisplayTurningIpw()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature DisplayTurningIpw(displayTurningIpw)

Parameters:displayTurningIpw (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

DriveColor

Preferences.DriveColor

Returns or sets the drive color

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

Getter Method

Signature DriveColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature DriveColor(driveColor)

Parameters:driveColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

EnableLevelBasedIpw

Preferences.EnableLevelBasedIpw

Returns or sets the enable level based ipw

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

Getter Method

Signature EnableLevelBasedIpw()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature EnableLevelBasedIpw(enableLevelBasedIpw)

Parameters:enableLevelBasedIpw (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

ForceRegenerate

Preferences.ForceRegenerate

Returns or sets the force regenerate

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

Getter Method

Signature ForceRegenerate()

Returns:
Return type:bool

New in version NX10.0.3.

License requirements: None.

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

Setter Method

Signature ForceRegenerate(isForceRegenerate)

Parameters:isForceRegenerate (bool) –

New in version NX10.0.3.

License requirements: cam_base (“CAM BASE”)

GeneratePaths

Preferences.GeneratePaths

Returns or sets the generate tool paths

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

Getter Method

Signature GeneratePaths()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature GeneratePaths(generatePaths)

Parameters:generatePaths (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

GenerationFullRegeneration

Preferences.GenerationFullRegeneration

Returns or sets the full regeneration

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

Getter Method

Signature GenerationFullRegeneration()

Returns:
Return type:bool

New in version NX9.0.3.

Deprecated since version NX10.0.3: Use CAM.Preferences.GenerationSmartRegeneration() instead.

License requirements: None.

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

Setter Method

Signature GenerationFullRegeneration(fullRegeneration)

Parameters:fullRegeneration (bool) –

New in version NX9.0.3.

Deprecated since version NX10.0.3: Use CAM.Preferences.GenerationSmartRegeneration() instead.

License requirements: cam_base (“CAM BASE”)

GenerationPauseAfterEachPath

Preferences.GenerationPauseAfterEachPath

Returns or sets the pause after each path

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

Getter Method

Signature GenerationPauseAfterEachPath()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature GenerationPauseAfterEachPath(pauseAfterEachPath)

Parameters:pauseAfterEachPath (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

GenerationRefreshBeforeEachPath

Preferences.GenerationRefreshBeforeEachPath

Returns or sets the refresh before each path

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

Getter Method

Signature GenerationRefreshBeforeEachPath()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature GenerationRefreshBeforeEachPath(refreshBeforeEachPath)

Parameters:refreshBeforeEachPath (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

GenerationSmartRegeneration

Preferences.GenerationSmartRegeneration

Returns or sets the smart regeneration

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

Getter Method

Signature GenerationSmartRegeneration()

Returns:
Return type:bool

New in version NX10.0.3.

License requirements: None.

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

Setter Method

Signature GenerationSmartRegeneration(smartRegeneration)

Parameters:smartRegeneration (bool) –

New in version NX10.0.3.

License requirements: cam_base (“CAM BASE”)

GenerationUpdateInstances

Preferences.GenerationUpdateInstances

Returns or sets the update all instances

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

Getter Method

Signature GenerationUpdateInstances()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature GenerationUpdateInstances(updateInstances)

Parameters:updateInstances (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

HubColor

Preferences.HubColor

Returns or sets the hub color

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

Getter Method

Signature HubColor()

Returns:
Return type:Id

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature HubColor(hub)

Parameters:hub (Id) –

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

IncludeInstances

Preferences.IncludeInstances

Returns or sets the include instances

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

Getter Method

Signature IncludeInstances()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature IncludeInstances(includeInstances)

Parameters:includeInstances (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

IpwNeedleCountCoarse

Preferences.IpwNeedleCountCoarse

Returns or sets the coarse ipw needle count

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

Getter Method

Signature IpwNeedleCountCoarse()

Returns:
Return type:int

New in version NX9.0.3.

License requirements: None.

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

Setter Method

Signature IpwNeedleCountCoarse(count)

Parameters:count (int) –

New in version NX9.0.3.

License requirements: cam_base (“CAM BASE”)

IpwNeedleCountFine

Preferences.IpwNeedleCountFine

Returns or sets the fine ipw needle count

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

Getter Method

Signature IpwNeedleCountFine()

Returns:
Return type:int

New in version NX9.0.3.

License requirements: None.

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

Setter Method

Signature IpwNeedleCountFine(count)

Parameters:count (int) –

New in version NX9.0.3.

License requirements: cam_base (“CAM BASE”)

IpwNeedleCountMedium

Preferences.IpwNeedleCountMedium

Returns or sets the medium ipw needle count

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

Getter Method

Signature IpwNeedleCountMedium()

Returns:
Return type:int

New in version NX9.0.3.

License requirements: None.

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

Setter Method

Signature IpwNeedleCountMedium(count)

Parameters:count (int) –

New in version NX9.0.3.

License requirements: cam_base (“CAM BASE”)

IpwNeedleDistanceCoarse

Preferences.IpwNeedleDistanceCoarse

Returns or sets the coarse ipw needle distance

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

Getter Method

Signature IpwNeedleDistanceCoarse()

Returns:
Return type:float

New in version NX9.0.3.

License requirements: None.

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

Setter Method

Signature IpwNeedleDistanceCoarse(distance)

Parameters:distance (float) –

New in version NX9.0.3.

License requirements: cam_base (“CAM BASE”)

IpwNeedleDistanceFine

Preferences.IpwNeedleDistanceFine

Returns or sets the fine ipw needle distance

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

Getter Method

Signature IpwNeedleDistanceFine()

Returns:
Return type:float

New in version NX9.0.3.

License requirements: None.

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

Setter Method

Signature IpwNeedleDistanceFine(distance)

Parameters:distance (float) –

New in version NX9.0.3.

License requirements: cam_base (“CAM BASE”)

IpwNeedleDistanceMedium

Preferences.IpwNeedleDistanceMedium

Returns or sets the medium ipw needle distance

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

Getter Method

Signature IpwNeedleDistanceMedium()

Returns:
Return type:float

New in version NX9.0.3.

License requirements: None.

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

Setter Method

Signature IpwNeedleDistanceMedium(distance)

Parameters:distance (float) –

New in version NX9.0.3.

License requirements: cam_base (“CAM BASE”)

IpwPartsFolder

Preferences.IpwPartsFolder

Returns or sets the ipw parts folder

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

Getter Method

Signature IpwPartsFolder()

Returns:
Return type:str

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature IpwPartsFolder(foldername)

Parameters:foldername (str) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

IpwToleranceMode

Preferences.IpwToleranceMode

Returns or sets the ipw tolerance mode

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

Getter Method

Signature IpwToleranceMode()

Returns:
Return type:NXOpen.CAM.PreferencesIpwToleranceModeTypes

New in version NX9.0.3.

License requirements: None.

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

Setter Method

Signature IpwToleranceMode(mode)

Parameters:mode (NXOpen.CAM.PreferencesIpwToleranceModeTypes) –

New in version NX9.0.3.

License requirements: cam_base (“CAM BASE”)

IpwUseDirectoryOfOriginalPart

Preferences.IpwUseDirectoryOfOriginalPart

Returns or sets the use directory original part

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

Getter Method

Signature IpwUseDirectoryOfOriginalPart()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature IpwUseDirectoryOfOriginalPart(useIpwDirectoryOfOriginalPart)

Parameters:useIpwDirectoryOfOriginalPart (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

LinkMcsRcs

Preferences.LinkMcsRcs

Returns or sets the link mcs rcs

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

Getter Method

Signature LinkMcsRcs()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature LinkMcsRcs(linkMcsRcs)

Parameters:linkMcsRcs (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

OptimizedCutLevelColor

Preferences.OptimizedCutLevelColor

Returns or sets the optimized cut level

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

Getter Method

Signature OptimizedCutLevelColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature OptimizedCutLevelColor(optimizedCutLevel)

Parameters:optimizedCutLevel (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

PartColor

Preferences.PartColor

Returns or sets the part color

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

Getter Method

Signature PartColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature PartColor(partColor)

Parameters:partColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

PartSelection

Preferences.PartSelection

Returns or sets the part selection.

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

Getter Method

Signature PartSelection()

Returns:
Return type:NXOpen.CAM.PreferencesPartSelectionTypes

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use CAM.Preferences.GetSelection() and CAM.Preferences.SetSelection() instead.

License requirements: None.

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

Setter Method

Signature PartSelection(partSelection)

Parameters:partSelection (NXOpen.CAM.PreferencesPartSelectionTypes) –

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use CAM.Preferences.GetSelection() and CAM.Preferences.SetSelection() instead.

License requirements: cam_base (“CAM BASE”)

RelocateParameters

Preferences.RelocateParameters

Returns or sets the relocate parameters

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

Getter Method

Signature RelocateParameters()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature RelocateParameters(relocateParameters)

Parameters:relocateParameters (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

ReplayRefreshBeforeEachPath

Preferences.ReplayRefreshBeforeEachPath

Returns or sets the refresh before each path replay

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

Getter Method

Signature ReplayRefreshBeforeEachPath()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ReplayRefreshBeforeEachPath(refreshBeforeEachPath)

Parameters:refreshBeforeEachPath (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

RunProcessAssistant

Preferences.RunProcessAssistant

Returns or sets the process assistant

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

Getter Method

Signature RunProcessAssistant()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature RunProcessAssistant(processAssistant)

Parameters:processAssistant (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

SaveIpwModel

Preferences.SaveIpwModel

Returns or sets the ipw model

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

Getter Method

Signature SaveIpwModel()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature SaveIpwModel(ipwModel)

Parameters:ipwModel (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

SaveLevelBasedIpw

Preferences.SaveLevelBasedIpw

Returns or sets the level based ipw

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

Getter Method

Signature SaveLevelBasedIpw()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature SaveLevelBasedIpw(levelBasedIpw)

Parameters:levelBasedIpw (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

ScrollAreaSize

Preferences.ScrollAreaSize

Returns or sets the scrollable items

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

Getter Method

Signature ScrollAreaSize()

Returns:
Return type:int

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ScrollAreaSize(scrollableItems)

Parameters:scrollableItems (int) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

ShowPictures

Preferences.ShowPictures

Returns or sets the show pictures

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

Getter Method

Signature ShowPictures()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ShowPictures(showPictures)

Parameters:showPictures (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

ShroudColor

Preferences.ShroudColor

Returns or sets the shroud color

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

Getter Method

Signature ShroudColor()

Returns:
Return type:Id

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature ShroudColor(shroud)

Parameters:shroud (Id) –

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

SplitterColor

Preferences.SplitterColor

Returns or sets the splitter color

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

Getter Method

Signature SplitterColor()

Returns:
Return type:Id

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature SplitterColor(splitter)

Parameters:splitter (Id) –

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

SuspectBoundingBoxColor

Preferences.SuspectBoundingBoxColor

Returns or sets the suspect bounding box color

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

Getter Method

Signature SuspectBoundingBoxColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature SuspectBoundingBoxColor(suspectBoundingBoxColor)

Parameters:suspectBoundingBoxColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

TemplateFile

Preferences.TemplateFile

Returns or sets the template file

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

Getter Method

Signature TemplateFile()

Returns:
Return type:str

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature TemplateFile(fileName)

Parameters:fileName (str) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

TopOffLevelColor

Preferences.TopOffLevelColor

Returns or sets the top off level

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

Getter Method

Signature TopOffLevelColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature TopOffLevelColor(topOffLevel)

Parameters:topOffLevel (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

TrimColor

Preferences.TrimColor

Returns or sets the trim color

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

Getter Method

Signature TrimColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature TrimColor(trimColor)

Parameters:trimColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

UncutRegionColor

Preferences.UncutRegionColor

Returns or sets the uncut region color

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

Getter Method

Signature UncutRegionColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature UncutRegionColor(uncutRegionColor)

Parameters:uncutRegionColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

UnlinkInstances

Preferences.UnlinkInstances

Returns or sets the unlink instances

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

Getter Method

Signature UnlinkInstances()

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature UnlinkInstances(unlinkInstances)

Parameters:unlinkInstances (bool) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

Visualize2dTool1Color

Preferences.Visualize2dTool1Color

Returns or sets the tool color1

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

Getter Method

Signature Visualize2dTool1Color()

Returns:
Return type:Id

New in version NX7.5.0.

Deprecated since version NX9.0.0: Use CAM.Preferences.VisualizeIpwDmrColor1() instead.

License requirements: None.

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

Setter Method

Signature Visualize2dTool1Color(toolColor)

Parameters:toolColor (Id) –

New in version NX7.5.0.

Deprecated since version NX9.0.0: Use CAM.Preferences.VisualizeIpwDmrColor1() instead.

License requirements: cam_base (“CAM BASE”)

Visualize2dTool2Color

Preferences.Visualize2dTool2Color

Returns or sets the tool color2

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

Getter Method

Signature Visualize2dTool2Color()

Returns:
Return type:Id

New in version NX7.5.0.

Deprecated since version NX9.0.0: Use CAM.Preferences.VisualizeIpwDmrColor2() instead.

License requirements: None.

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

Setter Method

Signature Visualize2dTool2Color(toolColor)

Parameters:toolColor (Id) –

New in version NX7.5.0.

Deprecated since version NX9.0.0: Use CAM.Preferences.VisualizeIpwDmrColor2() instead.

License requirements: cam_base (“CAM BASE”)

Visualize2dTool3Color

Preferences.Visualize2dTool3Color

Returns or sets the tool color3

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

Getter Method

Signature Visualize2dTool3Color()

Returns:
Return type:Id

New in version NX7.5.0.

Deprecated since version NX9.0.0: Use CAM.Preferences.VisualizeIpwDmrColor3() instead.

License requirements: None.

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

Setter Method

Signature Visualize2dTool3Color(toolColor)

Parameters:toolColor (Id) –

New in version NX7.5.0.

Deprecated since version NX9.0.0: Use CAM.Preferences.VisualizeIpwDmrColor3() instead.

License requirements: cam_base (“CAM BASE”)

Visualize2dTool4Color

Preferences.Visualize2dTool4Color

Returns or sets the tool color4

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

Getter Method

Signature Visualize2dTool4Color()

Returns:
Return type:Id

New in version NX7.5.0.

Deprecated since version NX9.0.0: Use CAM.Preferences.VisualizeIpwDmrColor4() instead.

License requirements: None.

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

Setter Method

Signature Visualize2dTool4Color(toolColor)

Parameters:toolColor (Id) –

New in version NX7.5.0.

Deprecated since version NX9.0.0: Use CAM.Preferences.VisualizeIpwDmrColor4() instead.

License requirements: cam_base (“CAM BASE”)

Visualize2dTool5Color

Preferences.Visualize2dTool5Color

Returns or sets the tool color5

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

Getter Method

Signature Visualize2dTool5Color()

Returns:
Return type:Id

New in version NX7.5.0.

Deprecated since version NX9.0.0: Use CAM.Preferences.VisualizeIpwDmrColor5() instead.

License requirements: None.

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

Setter Method

Signature Visualize2dTool5Color(toolColor)

Parameters:toolColor (Id) –

New in version NX7.5.0.

Deprecated since version NX9.0.0: Use CAM.Preferences.VisualizeIpwDmrColor5() instead.

License requirements: cam_base (“CAM BASE”)

VisualizeAnimationAccuracy

Preferences.VisualizeAnimationAccuracy

Returns or sets the animation accuracy

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

Getter Method

Signature VisualizeAnimationAccuracy()

Returns:
Return type:NXOpen.CAM.PreferencesAnimationAccuracyTypes

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature VisualizeAnimationAccuracy(animationAccuracy)

Parameters:animationAccuracy (NXOpen.CAM.PreferencesAnimationAccuracyTypes) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

VisualizeAutoBlockColor

Preferences.VisualizeAutoBlockColor

Returns or sets the auto block color

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

Getter Method

Signature VisualizeAutoBlockColor()

Returns:
Return type:Id

New in version NX7.5.0.

Deprecated since version NX8.5.0: Use CAM.Preferences.BlankColor() instead.

License requirements: None.

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

Setter Method

Signature VisualizeAutoBlockColor(autoBlockColor)

Parameters:autoBlockColor (Id) –

New in version NX7.5.0.

Deprecated since version NX8.5.0: Use CAM.Preferences.BlankColor() instead.

License requirements: cam_base (“CAM BASE”)

VisualizeBackgroundColor

Preferences.VisualizeBackgroundColor

Returns or sets the background color

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

Getter Method

Signature VisualizeBackgroundColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature VisualizeBackgroundColor(backgroundColor)

Parameters:backgroundColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

VisualizeChordalTolerance

Preferences.VisualizeChordalTolerance

Returns or sets the chordal tolerance

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

Getter Method

Signature VisualizeChordalTolerance()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature VisualizeChordalTolerance(chordalTolerance)

Parameters:chordalTolerance (float) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

VisualizeCollisionsColor

Preferences.VisualizeCollisionsColor

Returns or sets the collisions color

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

Getter Method

Signature VisualizeCollisionsColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature VisualizeCollisionsColor(collisionsColor)

Parameters:collisionsColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

VisualizeDynamicToolAxis

Preferences.VisualizeDynamicToolAxis

Returns or sets the dynamic tool axis

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

Getter Method

Signature VisualizeDynamicToolAxis()

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeDynamicToolAxis(dynToolAxis)

Parameters:dynToolAxis (bool) –

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeExcessMaterialColor

Preferences.VisualizeExcessMaterialColor

Returns or sets the excess material color

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

Getter Method

Signature VisualizeExcessMaterialColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature VisualizeExcessMaterialColor(excessMaterialColor)

Parameters:excessMaterialColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

VisualizeGougesColor

Preferences.VisualizeGougesColor

Returns or sets the gouges color

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

Getter Method

Signature VisualizeGougesColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature VisualizeGougesColor(gougesColor)

Parameters:gougesColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

VisualizeIpwColor

Preferences.VisualizeIpwColor

Returns or sets the ipw color

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

Getter Method

Signature VisualizeIpwColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature VisualizeIpwColor(ipwColor)

Parameters:ipwColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

VisualizeIpwDmrColor1

Preferences.VisualizeIpwDmrColor1

Returns or sets the ipw dmr color1

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

Getter Method

Signature VisualizeIpwDmrColor1()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeIpwDmrColor1(ipwColor)

Parameters:ipwColor (Id) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeIpwDmrColor10

Preferences.VisualizeIpwDmrColor10

Returns or sets the ipw dmr color10

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

Getter Method

Signature VisualizeIpwDmrColor10()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeIpwDmrColor10(ipwColor)

Parameters:ipwColor (Id) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeIpwDmrColor2

Preferences.VisualizeIpwDmrColor2

Returns or sets the ipw dmr color2

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

Getter Method

Signature VisualizeIpwDmrColor2()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeIpwDmrColor2(ipwColor)

Parameters:ipwColor (Id) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeIpwDmrColor3

Preferences.VisualizeIpwDmrColor3

Returns or sets the ipw dmr color3

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

Getter Method

Signature VisualizeIpwDmrColor3()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeIpwDmrColor3(ipwColor)

Parameters:ipwColor (Id) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeIpwDmrColor4

Preferences.VisualizeIpwDmrColor4

Returns or sets the ipw dmr color4

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

Getter Method

Signature VisualizeIpwDmrColor4()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeIpwDmrColor4(ipwColor)

Parameters:ipwColor (Id) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeIpwDmrColor5

Preferences.VisualizeIpwDmrColor5

Returns or sets the ipw dmr color5

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

Getter Method

Signature VisualizeIpwDmrColor5()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeIpwDmrColor5(ipwColor)

Parameters:ipwColor (Id) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeIpwDmrColor6

Preferences.VisualizeIpwDmrColor6

Returns or sets the ipw dmr color6

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

Getter Method

Signature VisualizeIpwDmrColor6()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeIpwDmrColor6(ipwColor)

Parameters:ipwColor (Id) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeIpwDmrColor7

Preferences.VisualizeIpwDmrColor7

Returns or sets the ipw dmr color7

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

Getter Method

Signature VisualizeIpwDmrColor7()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeIpwDmrColor7(ipwColor)

Parameters:ipwColor (Id) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeIpwDmrColor8

Preferences.VisualizeIpwDmrColor8

Returns or sets the ipw dmr color8

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

Getter Method

Signature VisualizeIpwDmrColor8()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeIpwDmrColor8(ipwColor)

Parameters:ipwColor (Id) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeIpwDmrColor9

Preferences.VisualizeIpwDmrColor9

Returns or sets the ipw dmr color9

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

Getter Method

Signature VisualizeIpwDmrColor9()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeIpwDmrColor9(ipwColor)

Parameters:ipwColor (Id) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeIpwDmrColoringMode

Preferences.VisualizeIpwDmrColoringMode

Returns or sets the ipw dmr coloring mode

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

Getter Method

Signature VisualizeIpwDmrColoringMode()

Returns:
Return type:NXOpen.CAM.PreferencesIpwDmrColoringTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeIpwDmrColoringMode(coloring)

Parameters:coloring (NXOpen.CAM.PreferencesIpwDmrColoringTypes) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeIpwTranslucency

Preferences.VisualizeIpwTranslucency

Returns or sets the ipw translucency

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

Getter Method

Signature VisualizeIpwTranslucency()

Returns:
Return type:int

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature VisualizeIpwTranslucency(ipwTranslucency)

Parameters:ipwTranslucency (int) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

VisualizeSafeToolColor

Preferences.VisualizeSafeToolColor

Returns or sets the safe tool color

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

Getter Method

Signature VisualizeSafeToolColor()

Returns:
Return type:Id

New in version NX7.5.2.

License requirements: None.

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

Setter Method

Signature VisualizeSafeToolColor(safeToolColor)

Parameters:safeToolColor (Id) –

New in version NX7.5.2.

License requirements: cam_base (“CAM BASE”)

VisualizeTemporaryContainmentCurveColor

Preferences.VisualizeTemporaryContainmentCurveColor

Returns or sets the temporary containment curve color

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

Getter Method

Signature VisualizeTemporaryContainmentCurveColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature VisualizeTemporaryContainmentCurveColor(temporaryContainmentCurveColor)

Parameters:temporaryContainmentCurveColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

VisualizeToolAxisTiltTolerance

Preferences.VisualizeToolAxisTiltTolerance

Returns or sets the tilt tolerance

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

Getter Method

Signature VisualizeToolAxisTiltTolerance()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature VisualizeToolAxisTiltTolerance(tiltTolerance)

Parameters:tiltTolerance (float) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

VisualizeToolDisplayColor

Preferences.VisualizeToolDisplayColor

Returns or sets the tool display color

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

Getter Method

Signature VisualizeToolDisplayColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature VisualizeToolDisplayColor(toolDisplayColor)

Parameters:toolDisplayColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

VisualizeToolEditAndDisplay

Preferences.VisualizeToolEditAndDisplay

Returns or sets the tool edit and display

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

Getter Method

Signature VisualizeToolEditAndDisplay()

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeToolEditAndDisplay(toolDisplayColor)

Parameters:toolDisplayColor (bool) –

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeToolHolderColor

Preferences.VisualizeToolHolderColor

Returns or sets the tool holder color

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

Getter Method

Signature VisualizeToolHolderColor()

Returns:holder color
Return type:Id

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeToolHolderColor(holderColor)

Parameters:holderColor (Id) – holder color

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeToolInsertOrFluteColor

Preferences.VisualizeToolInsertOrFluteColor

Returns or sets the turning tool insert

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

Getter Method

Signature VisualizeToolInsertOrFluteColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature VisualizeToolInsertOrFluteColor(color)

Parameters:color (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

VisualizeToolShankColor

Preferences.VisualizeToolShankColor

Returns or sets the tool shank color

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

Getter Method

Signature VisualizeToolShankColor()

Returns:shank color
Return type:Id

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeToolShankColor(shankColor)

Parameters:shankColor (Id) – shank color

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

VisualizeToolTranslucency

Preferences.VisualizeToolTranslucency

Returns or sets the tool translucency

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

Getter Method

Signature VisualizeToolTranslucency()

Returns:
Return type:int

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature VisualizeToolTranslucency(toolTranslucency)

Parameters:toolTranslucency (int) –

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

WallColor

Preferences.WallColor

Returns or sets the wall color

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

Getter Method

Signature WallColor()

Returns:
Return type:Id

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature WallColor(wallColor)

Parameters:wallColor (Id) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

WallSelection

Preferences.WallSelection

Returns or sets the wall selection.

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

Getter Method

Signature WallSelection()

Returns:
Return type:NXOpen.CAM.PreferencesWallSelectionTypes

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use CAM.Preferences.GetSelection() and CAM.Preferences.SetSelection() instead.

License requirements: None.

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

Setter Method

Signature WallSelection(wallSelection)

Parameters:wallSelection (NXOpen.CAM.PreferencesWallSelectionTypes) –

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use CAM.Preferences.GetSelection() and CAM.Preferences.SetSelection() instead.

License requirements: cam_base (“CAM BASE”)

Method Detail

GetDefaultConfigurationFile

Preferences.GetDefaultConfigurationFile

Get the default configuration file

Signature GetDefaultConfigurationFile()

Returns:
Return type:str

New in version NX7.5.0.

License requirements: None.

GetDefaultIpwFolder

Preferences.GetDefaultIpwFolder

Get the ipw default folder

Signature GetDefaultIpwFolder()

Returns:
Return type:str

New in version NX7.5.0.

License requirements: None.

GetDefaultTemplateFile

Preferences.GetDefaultTemplateFile

Get the default template file

Signature GetDefaultTemplateFile()

Returns:
Return type:str

New in version NX7.5.0.

License requirements: None.

GetSelection

Preferences.GetSelection

The geometry selection type method

Signature GetSelection(geomType)

Parameters:geomType (NXOpen.CAM.PreferencesGeometryTypes) –
Returns:
Return type:NXOpen.CAM.PreferencesSelectionTypes

New in version NX8.0.0.

License requirements: None.

SetSelection

Preferences.SetSelection

The geometry selection type method

Signature SetSelection(geomType, selection)

Parameters:

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

Validate

Preferences.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.