Class CheckPorosityBuilder
Inheritance
System.Object
System.MarshalByRefObject
CheckPorosityBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class CheckPorosityBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CheckPorosityBuilder()
Declaration
protected CheckPorosityBuilder()
Properties
AboveLimit
Declaration
public double AboveLimit { get; }
Property Value
Type |
Description |
System.Double |
|
AboveTarget
Declaration
public double AboveTarget { get; }
Property Value
Type |
Description |
System.Double |
|
AutomaticUpdate
Declaration
public bool AutomaticUpdate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Average
Declaration
public double Average { get; }
Property Value
Type |
Description |
System.Double |
|
BelowLimit
Declaration
public double BelowLimit { get; }
Property Value
Type |
Description |
System.Double |
|
BelowTarget
Declaration
public double BelowTarget { get; }
Property Value
Type |
Description |
System.Double |
|
ColorMapDisplayOptionType
Declaration
public CheckPorosityBuilder.ColorMapDisplayOptionTypes ColorMapDisplayOptionType { get; set; }
Property Value
GeometricConstraintDataManager
Declaration
public GeometricConstraintDataManager GeometricConstraintDataManager { get; }
Property Value
Maximum
Declaration
public double Maximum { get; }
Property Value
Type |
Description |
System.Double |
|
MaximumPorosity
Declaration
public double MaximumPorosity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double Median { get; }
Property Value
Type |
Description |
System.Double |
|
Minimum
Declaration
public double Minimum { get; }
Property Value
Type |
Description |
System.Double |
|
MinimumPorosity
Declaration
public double MinimumPorosity { get; set; }
Property Value
Type |
Description |
System.Double |
|
PreviewState
Declaration
public bool PreviewState { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SelectionAndPlacement
Declaration
public SelectionAndPlacementBuilder SelectionAndPlacement { get; }
Property Value
TargetPorosity
Declaration
public double TargetPorosity { get; set; }
Property Value
Type |
Description |
System.Double |
|
VoxelSize
Declaration
public Expression VoxelSize { get; }
Property Value
WithinLimit
Declaration
public double WithinLimit { get; }
Property Value
Type |
Description |
System.Double |
|
Methods
AddGeometricConstraintPoint(Face, Point)
Declaration
public void AddGeometricConstraintPoint(Face face, Point point)
Parameters
ClearGeometricConstraintPoints()
Declaration
public void ClearGeometricConstraintPoints()
DeleteGeometricConstraintPoint(Point)
Declaration
public void DeleteGeometricConstraintPoint(Point point)
Parameters
Type |
Name |
Description |
Point |
point |
|
MakeColorLegend()
Declaration
public void MakeColorLegend()
RemoveColorLegend()
Declaration
public void RemoveColorLegend()
SetGeometricConstraintPoint(Face, Point)
Declaration
public void SetGeometricConstraintPoint(Face face, Point point)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink