FaceRegionBoundaryRule Class

class NXOpen.FaceRegionBoundaryRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that 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.FaceRegionBoundaryRule

Signature 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 of NXOpen.Curve. Curves input to create this rule seedPoint is a NXOpen.Point3d. Seed point distanceTolerance is a float. Distance tolerance .. versionadded:: NX7.0.0

License requirements: gateway (“UG GATEWAY”)