Class InspectionAnalyzeBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionAnalyzeBuilder
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 InspectionAnalyzeBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
InspectionAnalyzeBuilder()
Declaration
protected InspectionAnalyzeBuilder()
Properties
Declaration
public InspectionMethodBuilder.AxisExtrapolationTypes AxisExtrapolation { get; set; }
Property Value
CylinderFitting
Declaration
public InspectionMethodBuilder.CylinderFittingTypes CylinderFitting { get; set; }
Property Value
DatumPlaneFitting
Declaration
public InspectionMethodBuilder.DatumPlaneFittingTypes DatumPlaneFitting { get; set; }
Property Value
LimitsOfSize
Declaration
public InspectionMethodBuilder.LimitsOfSizeTypes LimitsOfSize { get; set; }
Property Value
ProfileDisposition
Declaration
public InspectionMethodBuilder.ProfileDispositionTypes ProfileDisposition { get; set; }
Property Value
Rx
Declaration
public InspectionAnalyzeBuilder.DofTypes Rx { get; set; }
Property Value
RxLower
Declaration
public double RxLower { get; set; }
Property Value
Type |
Description |
System.Double |
|
RxUpper
Declaration
public double RxUpper { get; set; }
Property Value
Type |
Description |
System.Double |
|
Ry
Declaration
public InspectionAnalyzeBuilder.DofTypes Ry { get; set; }
Property Value
RyLower
Declaration
public double RyLower { get; set; }
Property Value
Type |
Description |
System.Double |
|
RyUpper
Declaration
public double RyUpper { get; set; }
Property Value
Type |
Description |
System.Double |
|
Rz
Declaration
public InspectionAnalyzeBuilder.DofTypes Rz { get; set; }
Property Value
RzLower
Declaration
public double RzLower { get; set; }
Property Value
Type |
Description |
System.Double |
|
RzUpper
Declaration
public double RzUpper { get; set; }
Property Value
Type |
Description |
System.Double |
|
SurfaceProfile
Declaration
public InspectionMethodBuilder.SurfaceProfileTypes SurfaceProfile { get; set; }
Property Value
ToleranceName
Declaration
public string ToleranceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Tx
Declaration
public InspectionAnalyzeBuilder.DofTypes Tx { get; set; }
Property Value
TxLower
Declaration
public double TxLower { get; set; }
Property Value
Type |
Description |
System.Double |
|
TxUpper
Declaration
public double TxUpper { get; set; }
Property Value
Type |
Description |
System.Double |
|
Ty
Declaration
public InspectionAnalyzeBuilder.DofTypes Ty { get; set; }
Property Value
TyLower
Declaration
public double TyLower { get; set; }
Property Value
Type |
Description |
System.Double |
|
TyUpper
Declaration
public double TyUpper { get; set; }
Property Value
Type |
Description |
System.Double |
|
Tz
Declaration
public InspectionAnalyzeBuilder.DofTypes Tz { get; set; }
Property Value
TzLower
Declaration
public double TzLower { get; set; }
Property Value
Type |
Description |
System.Double |
|
TzUpper
Declaration
public double TzUpper { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
AnalyzeAll()
Declaration
AnalyzeSelected(CAMObject[])
Declaration
public void AnalyzeSelected(CAMObject[] objects)
Parameters
UseDefault()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink