Class ElementEdgeCheckBuilder
Inheritance
System.Object
System.MarshalByRefObject
ElementEdgeCheckBuilder
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.ModelCheck
Assembly: NXOpen.dll
Syntax
public class ElementEdgeCheckBuilder : Builder, IMessageSink, IComponentBuilder, ISelectionBuilder
Constructors
ElementEdgeCheckBuilder()
Declaration
protected ElementEdgeCheckBuilder()
Properties
CheckFreeEdges
Declaration
public bool CheckFreeEdges { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
CheckNonManifoldEdges
Declaration
public bool CheckNonManifoldEdges { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
CheckScopeOption
Declaration
public CheckScope CheckScopeOption { get; set; }
Property Value
| Type | Description |
|---|---|
| CheckScope |
ComputationScope
Declaration
public ElementEdgeCheckBuilder.Scope ComputationScope { get; set; }
Property Value
| Type | Description |
|---|---|
| ElementEdgeCheckBuilder.Scope |
FreeEdgeDisplayStyle
Declaration
public ElementEdgeCheckBuilder.EdgeDisplayStyle FreeEdgeDisplayStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| ElementEdgeCheckBuilder.EdgeDisplayStyle |
NonManifoldEdgeDisplayStyle
Declaration
public ElementEdgeCheckBuilder.EdgeDisplayStyle NonManifoldEdgeDisplayStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| ElementEdgeCheckBuilder.EdgeDisplayStyle |
SelectionList
Declaration
public SelectTaggedObjectList SelectionList { get; }
Property Value
| Type | Description |
|---|---|
| SelectTaggedObjectList |
Methods
DoCheck(out FEElemEdge[], out FEElemEdge[], out FEElement[], out CaeGroup)
Declaration
public void DoCheck(out FEElemEdge[] freeEdges, out FEElemEdge[] nonManifoldEdges, out FEElement[] assoElems, out CaeGroup outputGroup)
Parameters
| Type | Name | Description |
|---|---|---|
| FEElemEdge[] | freeEdges | |
| FEElemEdge[] | nonManifoldEdges | |
| FEElement[] | assoElems | |
| CaeGroup | outputGroup |
ExecuteCheck(out FEElemEdge[], out FEElemEdge[])
Declaration
public void ExecuteCheck(out FEElemEdge[] freeEdges, out FEElemEdge[] nonManifoldEdges)
Parameters
| Type | Name | Description |
|---|---|---|
| FEElemEdge[] | freeEdges | |
| FEElemEdge[] | nonManifoldEdges |
HideInputMeshes(Boolean)
Declaration
public void HideInputMeshes(bool hideInputMeshes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | hideInputMeshes |
Implements
System.Runtime.Remoting.Messaging.IMessageSink