Class BooleanOperation
Inheritance
BooleanOperation
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
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
GetTargetBodies()
Declaration
public Body[] GetTargetBodies()
Returns
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
SetTargetBodies(Body[])
Declaration
public void SetTargetBodies(Body[] targetBodies)
Parameters
Type |
Name |
Description |
Body[] |
targetBodies |
|
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink