Splitter Class

class NXOpen.CAM.Splitter

Bases: NXOpen.TaggedObject

Represents a Splitter Builder

To create a new instance of this class, use NXOpen.CAM.MultiBladeSplittersGeometry.CreateSplitter()

New in version NX7.0.0.

Properties

Property Description
CountOfFaces Returns or sets the item count of the list
Tag Returns the Tag for this object.

Methods

Method Description
GetBlendFaces Get the blend faces
GetWallFaces Get the wall faces
RemoveBlendFaces Remove the blend faces
RemoveWallFaces Remove the wall faces
SetBlendFaces Set the blend faces
SetWallFaces Set the wall faces

Property Detail

CountOfFaces

Splitter.CountOfFaces

Returns or sets the item count of the list

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

Getter Method

Signature CountOfFaces

Returns:the count of the list
Return type:int

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature CountOfFaces

Parameters:count (int) – the count of the list

New in version NX7.0.0.

License requirements: cam_base (“CAM BASE”)

Method Detail

GetBlendFaces

Splitter.GetBlendFaces

Get the blend faces

Signature GetBlendFaces()

Returns:the blend faces
Return type:list of NXOpen.NXObject

New in version NX7.0.0.

License requirements: None.

GetWallFaces

Splitter.GetWallFaces

Get the wall faces

Signature GetWallFaces()

Returns:the wall faces
Return type:list of NXOpen.NXObject

New in version NX7.0.0.

License requirements: None.

RemoveBlendFaces

Splitter.RemoveBlendFaces

Remove the blend faces

Signature RemoveBlendFaces(faces)

Parameters:faces (list of NXOpen.NXObject) – the removed blend faces

New in version NX7.0.0.

License requirements: cam_base (“CAM BASE”)

RemoveWallFaces

Splitter.RemoveWallFaces

Remove the wall faces

Signature RemoveWallFaces(faces)

Parameters:faces (list of NXOpen.NXObject) – the removed wall faces

New in version NX7.0.0.

License requirements: cam_base (“CAM BASE”)

SetBlendFaces

Splitter.SetBlendFaces

Set the blend faces

Signature SetBlendFaces(blendFaces)

Parameters:blendFaces (list of NXOpen.NXObject) – the blend faces

New in version NX7.0.0.

License requirements: cam_base (“CAM BASE”)

SetWallFaces

Splitter.SetWallFaces

Set the wall faces

Signature SetWallFaces(wallFaces)

Parameters:wallFaces (list of NXOpen.NXObject) – the wall faces

New in version NX7.0.0.

License requirements: cam_base (“CAM BASE”)