Class GroupByBoundaryBuilder
Inheritance
System.Object
System.MarshalByRefObject
GroupByBoundaryBuilder
Inherited Members
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.CAE
Assembly: NXOpen.dll
Syntax
public class GroupByBoundaryBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
GroupByBoundaryBuilder()
Declaration
protected GroupByBoundaryBuilder()
Properties
ClosedVolumeToggle
Declaration
public bool ClosedVolumeToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CreateTwoGroups
Declaration
public bool CreateTwoGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NormalDirectionFlipped
Declaration
public bool NormalDirectionFlipped { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SeedElement
Declaration
public FEElement SeedElement { get; set; }
Property Value
Type | Description |
---|---|
FEElement |
SelectElementsGroupOne
Declaration
public SelectElementsBuilder SelectElementsGroupOne { get; }
Property Value
Type | Description |
---|---|
SelectElementsBuilder |
SelectElementsGroupTwo
Declaration
public SelectElementsBuilder SelectElementsGroupTwo { get; }
Property Value
Type | Description |
---|---|
SelectElementsBuilder |
SelectRemovedGroup
Declaration
public SelectElementsBuilder SelectRemovedGroup { get; }
Property Value
Type | Description |
---|---|
SelectElementsBuilder |
Methods
FindVolume()
Declaration
public void FindVolume()
Implements
System.Runtime.Remoting.Messaging.IMessageSink