Class VectorDistanceMoveBuilder
Inheritance
VectorDistanceMoveBuilder
Assembly: NXOpen.dll
Syntax
public class VectorDistanceMoveBuilder : MoveBuilder, IMessageSink, IComponentBuilder
Constructors
VectorDistanceMoveBuilder()
Declaration
protected VectorDistanceMoveBuilder()
Properties
Distance
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.ExpressionDouble instead.")]
public double Distance { get; set; }
Property Value
DistanceBuilder
Declaration
public ExpressionDouble DistanceBuilder { get; }
Property Value
EndPoint
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.ReferencePoint instead.")]
public Point EndPoint { get; set; }
Property Value
EndPointBuilder
Declaration
public ReferencePoint EndPointBuilder { get; }
Property Value
MoveEnd
Declaration
public VectorDistanceMoveBuilder.EndType MoveEnd { get; set; }
Property Value
Vector
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.ReferenceVector instead.")]
public Direction Vector { get; set; }
Property Value
VectorBuilder
Declaration
public ReferenceVector VectorBuilder { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink