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