Class BendOptions
Assembly: NXOpen.dll
public class BendOptions : TaggedObject, IMessageSink
Constructors
Declaration
Properties
Declaration
public Expression BendRadius { get; }
Property Value
Declaration
public Expression BendReliefDepth { get; }
Property Value
Declaration
public BendOptions.BendReliefTypeOptions BendReliefType { get; set; }
Property Value
Declaration
public Expression BendReliefWidth { get; }
Property Value
Declaration
public BendOptions.CornerReliefTypeOptions CornerReliefType { get; set; }
Property Value
Declaration
public int DieToolId { get; set; }
Property Value
Declaration
public string DieToolIdName { get; set; }
Property Value
Declaration
public bool ExtendBendRelief { get; set; }
Property Value
Declaration
public bool IncludeReliefInWidth { get; set; }
Property Value
Declaration
public Expression NeutralFactor { get; }
Property Value
Declaration
public bool OverrideToolSet { get; set; }
Property Value
Declaration
public int PunchToolId { get; set; }
Property Value
Declaration
public string PunchToolIdName { get; set; }
Property Value
Declaration
public bool UseGlobalBendRadius { get; set; }
Property Value
Declaration
public bool UseGlobalNeutralFactor { get; set; }
Property Value
Declaration
public bool UseGlobalReliefDepth { get; set; }
Property Value
Declaration
public bool UseGlobalReliefWidth { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink