Class CutParameters
Inheritance
System.Object
System.MarshalByRefObject
CutParameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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 CutParameters : TaggedObject, IMessageSink
Constructors
CutParameters()
Declaration
protected CutParameters()
Properties
CheckIpwCollisions
Declaration
public bool CheckIpwCollisions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CheckSafeClearance
Declaration
public InheritableToolDepBuilder CheckSafeClearance { get; }
Property Value
Type | Description |
---|---|
InheritableToolDepBuilder |
HolderClearance
Declaration
public InheritableToolDepBuilder HolderClearance { get; }
Property Value
Type | Description |
---|---|
InheritableToolDepBuilder |
IpwType
Declaration
public CutParametersIpwTypes IpwType { get; set; }
Property Value
Type | Description |
---|---|
CutParametersIpwTypes |
NeckClearance
Declaration
public InheritableToolDepBuilder NeckClearance { get; }
Property Value
Type | Description |
---|---|
InheritableToolDepBuilder |
PartSafeClearance
Declaration
[Obsolete("Deprecated in NX8.0.0. Use NXOpen.CAM.CutParameters.HolderClearance instead.")]
public InheritableToolDepBuilder PartSafeClearance { get; }
Property Value
Type | Description |
---|---|
InheritableToolDepBuilder |
PartStock
Declaration
public InheritableDoubleBuilder PartStock { get; }
Property Value
Type | Description |
---|---|
InheritableDoubleBuilder |
ShankClearance
Declaration
public InheritableToolDepBuilder ShankClearance { get; }
Property Value
Type | Description |
---|---|
InheritableToolDepBuilder |
Tolerances
Declaration
public Inheritable2dLength Tolerances { get; }
Property Value
Type | Description |
---|---|
Inheritable2dLength |
UseToolHolder
Declaration
public bool UseToolHolder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink