FaceRegionBoundaryRule Class¶
-
class
NXOpen.FaceRegionBoundaryRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects a region of faces that are tangent connected.New in version NX7.0.0.
Properties¶
| Property | Description |
|---|---|
| Type | Returns the get the type of selection intent rule: NXOpen.SelectionIntentRule |
Methods¶
| Method | Description |
|---|---|
| Dispose | Frees the object from memory. |
| GetData | Gets the data for the face region boundary rule: NXOpen.FaceRegionBoundaryRule |
Method Detail¶
Dispose¶
-
FaceRegionBoundaryRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX7.0.0.
License requirements: None.
GetData¶
-
FaceRegionBoundaryRule.GetData¶ Gets the data for the face region boundary rule:
NXOpen.FaceRegionBoundaryRuleSignature
GetData()Returns: a tuple Return type: A tuple consisting of (seedObj, curves, seedPoint, distanceTolerance) seedObj is a
NXOpen.Face. Seed Face curves is a list ofNXOpen.Curve. Curves input to create this rule seedPoint is aNXOpen.Point3d. Seed point distanceTolerance is a float. Distance tolerance .. versionadded:: NX7.0.0License requirements: gateway (“UG GATEWAY”)