Class RotateToolMoveBuilder
Inheritance
System.Object
System.MarshalByRefObject
RotateToolMoveBuilder
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 RotateToolMoveBuilder : MoveBuilder, IMessageSink, IComponentBuilder
Constructors
RotateToolMoveBuilder()
Declaration
protected RotateToolMoveBuilder()
Properties
Adjreg
Declaration
public int Adjreg { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AdjregToggle
Declaration
public bool AdjregToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Angle
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use CAM.RotateToolMoveBuilder.AngleBuilder instead.")]
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AngleBuilder
Declaration
public ExpressionDouble AngleBuilder { get; }
Property Value
Type | Description |
---|---|
ExpressionDouble |
Xoffset
Declaration
public double Xoffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
XoffsetToggle
Declaration
public bool XoffsetToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Yoffset
Declaration
public double Yoffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
YoffsetToggle
Declaration
public bool YoffsetToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Zoffset
Declaration
public double Zoffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ZoffsetToggle
Declaration
public bool ZoffsetToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink