BoundaryMemberSet Class¶
-
class
NXOpen.CAM.BoundaryMemberSet¶ Bases:
NXOpen.TaggedObjectRepresents 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
ConnectMemberReturns: Return type: NXOpen.CAM.BoundaryMemberSetConnectMemberTypeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ConnectMemberParameters: 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
CustomOffsetReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CustomOffsetParameters: 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
OffsetReturns: Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetParameters: newValue (float) – New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)