Class InspectionMeasurePointBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionMeasurePointBuilder
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.CAM
Assembly: NXOpen.dll
Syntax
public class InspectionMeasurePointBuilder : InspectionMoveBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionMeasurePointBuilder()
Declaration
protected InspectionMeasurePointBuilder()
Properties
ApproachDist
Declaration
public InheritableDoubleBuilder ApproachDist { get; }
Property Value
Type | Description |
---|---|
InheritableDoubleBuilder |
DepthDistance
Declaration
public double DepthDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DepthMethod
Declaration
public InspectionMoveBuilder.DepthMethodTypes DepthMethod { get; set; }
Property Value
Type | Description |
---|---|
InspectionMoveBuilder.DepthMethodTypes |
I
Declaration
public double I { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
J
Declaration
public double J { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
K
Declaration
public double K { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PointTypeEnum
Declaration
public InspectionMeasurePointBuilder.PointTypes PointTypeEnum { get; set; }
Property Value
Type | Description |
---|---|
InspectionMeasurePointBuilder.PointTypes |
RetractDist
Declaration
public InheritableDoubleBuilder RetractDist { get; }
Property Value
Type | Description |
---|---|
InheritableDoubleBuilder |
SelectExistingPoint
Declaration
public SelectPoint SelectExistingPoint { get; }
Property Value
Type | Description |
---|---|
SelectPoint |
TargetPoint
Declaration
public Point TargetPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
X
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Z
Declaration
public double Z { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
UpdateParams()
Declaration
public void UpdateParams()
Implements
System.Runtime.Remoting.Messaging.IMessageSink