Class InspectionLinearMoveToPointBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionLinearMoveToPointBuilder
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 InspectionLinearMoveToPointBuilder : InspectionMoveBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionLinearMoveToPointBuilder()
Declaration
protected InspectionLinearMoveToPointBuilder()
Properties
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 |
PointTypeEnum
Declaration
public InspectionLinearMoveToPointBuilder.PointTypeEnums PointTypeEnum { get; set; }
Property Value
Type | Description |
---|---|
InspectionLinearMoveToPointBuilder.PointTypeEnums |
PointX
Declaration
public double PointX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PointY
Declaration
public double PointY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PointZ
Declaration
public double PointZ { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SelectExistingPoint
Declaration
public SelectPoint SelectExistingPoint { get; }
Property Value
Type | Description |
---|---|
SelectPoint |
TargetPoint
Declaration
public Point TargetPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
Implements
System.Runtime.Remoting.Messaging.IMessageSink