Search Results for

    Show / Hide Table of Contents

    Class SelectBlend

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SelectBlend
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.ModlDirect
    Assembly: NXOpen.dll
    Syntax
    public class SelectBlend : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SelectBlend()

    Declaration
    protected SelectBlend()

    Properties

    FaceCollector

    Declaration
    public ScCollector FaceCollector { get; }
    Property Value
    Type Description
    ScCollector

    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
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX