Search Results for

    Show / Hide Table of Contents

    Class Splitter

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Splitter
    Implements
    IMessageSink
    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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class Splitter : TaggedObject, IMessageSink

    Constructors

    Splitter()

    Declaration
    protected Splitter()

    Properties

    CountOfFaces

    Declaration
    public int CountOfFaces { get; set; }
    Property Value
    Type Description
    int

    Methods

    GetBlendFaces()

    Declaration
    public NXObject[] GetBlendFaces()
    Returns
    Type Description
    NXObject[]

    GetWallFaces()

    Declaration
    public NXObject[] GetWallFaces()
    Returns
    Type Description
    NXObject[]

    RemoveBlendFaces(NXObject[])

    Declaration
    public void RemoveBlendFaces(NXObject[] faces)
    Parameters
    Type Name Description
    NXObject[] faces

    RemoveWallFaces(NXObject[])

    Declaration
    public void RemoveWallFaces(NXObject[] faces)
    Parameters
    Type Name Description
    NXObject[] faces

    SetBlendFaces(NXObject[])

    Declaration
    public void SetBlendFaces(NXObject[] blendFaces)
    Parameters
    Type Name Description
    NXObject[] blendFaces

    SetWallFaces(NXObject[])

    Declaration
    public void SetWallFaces(NXObject[] wallFaces)
    Parameters
    Type Name Description
    NXObject[] wallFaces

    Implements

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