Search Results for

    Show / Hide Table of Contents

    Class BooleanOperation

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BooleanOperation
    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.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class BooleanOperation : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    BooleanOperation()

    Declaration
    protected BooleanOperation()

    Properties

    Type

    Declaration
    public BooleanOperation.BooleanType Type { get; set; }
    Property Value
    Type Description
    BooleanOperation.BooleanType

    Methods

    GetBooleanOperationAndBody(out BooleanType, out Body)

    Declaration
    [Obsolete("Deprecated in NX4.0.0.  Use GeometricUtilities.BooleanOperation.Type and GeometricUtilities.BooleanOperation.GetTargetBodies instead.")]
    public void GetBooleanOperationAndBody(out BooleanOperation.BooleanType type, out Body targetBody)
    Parameters
    Type Name Description
    BooleanOperation.BooleanType type
    Body targetBody

    GetTargetBodies()

    Declaration
    public Body[] GetTargetBodies()
    Returns
    Type Description
    Body[]

    SetBooleanOperationAndBody(BooleanType, Body)

    Declaration
    [Obsolete("Deprecated in NX4.0.0.  Use GeometricUtilities.BooleanOperation.Type and GeometricUtilities.BooleanOperation.SetTargetBodies instead.")]
    public void SetBooleanOperationAndBody(BooleanOperation.BooleanType type, Body targetBody)
    Parameters
    Type Name Description
    BooleanOperation.BooleanType type
    Body targetBody

    SetTargetBodies(Body[])

    Declaration
    public void SetTargetBodies(Body[] targetBodies)
    Parameters
    Type Name Description
    Body[] targetBodies

    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