EdgeBoundaryRule Class

class NXOpen.EdgeBoundaryRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects all the edges of a face.

New in version NX3.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 edge boundary rule: NXOpen.EdgeBoundaryRule

Method Detail

Dispose

EdgeBoundaryRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX3.0.0.

License requirements: None.

GetData

EdgeBoundaryRule.GetData

Gets the data for the edge boundary rule: NXOpen.EdgeBoundaryRule

Signature GetData()

Returns:Faces whose boundary edges are used to create this rule
Return type:list of NXOpen.Face

New in version NX3.0.0.

License requirements: gateway (“UG GATEWAY”)