Class RemoveRibsBuilder
Inheritance
RemoveRibsBuilder
Assembly: NXOpen.dll
Syntax
public class RemoveRibsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
RemoveRibsBuilder()
Declaration
protected RemoveRibsBuilder()
Properties
CreateGroups
Declaration
public bool CreateGroups { get; set; }
Property Value
RibMaxArea
Declaration
public double RibMaxArea { get; set; }
Property Value
RibMaxElem
Declaration
public int RibMaxElem { get; set; }
Property Value
RibMinBoundaryNodeRatio
Declaration
public int RibMinBoundaryNodeRatio { get; set; }
Property Value
SelectedElements
Declaration
public SelectElementsBuilder SelectedElements { get; }
Property Value
UseMidNodes
Declaration
public bool UseMidNodes { get; set; }
Property Value
UseRibMaxArea
Declaration
public bool UseRibMaxArea { get; set; }
Property Value
UseRibMaxElem
Declaration
public bool UseRibMaxElem { get; set; }
Property Value
UseRibMinBoundaryNodeRatio
Declaration
public bool UseRibMinBoundaryNodeRatio { get; set; }
Property Value
Methods
DeleteRibs(int[])
Declaration
public void DeleteRibs(int[] ribIds)
Parameters
Type |
Name |
Description |
int[] |
ribIds |
|
DetectRibs()
Declaration
public int[] DetectRibs()
Returns
GetRibElements(int)
Declaration
public FEElement[] GetRibElements(int ribId)
Parameters
Type |
Name |
Description |
int |
ribId |
|
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink