Class BooleanBuilder
Inheritance
BooleanBuilder
Assembly: NXOpen.dll
Syntax
public class BooleanBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
BooleanBuilder()
Declaration
protected BooleanBuilder()
Properties
BooleanRegionSelect
Declaration
public BooleanRegionSelect BooleanRegionSelect { get; }
Property Value
ConvertToSew
Declaration
public bool ConvertToSew { get; set; }
Property Value
CopyTargets
Declaration
public bool CopyTargets { get; set; }
Property Value
Declaration
public bool CopyTools { get; set; }
Property Value
Operation
Declaration
public Feature.BooleanType Operation { get; set; }
Property Value
RetainTarget
Declaration
public bool RetainTarget { get; set; }
Property Value
Declaration
public bool RetainTool { get; set; }
Property Value
Target
Declaration
public Body Target { get; set; }
Property Value
TargetBodyCollector
Declaration
public ScCollector TargetBodyCollector { get; set; }
Property Value
Targets
Declaration
public SelectBodyList Targets { get; }
Property Value
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Tolerance1
Declaration
public double Tolerance1 { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in NX5.0.2. Use Features.BooleanBuilder.ToolBodyCollector instead.")]
public DisplayableObject Tool { get; set; }
Property Value
ToolBodyCollector
Declaration
public ScCollector ToolBodyCollector { get; set; }
Property Value
ToolBodyCollector1
Declaration
public ScCollector ToolBodyCollector1 { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in NX7.5.0. Use Features.BooleanBuilder.ToolBodyCollector instead.")]
public SelectDisplayableObjectList Tools { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink