SelectBlend Class

class NXOpen.ModlDirect.SelectBlend

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.ModlDirect.SelectBlend Allows user to specify blend faces.

New in version NX5.0.2.

Properties

Property Description
FaceCollector Returns the blend faces collector.
Tag Returns the Tag for this object.

Methods

Method Description
ExcludeBlend Exclude the user de-selected blend face
IncludeBlend Include the use selected blend face
RecognizeBlends Auto regonize the adjacent blends of input base faces
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

FaceCollector

SelectBlend.FaceCollector

Returns the blend faces collector.

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

Getter Method

Signature FaceCollector

Returns:the blend face collector
Return type:NXOpen.ScCollector

New in version NX5.0.2.

License requirements: None.

Method Detail

ExcludeBlend

SelectBlend.ExcludeBlend

Exclude the user de-selected blend face

Signature ExcludeBlend(blendFace)

Parameters:blendFace (NXOpen.Face) – the blend face to exclude

New in version NX5.0.2.

License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR insp_programming (“INSPECTION PROGRAMMING”)

IncludeBlend

SelectBlend.IncludeBlend

Include the use selected blend face

Signature IncludeBlend(blendFace)

Parameters:blendFace (NXOpen.Face) – the blend face to include

New in version NX5.0.2.

License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR insp_programming (“INSPECTION PROGRAMMING”)

RecognizeBlends

SelectBlend.RecognizeBlends

Auto regonize the adjacent blends of input base faces

Signature RecognizeBlends(baseFaces)

Parameters:baseFaces (list of NXOpen.Face) – the base faces
Returns:the adjacent blend faces
Return type:list of NXOpen.Face

New in version NX5.0.2.

License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR insp_programming (“INSPECTION PROGRAMMING”)

Validate

SelectBlend.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.