Search Results for

    Show / Hide Table of Contents

    Class BooleanBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    BooleanBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.Boolean

    CopyTargets

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

    CopyTools

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

    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
    System.Boolean

    RetainTool

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

    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
    System.Double

    Tolerance1

    Declaration
    public double Tolerance1 { get; set; }
    Property Value
    Type Description
    System.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