Search Results for

    Show / Hide Table of Contents

    Class BooleanBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    BooleanBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Features
    Assembly: NXOpen.dll
    Syntax
    public class BooleanBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    BooleanBuilder()

    Declaration
    protected BooleanBuilder()

    Properties

    BooleanRegionSelect

    Declaration
    public BooleanRegionSelect BooleanRegionSelect { get; }
    Property Value
    Type Description
    BooleanRegionSelect

    ConvertToSew

    Declaration
    public bool ConvertToSew { get; set; }
    Property Value
    Type Description
    bool

    CopyTargets

    Declaration
    public bool CopyTargets { get; set; }
    Property Value
    Type Description
    bool

    CopyTools

    Declaration
    public bool CopyTools { get; set; }
    Property Value
    Type Description
    bool

    Operation

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

    RetainTarget

    Declaration
    public bool RetainTarget { get; set; }
    Property Value
    Type Description
    bool

    RetainTool

    Declaration
    public bool RetainTool { get; set; }
    Property Value
    Type Description
    bool

    Target

    Declaration
    public Body Target { get; set; }
    Property Value
    Type Description
    Body

    TargetBodyCollector

    Declaration
    public ScCollector TargetBodyCollector { get; set; }
    Property Value
    Type Description
    ScCollector

    Targets

    Declaration
    public SelectBodyList Targets { get; }
    Property Value
    Type Description
    SelectBodyList

    Tolerance

    Declaration
    public double Tolerance { get; set; }
    Property Value
    Type Description
    double

    Tolerance1

    Declaration
    public double Tolerance1 { get; set; }
    Property Value
    Type Description
    double

    Tool

    Declaration
    [Obsolete("Deprecated in NX5.0.2.  Use Features.BooleanBuilder.ToolBodyCollector instead.")]
    public DisplayableObject Tool { get; set; }
    Property Value
    Type Description
    DisplayableObject

    ToolBodyCollector

    Declaration
    public ScCollector ToolBodyCollector { get; set; }
    Property Value
    Type Description
    ScCollector

    ToolBodyCollector1

    Declaration
    public ScCollector ToolBodyCollector1 { get; set; }
    Property Value
    Type Description
    ScCollector

    Tools

    Declaration
    [Obsolete("Deprecated in NX7.5.0.  Use Features.BooleanBuilder.ToolBodyCollector instead.")]
    public SelectDisplayableObjectList Tools { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    Implements

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