Class NormalToToolAxisMoveBuilder
Inheritance
System.Object
System.MarshalByRefObject
NormalToToolAxisMoveBuilder
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 NormalToToolAxisMoveBuilder : MoveBuilder, IMessageSink, IComponentBuilder
Constructors
NormalToToolAxisMoveBuilder()
Declaration
protected NormalToToolAxisMoveBuilder()
Properties
Angle
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.ExpressionDouble instead.")]
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AngleBuilder
Declaration
public ExpressionDouble AngleBuilder { get; }
Property Value
Type | Description |
---|---|
ExpressionDouble |
Distance
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.ExpressionDouble instead.")]
public double Distance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DistanceBuilder
Declaration
public ExpressionDouble DistanceBuilder { get; }
Property Value
Type | Description |
---|---|
ExpressionDouble |
EndPointBuilder
Declaration
public ReferencePoint EndPointBuilder { get; }
Property Value
Type | Description |
---|---|
ReferencePoint |
MoveType
Declaration
public NormalToToolAxisMoveBuilder.Orientation MoveType { get; set; }
Property Value
Type | Description |
---|---|
NormalToToolAxisMoveBuilder.Orientation |
Point
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.ReferencePoint instead.")]
public Point Point { get; set; }
Property Value
Type | Description |
---|---|
Point |
RoundPoint
Declaration
public RoundPointBuilder RoundPoint { get; }
Property Value
Type | Description |
---|---|
RoundPointBuilder |
Vector
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.ReferenceVector instead.")]
public Direction Vector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
VectorBuilder
Declaration
public ReferenceVector VectorBuilder { get; }
Property Value
Type | Description |
---|---|
ReferenceVector |
Implements
System.Runtime.Remoting.Messaging.IMessageSink