DisplaySilhouette Class

class NXOpen.CAM.DisplaySilhouette

Bases: NXOpen.TaggedObject

Represents a display silhouette Builder

This is an abstract class and cannot be instantiated.

New in version NX7.5.0.

Properties

Property Description
PercentOfTool Returns or sets the percent of tool.
Tag Returns the Tag for this object.

Methods

Property Detail

PercentOfTool

DisplaySilhouette.PercentOfTool

Returns or sets the percent of tool.

The range is 1-100.

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

Getter Method

Signature PercentOfTool

Returns:the percent of tool.The range is 1-100.
Return type:float

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature PercentOfTool

Parameters:percentTool (float) – the percent of tool.The range is 1-100.

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)