Class SelectBlend
Assembly: NXOpen.dll
Syntax
public class SelectBlend : TaggedObject, IMessageSink, IComponentBuilder
Constructors
SelectBlend()
Declaration
Properties
FaceCollector
Declaration
public ScCollector FaceCollector { get; }
Property Value
Methods
ExcludeBlend(Face)
Declaration
public void ExcludeBlend(Face blendFace)
Parameters
Type |
Name |
Description |
Face |
blendFace |
|
IncludeBlend(Face)
Declaration
public void IncludeBlend(Face blendFace)
Parameters
Type |
Name |
Description |
Face |
blendFace |
|
RecognizeBlends(Face[], out Face[])
Declaration
public void RecognizeBlends(Face[] baseFaces, out Face[] blends)
Parameters
Type |
Name |
Description |
Face[] |
baseFaces |
|
Face[] |
blends |
|
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink