Class MiterOptions
Inheritance
System.Object
System.MarshalByRefObject
MiterOptions
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)
Assembly: NXOpen.dll
public class MiterOptions : TaggedObject, IMessageSink
Constructors
Declaration
Properties
Declaration
public bool BlendMiter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Expression ClosedCornerGap { get; }
Property Value
Declaration
public MiterOptions.ClosedCornerTypeOptions ClosedCornerType { get; set; }
Property Value
Declaration
public Expression ClosedCornerVAngle1 { get; }
Property Value
Declaration
public Expression ClosedCornerVAngle2 { get; }
Property Value
Declaration
public Expression CornerTreatmentOffset { get; }
Property Value
Declaration
public MiterOptions.CornerTreatmentOriginTypeOptions CornerTreatmentOriginType { get; set; }
Property Value
Declaration
public MiterOptions.TypeOptions EndType { get; set; }
Property Value
Declaration
public bool MiterCorner { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool MiterInteriorCornersIfNecessary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Expression MiterRootRadius { get; }
Property Value
Declaration
public MiterOptions.PositionOptions Position { get; set; }
Property Value
Declaration
public MiterOptions.TypeOptions StartType { get; set; }
Property Value
Declaration
public Expression ThreeBendCornerFlangeClearance { get; }
Property Value
Declaration
public bool UseNormalCutoutMethod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public Expression GetClosedCornerDiameter()
Returns
Declaration
public Expression GetEndValue()
Returns
Declaration
public Expression GetStartValue()
Returns
Declaration
public void SetClosedCornerDiameter(string endValue)
Parameters
Type |
Name |
Description |
System.String |
endValue |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from Features.SheetMetal.MiterOptions.GetEndValue instead.")]
public void SetEndValue(string endValue)
Parameters
Type |
Name |
Description |
System.String |
endValue |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from Features.SheetMetal.MiterOptions.GetStartValue instead.")]
public void SetStartValue(string startValue)
Parameters
Type |
Name |
Description |
System.String |
startValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink