LayoutCiBuilder Class

class NXOpen.CAM.LayoutCiBuilder

Bases: NXOpen.TaggedObject

Represents a layout ci Builder

New in version NX5.0.0.

Properties

Property Description
LayoutName Returns or sets the layer name value
LayoutSaveSettings Returns or sets the save layer settings toggle value
Tag Returns the Tag for this object.

Methods

Method Description
SaveLayout Method to save the layer layout.

Property Detail

LayoutName

LayoutCiBuilder.LayoutName

Returns or sets the layer name value

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

Getter Method

Signature LayoutName

Returns:the current string value
Return type:str

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature LayoutName

Parameters:stringValue (str) – the new string value

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

LayoutSaveSettings

LayoutCiBuilder.LayoutSaveSettings

Returns or sets the save layer settings toggle value

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

Getter Method

Signature LayoutSaveSettings

Returns:the current toggle value
Return type:int

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature LayoutSaveSettings

Parameters:toggleValue (int) – the new toggle value

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

Method Detail

SaveLayout

LayoutCiBuilder.SaveLayout

Method to save the layer layout.

This applies only in the interactive mode and does not do anything in batch mode

Signature SaveLayout()

New in version NX9.0.1.

License requirements: cam_base (“CAM BASE”)