Class ToolPathTiltBuilder
Inheritance
System.Object
System.MarshalByRefObject
ToolPathTiltBuilder
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 ToolPathTiltBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ToolPathTiltBuilder()
Declaration
protected ToolPathTiltBuilder()
Properties
FanDistance
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.CAM.ToolPathTiltAvoidance.FanDistance instead.")]
public InheritableToolDepBuilder FanDistance { get; }
Property Value
Type | Description |
---|---|
InheritableToolDepBuilder |
MaintainTilt
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.CAM.ToolPathTiltAvoidance.MaintainTilt instead.")]
public bool MaintainTilt { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxMaintainTiltDistance
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.CAM.ToolPathTiltAvoidance.MaxMaintainTiltDistance instead.")]
public InheritableToolDepBuilder MaxMaintainTiltDistance { get; }
Property Value
Type | Description |
---|---|
InheritableToolDepBuilder |
MaxTiltAngle
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.CAM.ToolPathTiltMachine.MaxTiltAngle instead.")]
public double MaxTiltAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinHolderClearance
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.CAM.ToolPathTiltClearance.MinHolderClearance instead.")]
public InheritableToolDepBuilder MinHolderClearance { get; }
Property Value
Type | Description |
---|---|
InheritableToolDepBuilder |
MinNeckClearance
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.CAM.ToolPathTiltClearance.MinNeckClearance instead.")]
public InheritableToolDepBuilder MinNeckClearance { get; }
Property Value
Type | Description |
---|---|
InheritableToolDepBuilder |
MinSafeClearance
Declaration
[Obsolete("Deprecated in NX8.0.0. Use NXOpen.CAM.ToolPathTiltBuilder.MinHolderClearance instead.")]
public InheritableToolDepBuilder MinSafeClearance { get; }
Property Value
Type | Description |
---|---|
InheritableToolDepBuilder |
MinShankClearance
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.CAM.ToolPathTiltClearance.MinShankClearance instead.")]
public InheritableToolDepBuilder MinShankClearance { get; }
Property Value
Type | Description |
---|---|
InheritableToolDepBuilder |
PreferredTiltAngle
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.CAM.ToolPathTiltAvoidance.PreferredTiltAngle instead.")]
public double PreferredTiltAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TiltAvoidance
Declaration
public ToolPathTiltAvoidance TiltAvoidance { get; }
Property Value
Type | Description |
---|---|
ToolPathTiltAvoidance |
TiltClearance
Declaration
public ToolPathTiltClearance TiltClearance { get; }
Property Value
Type | Description |
---|---|
ToolPathTiltClearance |
TiltMachine
Declaration
public ToolPathTiltMachine TiltMachine { get; }
Property Value
Type | Description |
---|---|
ToolPathTiltMachine |
TiltTilting
Declaration
public ToolPathTiltTilting TiltTilting { get; }
Property Value
Type | Description |
---|---|
ToolPathTiltTilting |
ToolAxisChange
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.CAM.ToolPathTiltMachine.MaxToolAxisChange instead.")]
public double ToolAxisChange { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.Runtime.Remoting.Messaging.IMessageSink