BoundaryMemberSet Class

class NXOpen.CAM.BoundaryMemberSet

Bases: NXOpen.TaggedObject

Represents a boundary member set .

To create a new instance of this class, use NXOpen.CAM.BoundarySet.CreateBoundaryMemberSet()

New in version NX9.0.0.

Properties

Property Description
ConnectMember Returns or sets the connect member
CustomOffset Returns or sets the flag whether this boundary has custom offset activated
Offset Returns or sets the offset value
Tag Returns the Tag for this object.

Methods

Enumerations

BoundaryMemberSetConnectMemberType Enumeration the types available for connect member

Property Detail

ConnectMember

BoundaryMemberSet.ConnectMember

Returns or sets the connect member

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

Getter Method

Signature ConnectMember

Returns:
Return type:NXOpen.CAM.BoundaryMemberSetConnectMemberType

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature ConnectMember

Parameters:newValue (NXOpen.CAM.BoundaryMemberSetConnectMemberType) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

CustomOffset

BoundaryMemberSet.CustomOffset

Returns or sets the flag whether this boundary has custom offset activated

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

Getter Method

Signature CustomOffset

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature CustomOffset

Parameters:newValue (bool) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

Offset

BoundaryMemberSet.Offset

Returns or sets the offset value

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

Getter Method

Signature Offset

Returns:
Return type:float

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Offset

Parameters:newValue (float) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)