Class CheckPorosityBuilder
Inheritance
CheckPorosityBuilder
Assembly: NXOpen.dll
Syntax
public class CheckPorosityBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CheckPorosityBuilder()
Declaration
protected CheckPorosityBuilder()
Properties
AboveLimit
Declaration
public double AboveLimit { get; }
Property Value
AboveTarget
Declaration
public double AboveTarget { get; }
Property Value
AutomaticUpdate
Declaration
public bool AutomaticUpdate { get; set; }
Property Value
Average
Declaration
public double Average { get; }
Property Value
BelowLimit
Declaration
public double BelowLimit { get; }
Property Value
BelowTarget
Declaration
public double BelowTarget { get; }
Property Value
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
MaximumPorosity
Declaration
public double MaximumPorosity { get; set; }
Property Value
Declaration
public double Median { get; }
Property Value
Minimum
Declaration
public double Minimum { get; }
Property Value
MinimumPorosity
Declaration
public double MinimumPorosity { get; set; }
Property Value
PreviewState
Declaration
public bool PreviewState { get; set; }
Property Value
SelectionAndPlacement
Declaration
public SelectionAndPlacementBuilder SelectionAndPlacement { get; }
Property Value
TargetPorosity
Declaration
public double TargetPorosity { get; set; }
Property Value
VoxelSize
Declaration
public Expression VoxelSize { get; }
Property Value
WithinLimit
Declaration
public double WithinLimit { get; }
Property Value
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